| Package | Description |
|---|---|
| cz.auderis.tools.collection.tuple |
Implementation of specialized tuple classes with the focus on pairs.
|
| Modifier and Type | Method and Description |
|---|---|
static <L,R> ImmutablePair<L,R> |
ImmutablePair.copyOf(Map.Entry<L,R> source)
Copy of.
|
static <L,R> ImmutablePair<L,R> |
ImmutablePair.of(L left,
R right)
Of immutable pair.
|
Copyright © 2014 Boleslav Bobcik - Auderis. All rights reserved.