Package | Description |
---|---|
propel.core.collections.maps.avl | |
propel.core.utils |
Modifier and Type | Class and Description |
---|---|
class |
SharedAvlHashtable<TKey extends java.lang.Comparable<TKey>,TValue>
A type-aware thread-safe AVL-tree-backed hashtable.
|
Modifier and Type | Method and Description |
---|---|
static <K extends java.lang.Comparable<K>,V> |
ImmutableUtils.toReadOnly(ISharedHashtable<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(ISharedHashtable<K,V> map)
Returns a read-only version of the given collection
|