Class ObjectLongMap.Values

  • Enclosing class:
    ObjectLongMap<K>

    public static class ObjectLongMap.Values
    extends java.lang.Object
    • Method Detail

      • hasNext

        public boolean hasNext()
      • next

        public long next()
      • toArray

        public LongArray toArray()
        Returns a new array containing the remaining values.
      • toArray

        public LongArray toArray​(LongArray array)
        Adds the remaining values to the specified array.