Class ObjectMap.Values<V>

    • Constructor Detail

      • Values

        public Values​(ObjectMap<?,​V> map)
    • Method Detail

      • hasNext

        public boolean hasNext()
      • next

        @Null
        public V next()
      • toList

        public ArrayList<V> toList()
        Returns a new list containing the remaining keys.
      • toList

        public <T extends List<V>> T toList​(T array)
        Adds the remaining keys to the list.