Class ObjectMap.Keys<K>

    • Constructor Detail

    • Method Detail

      • hasNext

        public boolean hasNext()
      • next

        public K next()
      • toList

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

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