public abstract class Count
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static Count |
getCount(long lval) |
Obtains an instance of this class for a given value.
|
abstract long |
getValue() |
Returns the numeric value of this count.
|
static Count |
increment(Count in) |
Returns the next count instance in sequence.
|
public abstract long getValue()
public static Count getCount(long lval)
lval
- valueCopyright © 2003-2018 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.