VelocityDb.Collection Namespace |
Class | Description | |
---|---|---|
SortedMapKey, Value |
A sorted map
| |
SortedMapBaseKey, Value |
A base class for sorted maps.
| |
SortedMapOidShortKey, Value |
A sorted map where all keys and values and the map are contained within a single Database | |
SortedMapValueOidShortKey, Value |
A sorted map where all values are located within a single Database | |
SortedSetAnyKey |
A sorted set of objects of any Type (not just subclasses of OptimizedPersistable | |
SortedSetBaseKey |
A base class for sorted sets
| |
SortedSetOidShortKey |
A sorted set where the set and all its elements are contained in a single Database | |
VelocityDbHashSetT |
A hash code based set
| |
VelocityDbListT |
A list with an Oid containing objects ordered by index.
| |
VelocityDbListOidShortT |
List of objects where list and all elements of a list are contained within a single Database | |
WeakReferenceListT |
List with an Id containing object Ids ordered by index.
| |
WeakReferenceListBaseT |
List with an Id containing object Ids ordered by index.
| |
WeakShortReferenceListT |
List with an Id containing object short Ids (page and slot) ordered by index.
|
Structure | Description | |
---|---|---|
VelocityDbHashSetTEnumerator |
Enumerates the elements of a VelocityDbHashSet(Of T).
|