Uses of Interface
org.cojen.tupl.Entry
Packages that use Entry
-
Uses of Entry in org.cojen.tupl
Subinterfaces with type arguments of type Entry in org.cojen.tuplModifier and TypeInterfaceDescriptioninterface
Defines a row type consisting of a simple binary key-value pair.Methods in org.cojen.tupl that return types with arguments of type EntryModifier and TypeMethodDescriptionSorter.finishScan()
Returns a single-use Scanner over the sorted results, which deletes temporary resources as it goes.Sorter.finishScan
(Scanner<Entry> s) Returns a single-use Scanner over the sorted results, which deletes temporary resources as it goes.Sorter.finishScanReverse()
Same asfinishScan
, but in reverse order.Sorter.finishScanReverse
(Scanner<Entry> s) Same asfinishScan
, but in reverse order.Method parameters in org.cojen.tupl with type arguments of type EntryModifier and TypeMethodDescriptiondefault void
Add all remaining items from the given scanner into the sorter.Sorter.finishScan
(Scanner<Entry> s) Returns a single-use Scanner over the sorted results, which deletes temporary resources as it goes.Sorter.finishScanReverse
(Scanner<Entry> s) Same asfinishScan
, but in reverse order.