| Class | Description |
|---|---|
| ComparablePair<L,R> |
Represents an immutable and comparable pair of values.
|
| ComparablePair.Builder<L> |
Implementation of the
pattern builder intended to be used
to create ComparablePairs with custom combination of
comparable and non comparable values. |
| ComparableTriple<L,M,R> |
Represents an immutable and comparable triple of values.
|
| ComparableTriple.FinalBuilder<L,M> |
Implementation of the
pattern builder intended to be used
to create ComparableTriples with custom combination of
comparable and non comparable values. |
| ComparableTriple.MiddleBuilder<L> |
Implementation of the
pattern builder intended to be used
to create ComparableTriples with custom combination of
comparable and non comparable values. |
| Pair<L,R> |
Represents an immutable pair of values.
|
| Triple<L,M,R> |
Represents an immutable triple of values.
|
Copyright © 2011–2020 Nerd4j. All rights reserved.