VelocityDb.Collection Namespace |
Class | Description | |
---|---|---|
![]() | SortedMap<Key, Value> |
A sorted map
|
![]() | SortedMapBase<Key, Value> |
A base class for sorted maps.
|
![]() | SortedMapOidShort<Key, Value> |
A sorted map where all keys and values and the map are contained within a single Database |
![]() | SortedMapValueOidShort<Key, Value> |
A sorted map where all values are located within a single Database |
![]() | SortedSetAny<Key> |
A sorted set of objects of any Type (not just subclasses of OptimizedPersistable |
![]() | SortedSetBase<Key> |
A base class for sorted sets
|
![]() | SortedSetOidShort<Key> |
A sorted set where the set and all its elements are contained in a single Database |
![]() | VelocityDbHashSet<T> |
A hash code based set
|
![]() | VelocityDbList<T> |
A list with an Oid containing objects ordered by index.
|
![]() | VelocityDbListOidShort<T> |
List of objects where list and all elements of a list are contained within a single Database |
![]() | WeakReferenceList<T> |
List with an Id containing object Ids ordered by index.
|
![]() | WeakReferenceListBase<T> |
List with an Id containing object Ids ordered by index.
|
![]() | WeakShortReferenceList<T> |
List with an Id containing object short Ids (page and slot) ordered by index.
|
Structure | Description | |
---|---|---|
![]() | VelocityDbHashSet<T>.Enumerator |
Enumerates the elements of a VelocityDbHashSet(Of T).
|