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 TypeMethodDescriptionvoid
clear()
This method will always throwUnsupportedOperationException
.boolean
containsKey
(Object key) boolean
containsValue
(Object value) entrySet()
boolean
isEmpty()
keySet()
This method will always throwUnsupportedOperationException
.void
This method will always throwUnsupportedOperationException
.This method will always throwUnsupportedOperationException
.int
size()
toString()
values()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
containsKey
in interfaceMap<Handle,
Numeral> - Parameters:
key
- key whose presence in this map is to be tested- Returns:
true
if this map contains a mapping for the specified key
-
containsValue
- Specified by:
containsValue
in interfaceMap<Handle,
Numeral> - Parameters:
value
- value whose presence in this map is to be tested- Returns:
true
if 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
-