Class EmptyKeyMap
java.lang.Object
com.strobel.componentmodel.EmptyKeyMap
- All Implemented Interfaces:
FrugalKeyMap
-
Field Summary
Fields inherited from interface FrugalKeyMap
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal <V> Vfinal booleanisEmpty()final <V> FrugalKeyMap<V> FrugalKeyMapMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FrugalKeyMap
toString
-
Constructor Details
-
EmptyKeyMap
EmptyKeyMap()
-
-
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
-