public final class Id extends Object implements Comparable<Id>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Id other) |
boolean |
equals(Object that) |
static com.google.common.base.Function<Long,Id> |
fromLongValue() |
int |
hashCode() |
long |
longValue() |
BigInteger |
toBigInteger() |
static com.google.common.base.Function<Id,Long> |
toLongValue() |
String |
toString() |
static Id |
valueOf(BigInteger bigInt) |
static Id |
valueOf(int intValue) |
static Id |
valueOf(long longValue) |
static Id |
valueOf(String id) |
public static final Id valueOf(BigInteger bigInt)
public static final Id valueOf(int intValue)
public static final Id valueOf(long longValue)
public long longValue()
public BigInteger toBigInteger()
public int compareTo(Id other)
compareTo in interface Comparable<Id>Copyright © 2014. All rights reserved.