Class ObjectIntMap.Keys<K>

    • Method Detail

      • hasNext

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

        public K next()
        Specified by:
        next in interface Iterator<K>
      • 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.