DATA1TYPE - First type.DATA2TYPE - Second type.public interface IPair<DATA1TYPE,DATA2TYPE> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
DATA1TYPE |
getFirst() |
DATA2TYPE |
getSecond() |
Copyright © 2014–2016 Philip Helger. All rights reserved.