| Package | Description |
|---|---|
| com.h3c.util |
| Modifier and Type | Method and Description |
|---|---|
Interval.Type |
Interval.getType()
Gets the interval type.
|
static Interval.Type |
Interval.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Interval.Type[] |
Interval.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Interval(D leftEndpoint,
D rightEndpoint,
Interval.Type type)
Constructs an interval.
|
Copyright © 2014. All Rights Reserved.