| Package | Description |
|---|---|
| net.ninjacat.smooth.collections | |
| net.ninjacat.smooth.utils |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Map<K,V> |
Maps.of(Pair<K,V>... pairs)
Will create map, give list of key-value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
static <L,R> Pair<L,R> |
Pair.of(L left,
R right)
Creates new Pair of two elements.
|
Copyright © 2018. All rights reserved.