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