Interface | Description |
---|---|
Range<T extends Comparable<?>,S> |
Represent an interval of elements that varies from the left limit
to the right limit.
|
Class | Description |
---|---|
AbstractRange<T extends Comparable<T>,S> |
Abstract
Range . |
CharacterRange |
A generator for a range of characters.
|
DoubleRange |
A generator for a range of doubles.
|
Endpoint<T extends Comparable<?>> |
Represent an endpoint of a range.
|
FloatRange |
A generator for a range of float.
|
IntegerRange |
A range of integers.
|
LongRange |
A range of longs.
|
NumericRange<T extends Number & Comparable<T>> |
A base class for numeric ranges.
|
Ranges |
Range factory.
|
Enum | Description |
---|---|
BoundType |
Determine the bound type of a range.
|
Contains code related to Ranges.
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.