Click or drag to resize

VelocityDb.Collection Namespace

The VelocityDb.Collection namespace contains classes for the VelocityDb collections optimized for persistent storage in VelocityDb databases
Classes
  ClassDescription
Public classSortedMap<Key, Value>
A sorted map
Public classSortedMapBase<Key, Value>
A base class for sorted maps.
Public classSortedMapOidShort<Key, Value>
A sorted map where all keys and values and the map are contained within a single Database
Public classSortedMapValueOidShort<Key, Value>
A sorted map where all values are located within a single Database
Public classSortedSetAny<Key>
A sorted set of objects of any Type (not just subclasses of OptimizedPersistable
Public classSortedSetBase<Key>
A base class for sorted sets
Public classSortedSetOidShort<Key>
A sorted set where the set and all its elements are contained in a single Database
Public classVelocityDbHashSet<T>
A hash code based set
Public classVelocityDbList<T>
A list with an Oid containing objects ordered by index.
Public classVelocityDbListOidShort<T>
List of objects where list and all elements of a list are contained within a single Database
Public classWeakReferenceList<T>
List with an Id containing object Ids ordered by index.
Public classWeakReferenceListBase<T>
List with an Id containing object Ids ordered by index.
Public classWeakShortReferenceList<T>
List with an Id containing object short Ids (page and slot) ordered by index.
Structures