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 classSortedMapKey, Value
A sorted map
Public classSortedMapBaseKey, Value
A base class for sorted maps.
Public classSortedMapOidShortKey, Value
A sorted map where all keys and values and the map are contained within a single Database
Public classSortedMapValueOidShortKey, Value
A sorted map where all values are located within a single Database
Public classSortedSetAnyKey
A sorted set of objects of any Type (not just subclasses of OptimizedPersistable
Public classSortedSetBaseKey
A base class for sorted sets
Public classSortedSetOidShortKey
A sorted set where the set and all its elements are contained in a single Database
Public classVelocityDbHashSetT
A hash code based set
Public classVelocityDbListT
A list with an Oid containing objects ordered by index.
Public classVelocityDbListOidShortT
List of objects where list and all elements of a list are contained within a single Database
Public classWeakReferenceListT
List with an Id containing object Ids ordered by index.
Public classWeakReferenceListBaseT
List with an Id containing object Ids ordered by index.
Public classWeakShortReferenceListT
List with an Id containing object short Ids (page and slot) ordered by index.
Structures