| Package | Description |
|---|---|
| org.boon | |
| org.boon.core.reflection |
| Modifier and Type | Class and Description |
|---|---|
class |
Pair<K,V>
Created by Richard on 9/9/14.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Entry<K,V> |
Pair.entry(Entry<K,V> entry) |
static <K,V> Entry<K,V> |
Maps.entry(Entry<K,V> entry) |
static <K,V> Entry<K,V> |
Pair.entry(K k,
V v) |
static <K,V> Entry<K,V> |
Maps.entry(K k,
V v) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> void |
Maps.add(Map<K,V> map,
Entry<K,V> entry) |
int |
Pair.compareTo(Entry entry) |
static <K,V> Entry<K,V> |
Pair.entry(Entry<K,V> entry) |
static <K,V> Entry<K,V> |
Maps.entry(Entry<K,V> entry) |
boolean |
Pair.equals(Entry entry) |
boolean |
Entry.equals(Entry o) |
static <K,V> Map<K,V> |
Maps.map(Entry<K,V>... entries) |
static <K,V> Map<K,V> |
Maps.mapByEntries(Entry<K,V>... entries) |
static <K,V> Map<K,V> |
Maps.safeMap(Entry<K,V>... entries) |
static <K,V> NavigableMap<K,V> |
Maps.safeSortedMap(Entry<K,V>... entries) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> NavigableMap<K,V> |
Maps.safeSortedMap(Comparator<K> comparator,
List<Entry<K,V>> entries) |
static <K,V> NavigableMap<K,V> |
Maps.sortedMap(Comparator<K> comparator,
List<Entry<K,V>> entries) |
static <K,V> NavigableMap<K,V> |
Maps.sortedMap(List<Entry<K,V>> entries) |
| Constructor and Description |
|---|
Pair(Entry<K,V> entry) |
| Modifier and Type | Method and Description |
|---|---|
Entry<String,Object> |
Mapper.FieldToEntryConverter.apply(FieldAccess from) |
Copyright © 2014. All rights reserved.