Package | Description |
---|---|
org.unix4j.util.sort |
Contains interfaces and classes related to sorting.
|
Modifier and Type | Field and Description |
---|---|
static LineComparator |
LineComparator.COLLATOR
Line comparator using case sensitive comparison based on the current
local's collation order.
|
static LineComparator |
LineComparator.COLLATOR_IGNORE_CASE
Line comparator using case insensitive comparison based on the current
local's collation order.
|
static LineComparator |
LineComparator.COLLATOR_IGNORE_CASE_AND_LEADING_BLANKS
Line comparator using case insensitive comparison based on the current
local's collation order, ignoring leading blanks (spaces and tabs) in the
content string of the line.
|
static LineComparator |
LineComparator.COLLATOR_IGNORE_LEADING_BLANKS
Line comparator using case sensitive comparison based on the current
local's collation order, ignoring leading blanks (spaces and tabs) in the
content string of the line.
|
Copyright © 2016. All rights reserved.