| Package | Description |
|---|---|
| com.phloc.commons.collections.triple |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITriple<DATA1TYPE,DATA2TYPE,DATA3TYPE>
Represents an abstract triple (an object with exactly three element) that is
writable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReadonlyTriple<DATA1TYPE,DATA2TYPE,DATA3TYPE>
A generic triple class.
|
class |
Triple<DATA1TYPE,DATA2TYPE,DATA3TYPE>
A generic writable triple class.
|
| Modifier and Type | Method and Description |
|---|---|
static <T,U,V> IReadonlyTriple<T,U,V> |
ReadonlyTriple.create(T aFirst,
U aSecond,
V aThird) |
| Constructor and Description |
|---|
ReadonlyTriple(IReadonlyTriple<? extends DATA1TYPE,? extends DATA2TYPE,? extends DATA3TYPE> rhs) |
Triple(IReadonlyTriple<? extends DATA1TYPE,? extends DATA2TYPE,? extends DATA3TYPE> rhs) |
Copyright © 2006–2015 phloc systems. All rights reserved.