Package | Description |
---|---|
org.unix4j.unix.uniq |
Contains private classes used by the
uniq command. |
Modifier and Type | Class and Description |
---|---|
static class |
GlobalProcessor.Count
|
static class |
GlobalProcessor.DuplicateOnly
Line processor implementing the actual uniq command execution for the
case when the
global option is selected along
with the duplicatedOnly option. |
static class |
GlobalProcessor.Normal
Line processor implementing the actual uniq command execution for the
case when only the
global option is selected. |
protected static class |
GlobalProcessor.UniqueDuplicateCount
Abstract base class for member classes
GlobalProcessor.UniqueOnly ,
GlobalProcessor.DuplicateOnly and GlobalProcessor.Count |
static class |
GlobalProcessor.UniqueOnly
Line processor implementing the actual uniq command execution for the
case when the
global option is selected along
with the uniqueOnly option. |
Copyright © 2024. All rights reserved.