Class IdentityMap.Values<V>

    • Constructor Detail

    • 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)
        Returns a new array containing the remaining values.