| Package | Description |
|---|---|
| com.phloc.commons.collections.triple |
| Modifier and Type | Class and Description |
|---|---|
class |
Triple<DATA1TYPE,DATA2TYPE,DATA3TYPE>
A generic writable triple class.
|
| Modifier and Type | Method and Description |
|---|---|
static <T,U,V> ITriple<T,U,V> |
Triple.create(T aFirst,
U aSecond,
V aThird) |
Copyright © 2006–2014 phloc systems. All rights reserved.