public class BigIntegerToken extends Token<java.math.BigInteger>
Token.KeyBound, Token.TokenFactory<T>, Token.TokenSerializer
serializer, token
Constructor and Description |
---|
BigIntegerToken(java.math.BigInteger token) |
BigIntegerToken(java.lang.String token) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Token<java.math.BigInteger> o)
This determines the comparison for node destination purposes.
|
equals, getToken, hashCode, isMinimum, isMinimum, maxKeyBound, maxKeyBound, minKeyBound, minKeyBound, toString, upperBound
public BigIntegerToken(java.math.BigInteger token)
public BigIntegerToken(java.lang.String token)
Copyright © 2014 The Apache Software Foundation