Class AddableLongIntHashtable

java.lang.Object
ghidra.util.datastruct.LongIntHashtable
ghidra.util.graph.AddableLongIntHashtable
All Implemented Interfaces:
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:
  • Constructor Details Link icon

    • AddableLongIntHashtable Link icon

      public AddableLongIntHashtable(int capacity)
    • AddableLongIntHashtable Link icon

      public AddableLongIntHashtable()
  • Method Details Link icon

    • add Link icon

      public void add(long key, int value)
      Adds value associated with the stored key