Package zombie.core.Collections
Class ConcurrentAutoTable
java.lang.Object
zombie.core.Collections.ConcurrentAutoTable
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
Counter
public class ConcurrentAutoTable
extends java.lang.Object
implements java.io.Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ConcurrentAutoTable()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ConcurrentAutoTable
public ConcurrentAutoTable()
-
-
Method Details
-
add
public void add(long long1) -
decrement
public void decrement() -
increment
public void increment() -
set
public void set(long long1) -
get
public long get() -
intValue
public int intValue() -
longValue
public long longValue() -
estimate_get
public long estimate_get() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
print
public void print() -
internal_size
public int internal_size()
-