DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Deveel.Data.Index.BlockIndex< T > Member List

This is the complete list of members for Deveel.Data.Index.BlockIndex< T >, including all inherited members.

Add(T value)Deveel.Data.Index.BlockIndexBase< T >inline
BlockIndex()Deveel.Data.Index.BlockIndex< T >inline
BlockIndex(IEnumerable< T > values)Deveel.Data.Index.BlockIndex< T >inline
BlockIndex(IIndex< T > index)Deveel.Data.Index.BlockIndex< T >inline
BlockIndex(IEnumerable< IIndexBlock< T >> blocks)Deveel.Data.Index.BlockIndex< T >inline
BlockIndexBase()Deveel.Data.Index.BlockIndexBase< T >inlineprotected
BlockIndexBase(IEnumerable< IIndexBlock< T >> blocks)Deveel.Data.Index.BlockIndexBase< T >inlineprotected
BlockIndexBase(IEnumerable< T > values)Deveel.Data.Index.BlockIndexBase< T >inlineprotected
BlockIndexBase(IIndex< T > index)Deveel.Data.Index.BlockIndexBase< T >inlineprotected
BlocksDeveel.Data.Index.BlockIndexBase< T >protected
Contains(T value)Deveel.Data.Index.BlockIndexBase< T >inline
Contains(object key, IIndexComparer< T > comparer)Deveel.Data.Index.BlockIndexBase< T >inline
CopyToArray(T[] array, int offset, int length)Deveel.Data.Index.BlockIndexBase< T >inlinepackage
CountDeveel.Data.Index.BlockIndexBase< T >
GetEnumerator()Deveel.Data.Index.BlockIndexBase< T >inline
GetEnumerator(int startOffset, int endOffset)Deveel.Data.Index.BlockIndexBase< T >inline
Insert(int index, T value)Deveel.Data.Index.BlockIndexBase< T >inline
InsertSort(T value)Deveel.Data.Index.BlockIndexBase< T >inline
InsertSort(object key, T value, IIndexComparer< T > comparer)Deveel.Data.Index.BlockIndexBase< T >inline
IsReadOnlyDeveel.Data.Index.BlockIndexBase< T >
NewBlock()Deveel.Data.Index.BlockIndex< T >inlineprotectedvirtual
OnDeleteBlock(IIndexBlock< T > block)Deveel.Data.Index.BlockIndexBase< T >inlineprotectedvirtual
RemoveAt(int index)Deveel.Data.Index.BlockIndexBase< T >inline
RemoveSort(T value)Deveel.Data.Index.BlockIndexBase< T >inline
RemoveSort(object key, T value, IIndexComparer< T > comparer)Deveel.Data.Index.BlockIndexBase< T >inline
SearchFirst(object key, IIndexComparer< T > comparer)Deveel.Data.Index.BlockIndexBase< T >inline
SearchLast(object key, IIndexComparer< T > comparer)Deveel.Data.Index.BlockIndexBase< T >inline
this[int index]Deveel.Data.Index.BlockIndexBase< T >
UniqueInsertSort(T value)Deveel.Data.Index.BlockIndexBase< T >inline