| Package | Description |
|---|---|
| cz.auderis.tools.collection.iterator |
Collection of special iterators and iterator decorators.
|
| cz.auderis.tools.collection.tuple |
Implementation of specialized tuple classes with the focus on pairs.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<I,J> |
ParallelIteratorDecorator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Pair<I,J>> |
ParallelIteratorDecorator.iterator() |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicPair<L,R>
The type Atomic pair.
|
class |
BasicPair<L,R>
The type Basic pair.
|
class |
ImmutablePair<L,R>
The type Immutable pair.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<L,R> |
AtomicPair.get()
Get pair.
|
static <L,R> Pair<L,R> |
Pair.immutable(L left,
R right)
Immutable pair.
|
Copyright © 2014 Boleslav Bobcik - Auderis. All rights reserved.