public class CollectorsUtil extends Object
| Constructor and Description |
|---|
CollectorsUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Collector<Map.Entry<K,V>,?,Map<K,V>> |
entriesToMap() |
static <K,V> Collector<Pair<K,V>,?,Map<K,V>> |
pairsToMap() |
Copyright © 2002–2019 The Neo4j Graph Database Project. All rights reserved.