Class ConcurrentSkipListMap.SubMapKeyIterator

    • Field Detail

      • fence

        final K fence
    • Constructor Detail

      • SubMapKeyIterator

        SubMapKeyIterator​(K least,
                          K fence)
    • Method Detail

      • next

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