Package | Description |
---|---|
org.unix4j.unix.uniq |
Contains private classes used by the
uniq command. |
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.UniqueOnly
Line processor implementing the actual uniq command execution for the
case when only the
uniqueOnly option is
selected. |
Copyright © 2024. All rights reserved.