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

    • AddableLongIntHashtable

      public AddableLongIntHashtable(int capacity)
    • AddableLongIntHashtable

      public AddableLongIntHashtable()
  • Method Details

    • add

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