EntryType
- Entry that this Comparator function uponpublic interface EntryIndexComparator<EntryType>
Modifier and Type | Interface and Description |
---|---|
static class |
EntryIndexComparator.Compare
Indicates which of two iterators has the lowest index
|
Modifier and Type | Method and Description |
---|---|
EntryIndexComparator.Compare |
lowestIndex(EntryType firstEntry,
EntryType secondEntry)
Determines which iterator has the lowest index
|
EntryIndexComparator.Compare lowestIndex(EntryType firstEntry, EntryType secondEntry)
firstEntry
- first entry to considersecondEntry
- second entry to consider