Class ConcurrentSkipListMap.DescendingSubMapKeyIterator

    • Field Detail

      • least

        final K least
    • Constructor Detail

      • DescendingSubMapKeyIterator

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

      • next

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