abstract class AdjacentProcessor extends UniqProcessor
global option is NOT selected. The actual
processors are member classes of this abstract base class.| Modifier and Type | Class and Description |
|---|---|
static class |
AdjacentProcessor.Count
Line processor implementing the actual uniq command execution for the
case when only the
count option is selected. |
static class |
AdjacentProcessor.DuplicateOnly
Line processor implementing the actual uniq command execution for the
case when only the
duplicatedOnly
option is selected. |
static class |
AdjacentProcessor.Normal
Line processor implementing the actual uniq command execution for the
case when no option is selected.
|
protected static class |
AdjacentProcessor.UniqueDuplicateCount
Abstract base class for member classes
AdjacentProcessor.UniqueOnly,
AdjacentProcessor.DuplicateOnly and AdjacentProcessor.Count |
static class |
AdjacentProcessor.UniqueOnly
Line processor implementing the actual uniq command execution for the
case when only the
uniqueOnly option is
selected. |
| Constructor and Description |
|---|
AdjacentProcessor(UniqCommand command,
ExecutionContext context,
LineProcessor output) |
processLine, processLinegetArguments, getCommand, getContext, getOutputclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfinishpublic AdjacentProcessor(UniqCommand command, ExecutionContext context, LineProcessor output)
Copyright © 2025. All rights reserved.