| Package | Description |
|---|---|
| de.flapdoodle.guava |
| Modifier and Type | Method and Description |
|---|---|
static <A,B> Collection<Pair<A,B>> |
Transformations.zip(Iterable<A> a,
Iterable<B> b) |
static <A,B> Collection<Pair<A,B>> |
Transformations.zip(Iterator<A> a,
Iterator<B> b) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Map<K,V> |
Transformations.map(Collection<Pair<K,V>> pairs) |
Copyright © 2014. All Rights Reserved.