Class DictionaryKeyMap
java.lang.Object
com.strobel.componentmodel.DictionaryKeyMap
- All Implemented Interfaces:
FrugalKeyMap
-
Field Summary
FieldsFields inherited from interface FrugalKeyMap
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionDictionaryKeyMap(int[] keyIndexes, int newKey, Object[] values, Object newValue) DictionaryKeyMap(DictionaryKeyMap oldMap, int excludeIndex) -
Method Summary
Modifier and TypeMethodDescriptionfinal <V> Vfinal booleanisEmpty()final <V> FrugalKeyMapfinal <V> FrugalKeyMapMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FrugalKeyMap
toString
-
Field Details
-
_map
-
-
Constructor Details
-
DictionaryKeyMap
DictionaryKeyMap(DictionaryKeyMap oldMap, int excludeIndex) -
DictionaryKeyMap
-
-
Method Details
-
plus
- Specified by:
plusin interfaceFrugalKeyMap
-
minus
- Specified by:
minusin interfaceFrugalKeyMap
-
get
- Specified by:
getin interfaceFrugalKeyMap
-
isEmpty
public final boolean isEmpty()- Specified by:
isEmptyin interfaceFrugalKeyMap
-