- 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 Summary 
Constructors
-
Method Summary 
void
Adds value associated with the stored key
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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