| Interface | Description |
|---|---|
| Bounded<BoundType extends Comparable<BoundType>> |
Defines a Object to be bounded by a lower and upper bound.
|
| Labeled<LabelType,PositionType,ValueType> |
A label is an object (LabelType) das identifies the location or position (PositionType) of something (ValueType) in
the object that implements this interface.
|
| Nameable |
The nameable interface defines an Object that has a useful name attached to it.
|
| Class | Description |
|---|---|
| CommutablePair<ValueType> |
This subclass of
Pair only implements different equals and hashcode methods.The values are exchangeable. |
| Pair<ValueType> |
A
Pair is a composition of two objects. |
| Range<RangeType extends Comparable<RangeType>> |
The range defines any interval between two comparable objects.
|
| Resources |
Provides access to test and project and test resources.
|
Copyright © 2017. All rights reserved.