abstract class AbstractSortProcessor extends AbstractLineProcessor<SortArguments>
Constructor and Description |
---|
AbstractSortProcessor(SortCommand command,
ExecutionContext context,
LineProcessor output) |
Modifier and Type | Method and Description |
---|---|
protected Comparator<? super Line> |
getComparator() |
getArguments, getCommand, getContext, getOutput
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
finish, processLine
public AbstractSortProcessor(SortCommand command, ExecutionContext context, LineProcessor output)
protected Comparator<? super Line> getComparator()
Copyright © 2024. All rights reserved.