DATA1TYPE - First type.DATA2TYPE - Second type.public interface IMutablePair<DATA1TYPE,DATA2TYPE> extends IPair<DATA1TYPE,DATA2TYPE>
| Modifier and Type | Method and Description |
|---|---|
EChange |
setFirst(DATA1TYPE aFirst)
Set the first value.
|
EChange |
setSecond(DATA2TYPE aSecond)
Set the second value.
|
getComparatorFirst, getComparatorSecond, getFirst, getSecondCopyright © 2014–2016 Philip Helger. All rights reserved.