Class CuckooObjectMap.Values<V>

    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<V>
      • next

        public V next()
        Specified by:
        next in interface Iterator<V>
      • toArray

        public ArrayList<V> toArray()
        Returns a new array containing the remaining values.
      • toArray

        public void toArray​(ArrayList<V> array)
        Adds the remaining values to the specified array.