| Package | Description |
|---|---|
| org.unix4j.convert |
Defines interfaces and implementations used for value conversions.
|
| org.unix4j.util |
Provides a set of utility classes used throughout the unix4j framework.
|
| Modifier and Type | Field and Description |
|---|---|
static ValueConverter<Range> |
RangeConverters.DEFAULT |
static ValueConverter<Range> |
RangeConverters.STRING |
| Modifier and Type | Method and Description |
|---|---|
Range |
Range.andBetween(int from,
int to)
Adds a range element to include all indexes between (and including) the given
indexes.
|
Range |
Range.andFromStartTo(int to)
Adds a range element to include all indexes from 1 to and inclusive of the
given index.
|
Range |
Range.andOf(int... indexes) |
Range |
Range.andToEndFrom(int from)
Adds a range element to include all indexes from (and including) the given index
to any greater index.
|
static Range |
Range.between(int from,
int to)
Creates a range element to include all elements between (and including) the given
indexes.
|
static Range |
Range.fromStartTo(int to)
Creates a range element to include all indexes from 1 to (and inclusive of) the
given index.
|
static Range |
Range.of(int... indexes) |
static Range |
Range.toEndFrom(int from)
Creates a range element to include all elements from (and including) the given
index to any greater index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeRange.add(Range range) |
Copyright © 2016. All Rights Reserved.