Esempio n. 1
0
 public BigInteger toBigInteger() {
   return SHORTENER.expand(this.shortId);
 }
Esempio n. 2
0
 public ShortId(BigInteger bigInteger) {
   this.shortId = SHORTENER.shorten(bigInteger);
 }