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

    Modifier and Type Method Description
    void add​(long long1)  
    void decrement()  
    long estimate_get()  
    long get()  
    void increment()  
    int internal_size()  
    int intValue()  
    long longValue()  
    void print()  
    void set​(long long1)  
    java.lang.String toString()  

    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 class java.lang.Object
    • print

      public void print()
    • internal_size

      public int internal_size()