Package | Description |
---|---|
org.apache.commons.functor.range |
Contains code related to Ranges.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRange<T extends Comparable<T>,S>
Abstract
Range . |
class |
CharacterRange
A generator for a range of characters.
|
class |
DoubleRange
A generator for a range of doubles.
|
class |
FloatRange
A generator for a range of float.
|
class |
IntegerRange
A range of integers.
|
class |
LongRange
A range of longs.
|
class |
NumericRange<T extends Number & Comparable<T>>
A base class for numeric ranges.
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.