Package com.oracle.truffle.object
Class PropertyMap
java.lang.Object
com.oracle.truffle.object.PropertyMap
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object key) boolean
containsValue
(Object value) static PropertyMap
empty()
entrySet()
getOwningMap
(Property value) boolean
isEmpty()
keySet()
void
removeCopy
(Property value) replaceCopy
(Property oldValue, Property newValue) int
size()
values()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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
-
empty
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKey
in interfaceMap<Object,
Property>
-
containsValue
- Specified by:
containsValue
in interfaceMap<Object,
Property>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
reverseOrderEntrySet
-
reverseOrderKeys
-
reverseOrderValues
-
putCopy
-
removeCopy
-
replaceCopy
-
getOwningMap
-
getLastProperty
-