Klasse LinkedEnum2BooleanMap<T extends Enum<T>>

Typparameter:
T - the keyType of elements maintained by this Collection
Alle implementierten Schnittstellen:
Predicate<T>, Map<T,Boolean>, Object2BooleanMap<T>, Object2BooleanOrderedMap<T>

public class LinkedEnum2BooleanMap<T extends Enum<T>> extends Enum2BooleanMap<T> implements Object2BooleanOrderedMap<T>
A Type Specific LinkedEnumMap implementation that allows for Primitive Values and faster iteration. Unlike javas implementation this one does not jump around between a single long or long array implementation based around the enum size This will cause a bit more memory usage but allows for a simpler implementation.