Class Token

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected long token  
    • Constructor Summary

      Constructors 
      Constructor Description
      Token​(long token)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(CombinedValue<java.lang.Long> o)  
      java.lang.Long get()  
      abstract com.carrotsearch.hppc.LongSet getOffsets()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator
    • Field Detail

      • token

        protected final long token
    • Constructor Detail

      • Token

        public Token​(long token)
    • Method Detail

      • get

        public java.lang.Long get()
        Specified by:
        get in interface CombinedValue<java.lang.Long>
      • getOffsets

        public abstract com.carrotsearch.hppc.LongSet getOffsets()
      • compareTo

        public int compareTo​(CombinedValue<java.lang.Long> o)
        Specified by:
        compareTo in interface java.lang.Comparable<CombinedValue<java.lang.Long>>