Class ConcurrentSkipListMap.SubMapValueIterator

    • Field Detail

      • fence

        final K fence
    • Constructor Detail

      • SubMapValueIterator

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

      • next

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