DATA1TYPE - Type of the first elementDATA2TYPE - Type of the second elementDATA3TYPE - Type of the third elementpublic interface ITriple<DATA1TYPE,DATA2TYPE,DATA3TYPE> extends IReadonlyTriple<DATA1TYPE,DATA2TYPE,DATA3TYPE>
| Modifier and Type | Method and Description |
|---|---|
EChange |
setFirst(DATA1TYPE aFirst)
Set the first value.
|
EChange |
setSecond(DATA2TYPE aSecond)
Set the second value.
|
EChange |
setThird(DATA3TYPE aThird)
Set the third value.
|
getFirst, getSecond, getThird@Nonnull EChange setFirst(@Nullable DATA1TYPE aFirst)
aFirst - The first value. May be null.EChange@Nonnull EChange setSecond(@Nullable DATA2TYPE aSecond)
aSecond - The second value. May be null.EChangeCopyright © 2006–2015 phloc systems. All rights reserved.