Package org.apache.logging.log4j.internal.map
package org.apache.logging.log4j.internal.map
-
ClassesClassDescriptionThis class represents an immutable map, which stores its state inside a single Object[]: [0] contains the number of entries Others contain alternating key-value pairs, for example [1]="1" and [2]="value_for_1" Keys are calculated using (index * 2 + 1) and values are (index * 2 + 2).