| Package | Description |
|---|---|
| com.helger.collection.pair |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMutablePair<DATA1TYPE,DATA2TYPE>
Interface for a writable pair.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Pair<DATA1TYPE,DATA2TYPE>
A generic pair class.
|
| Constructor and Description |
|---|
Pair(IPair<? extends DATA1TYPE,? extends DATA2TYPE> rhs) |
Copyright © 2017–2020 Philip Helger. All rights reserved.