Package ghidra.util.datastruct
Class AbstractWeakValueMap.GeneratedEntry
- java.lang.Object
-
- ghidra.util.datastruct.AbstractWeakValueMap.GeneratedEntry
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
- Enclosing class:
- AbstractWeakValueMap<K,V>
protected class AbstractWeakValueMap.GeneratedEntry extends java.lang.Object implements java.util.Map.Entry<K,V>An entry for the "entrySet" method, since internally, entries are of weak-referenced values.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KgetKey()VgetValue()VsetValue(V value)
-