Class Combiner.ValueIterator

  • All Implemented Interfaces:
    Iterator<Value>
    Enclosing class:
    Combiner

    public static class Combiner.ValueIterator
    extends Object
    implements Iterator<Value>
    A Java Iterator that iterates over the Values for a given Key from a source SortedKeyValueIterator.
    • Constructor Detail

      • ValueIterator

        public ValueIterator​(SortedKeyValueIterator<Key,​Value> source)
        Constructs an iterator over Values whose Keys are versions of the current topKey of the source SortedKeyValueIterator.
        Parameters:
        source - The SortedKeyValueIterator<Key,Value> from which to read data.