Package ghidra.util.graph
Class AddableLongIntHashtable
- java.lang.Object
-
- ghidra.util.datastruct.LongIntHashtable
-
- ghidra.util.graph.AddableLongIntHashtable
-
- All Implemented Interfaces:
java.io.Serializable
public class AddableLongIntHashtable extends LongIntHashtable
This class modifies the behavior of LongIntHashtable. May add to the value stored with the key rather than replacing the value.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddableLongIntHashtable()
AddableLongIntHashtable(int capacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(long key, int value)
Adds value associated with the stored key
-