Interface SortingStrategy.EntryAccumulator
-
- Enclosing class:
- SortingStrategy
static interface SortingStrategy.EntryAccumulator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addEntry(java.lang.String entry)
SortingStrategy.EntrySupplier
finishAndSort()
-
-
-
Method Detail
-
addEntry
void addEntry(java.lang.String entry) throws java.io.IOException
- Throws:
java.io.IOException
-
finishAndSort
SortingStrategy.EntrySupplier finishAndSort() throws java.io.IOException
- Throws:
java.io.IOException
-
-