| Package | Description |
|---|---|
| no.digipost | |
| no.digipost.tuple |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> AdaptableCollector<ViewableAsTuple<T1,Optional<T2>>,?,Map<T1,List<T2>>> |
DiggCollectors.toMultimap()
A multimap maps from keys to lists, and this collector will arrange
tuples
by putting each distinct first tuple-element as keys of the resulting map, mapping
them to a List, and adding each second tuple-element to the list. |
| Modifier and Type | Class and Description |
|---|---|
class |
Tuple<T1,T2>
A tuple is a simple composition of two arbitrary values (objects).
|
Copyright © 2016 Digipost. All rights reserved.