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