Package ghidra.util.graph
Class AddableLongIntHashtable
java.lang.Object
ghidra.util.datastruct.LongIntHashtable
ghidra.util.graph.AddableLongIntHashtable
- All Implemented Interfaces:
- Serializable
This class modifies the behavior of LongIntHashtable. May add
 to the value stored with the key rather than replacing the value.
- See Also:
- 
Constructor Details- 
AddableLongIntHashtablepublic AddableLongIntHashtable(int capacity) 
- 
AddableLongIntHashtablepublic AddableLongIntHashtable()
 
- 
- 
Method Details- 
addpublic void add(long key, int value) Adds value associated with the stored key
 
-