public class IcedLong extends Iced
Modifier and Type | Class and Description |
---|---|
static class |
IcedLong.AtomicIncrementAndGet |
Modifier and Type | Field and Description |
---|---|
long |
_val |
Constructor and Description |
---|
IcedLong(long v) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
static long |
incrementAndGet(Key key) |
java.lang.String |
toString() |
static IcedLong |
valueOf(long value) |
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSON
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public static IcedLong valueOf(long value)
public static long incrementAndGet(Key key)