| 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> AtomicPair<L,R> |
AtomicPair.copyOf(Map.Entry<L,R> source)
Copy of.
|
static <L,R> AtomicPair<L,R> |
AtomicPair.of(L left,
R right)
Of atomic pair.
|
Copyright © 2014 Boleslav Bobcik - Auderis. All rights reserved.