Package | Description |
---|---|
propel.core.collections.maps.combinational | |
propel.core.utils |
Modifier and Type | Class and Description |
---|---|
class |
AvlTreeList<TKey extends java.lang.Comparable<TKey>,TValue>
A type-aware AVL-tree-backed map holding values which are accessible by key as well as a list-style index.
|
class |
ListMap<TKey extends java.lang.Comparable<TKey>,TValue>
A type-aware list-backed map holding values which are accessible by key as well as a list-style index.
|
Modifier and Type | Method and Description |
---|---|
static <K extends java.lang.Comparable<K>,V> |
ImmutableUtils.toReadOnly(IListMap<K,V> map)
Returns a read-only version of the given collection
|
Modifier and Type | Method and Description |
---|---|
static <K extends java.lang.Comparable<K>,V> |
ImmutableUtils.toReadOnly(IListMap<K,V> map)
Returns a read-only version of the given collection
|