-
Nested Class Summary
Nested Classes
static final class
static final class
-
Field Summary
Fields
int
The current count of this element
int
The current ID of this element should be unique for the user.
-
Constructor Summary
Constructors
-
Method Summary
inc(double key,
int c,
int id)
inc(T key,
int c,
int id)
abstract void
-
Field Details
-
count
public int count
The current count of this element
-
id
public int id
The current ID of this element should be unique for the user.
-
-
Method Details
-
-
setNext
public abstract void setNext(ACount<T> e)
-
-
-
inc
public abstract ACount<T> inc(T key,
int c,
int id)
-
-
inc
public ACount<T> inc(double key,
int c,
int id)
-
-