Uses of Interface
com.google.code.externalsorting.IOStringStack
Packages that use IOStringStack
-
Uses of IOStringStack in com.google.code.externalsorting
Classes in com.google.code.externalsorting that implement IOStringStackModifier and TypeClassDescriptionfinal class
This is essentially a thin wrapper on top of a BufferedReader...Method parameters in com.google.code.externalsorting with type arguments of type IOStringStackModifier and TypeMethodDescriptionstatic long
ExternalSort.mergeSortedFiles
(BufferedWriter fbw, Comparator<String> cmp, boolean distinct, List<IOStringStack> buffers) This merges several BinaryFileBuffer to an output writer.