Package me.datafox.dfxengine.values
Class DelegatedValueMap.NumeralMap
java.lang.Object
me.datafox.dfxengine.values.DelegatedValueMap.NumeralMap
- Enclosing class:
DelegatedValueMap
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()This method will always throwUnsupportedOperationException.booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()This method will always throwUnsupportedOperationException.voidThis method will always throwUnsupportedOperationException.This method will always throwUnsupportedOperationException.intsize()toString()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<Handle,Numeral> - Parameters:
key- key whose presence in this map is to be tested- Returns:
trueif this map contains a mapping for the specified key
-
containsValue
- Specified by:
containsValuein interfaceMap<Handle,Numeral> - Parameters:
value- value whose presence in this map is to be tested- Returns:
trueif this map maps one or more keys to the specified value
-
get
-
put
This method will always throwUnsupportedOperationException. -
remove
This method will always throwUnsupportedOperationException. -
putAll
This method will always throwUnsupportedOperationException. -
clear
public void clear()This method will always throwUnsupportedOperationException. -
keySet
-
values
-
entrySet
-
toString
-