Class ObjectIterators.UnmodifiableIterator<K>

    • Constructor Detail

      • UnmodifiableIterator

        public UnmodifiableIterator​(ObjectIterator<K> i)
    • Method Detail

      • hasNext

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

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