Interface SortingStrategy.EntrySupplier
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
- Enclosing class:
- SortingStrategy
static interface SortingStrategy.EntrySupplier extends java.io.Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
next()
The next line ornull
if the end is reachedint
wordCount()
-