Class LongValues

    • Constructor Summary

      Constructors 
      Constructor Description
      LongValues()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract long get​(long index)
      Get value at index.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • IDENTITY

        public static final LongValues IDENTITY
        An instance that returns the provided value.
    • Constructor Detail

      • LongValues

        public LongValues()
    • Method Detail

      • get

        public abstract long get​(long index)
        Get value at index.