public interface ILongHolder
This interface provides methods for interacting with a long held within a Holder class.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright statement
|
static final java.lang.String COPYRIGHT
long getValue()
void setValue(long value)
value - the value to set into the ILongHolder