public final class ZeroBasedCounter64 extends Object
| Constructor and Description |
|---|
ZeroBasedCounter64(Counter64 counter64)
Creates an instance of counter64.
|
| Modifier and Type | Method and Description |
|---|---|
Counter64 |
counter64()
Returns the attribute counter64.
|
void |
counter64(Counter64 counter64)
Sets the attribute counter64.
|
boolean |
equals(Object obj) |
static ZeroBasedCounter64 |
fromString(String valInString)
Returns the object of zeroBasedCounter64 fromString input String zeroBasedCounter64.
|
int |
hashCode() |
static ZeroBasedCounter64 |
of(Counter64 value)
Returns the object of zeroBasedCounter64 for type counter64.
|
String |
toString() |
public ZeroBasedCounter64(Counter64 counter64)
counter64 - value of counter64public static ZeroBasedCounter64 of(Counter64 value)
value - value of zeroBasedCounter64 for type counter64public Counter64 counter64()
public void counter64(Counter64 counter64)
counter64 - value of counter64public static ZeroBasedCounter64 fromString(String valInString)
valInString - value of input StringCopyright © 2017. All rights reserved.