Package | Description |
---|---|
propel.core.collections.maps | |
propel.core.collections.maps.avl |
Modifier and Type | Method and Description |
---|---|
ValueCollection<TKey,TValue> |
IHashtable.getValues()
Gets a collection containing all the values.
|
Modifier and Type | Method and Description |
---|---|
ValueCollection<TKey,TValue> |
AvlHashtable.getValues()
Gets a collection containing the values in the
Returns the values of all key/value pairs, in ascending key order.
|