Package com.google.code.externalsorting
Interface IOStringStack
-
- All Known Implementing Classes:
BinaryFileBuffer
public interface IOStringStackGeneral interface to abstract away BinaryFileBuffer so that users of the library can roll their own.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()booleanempty()java.lang.Stringpeek()java.lang.Stringpop()
-