Class SortedInputIterator

java.lang.Object
org.apache.lucene.search.suggest.SortedInputIterator
All Implemented Interfaces:
InputIterator, BytesRefIterator
Direct Known Subclasses:
WFSTCompletionLookup.WFSTInputIterator

public class SortedInputIterator extends Object implements InputIterator
This wrapper buffers incoming elements and makes sure they are sorted based on given comparator.