Constructor SortedInputIterator
SortedInputIterator(IInputIterator)
Creates a new sorted wrapper, using
Declaration
public SortedInputIterator(IInputIterator source)
Parameters
Type | Name | Description |
---|---|---|
IInputIterator | source |
SortedInputIterator(IInputIterator, IComparer<BytesRef>)
Creates a new sorted wrapper, sorting by BytesRef (ascending) then cost (ascending).
Declaration
public SortedInputIterator(IInputIterator source, IComparer<BytesRef> comparer)
Parameters
Type | Name | Description |
---|---|---|
IInputIterator | source | |
IComparer<BytesRef> | comparer |