DATA1TYPE - First type.DATA2TYPE - Second type.public interface IMutablePair<DATA1TYPE,DATA2TYPE> extends IPair<DATA1TYPE,DATA2TYPE>
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.state.EChange |
setFirst(DATA1TYPE aFirst)
Set the first value.
|
com.helger.commons.state.EChange |
setSecond(DATA2TYPE aSecond)
Set the second value.
|
Copyright © 2017–2020 Philip Helger. All rights reserved.