| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> Pair<T1,T2> |
Pair.empty() |
static <T1,T2> Pair<T1,T2> |
Pair.of(T1 first,
T2 other)
Alias of
pair(Object, Object). |
static <T1,T2> Pair<T1,T2> |
Pair.pair(T1 first,
T2 other)
Create a new pair of objects.
|
| Modifier and Type | Method and Description |
|---|---|
static <T,U> Map<T,U> |
Iterables.asMap(Iterable<Pair<T,U>> pairs) |
static <K,V> Map<K,V> |
MapUtil.toMap(Iterable<Pair<K,V>> pairs) |
static <K,V> Map<K,V> |
MapUtil.toMap(Iterator<Pair<K,V>> pairs) |
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.