Class UnsortedInputIterator

java.lang.Object
org.apache.lucene.search.suggest.BufferedInputIterator
org.apache.lucene.search.suggest.UnsortedInputIterator
All Implemented Interfaces:
InputIterator, BytesRefIterator

public class UnsortedInputIterator extends BufferedInputIterator
This wrapper buffers the incoming elements and makes sure they are in random order.
WARNING: This API is experimental and might change in incompatible ways in the next release.