_count (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | protected |
_freezeMode (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | protected |
_maxInnerSize (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | protected |
_maxLeafSize (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | protected |
_treeHeight (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | protected |
_version (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | protected |
Add(T item) (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | pure virtual |
AddObserver(IAListTreeObserver< K, T > observer) | Loyc.Collections.AListBase< K, T > | inlinevirtual |
AddRange(IListSource< T > source) (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | inline |
AddRange(AList< T > source) (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | inline |
AListBase() (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | inline |
AListBase(int maxLeafSize) (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | inline |
AListBase(int maxLeafSize, int maxInnerSize) (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | inline |
AListBase(AListBase< T > items, bool keepListChangingHandlers) (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | inline |
AListBase(AListBase< int, T > original, AListNode< int, T > section) (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | inlineprotected |
Loyc::Collections::AListBase< K, T >.AListBase(AListBase< K, T > items, bool keepListChangingHandlers) | Loyc.Collections.AListBase< K, T > | inlineprotected |
Loyc::Collections::AListBase< K, T >.AListBase(AListBase< K, T > original, AListNode< K, T > section) | Loyc.Collections.AListBase< K, T > | inlineprotected |
AutoCreateOrCloneRoot() (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | inlineprotected |
AutoSplit(AListNode< K, T > splitLeft, AListNode< K, T > splitRight) (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | inlineprotected |
AutoThrow() (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | inlineprotected |
BeginInsertRange(int index, IListSource< T > items, int itemsCount) (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | inlineprotected |
CheckPoint() (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | inlineprotected |
Clear() (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | inlinevirtual |
ClearInternal(bool forceClear) | Loyc.Collections.AListBase< K, T > | inlineprotectedvirtual |
Clone(out AListBase< T > clone) (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | protectedpure virtual |
Clone() (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | inline |
Combine(AListBase< T > other, bool move, bool append) (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | inlineprotectedvirtual |
Contains(T item) | Loyc.Collections.AListBase< T > | inline |
CopySectionHelper(int start, int subcount) | Loyc.Collections.AListBase< K, T > | inlineprotected |
CopySectionHelper(uint start, uint subcount) (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | inlineprotected |
CopyTo(T[] array, int arrayIndex) (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | inline |
Count (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | |
Loyc::Collections::IDeque< T >.Count | Loyc.Collections.ICount | |
cov_RemoveSection(int start, int count) (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | protectedpure virtual |
DetectSizeOverflow(int insertSize) | Loyc.Collections.AListBase< T > | inlineprotected |
DoneInsertRange(int amountInserted) (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | inlineprotected |
First (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | |
Freeze() | Loyc.Collections.AListBase< K, T > | inlinevirtual |
Frozen (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | protected |
FrozenForConcurrency (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | protected |
FrozenForListChanging (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | protected |
GetEnumerator() (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | inline |
GetEnumerator(int startIndex) (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | inline |
GetEnumerator(int start, int subcount) (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | inline |
GetEnumerator(int start, int subcount, bool startAtEnd) (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | inline |
GetImmutableCount() | Loyc.Collections.AListBase< K, T > | inline |
HandleChangedOrUndersizedRoot(AListNode< K, T > result) (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | inlineprotected |
IndexesOf(T item) | Loyc.Collections.AListBase< K, T > | inline |
IndexesOf(T item, int minIndex, int maxIndex) (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | inlinevirtual |
IndexOf(T item) | Loyc.Collections.AListBase< T > | inlinevirtual |
Insert(int index, T item) (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | pure virtual |
InsertRange(int index, IListSource< T > source) (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | pure virtual |
InsertRange(int index, IEnumerable< T > list) (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | pure virtual |
InsertRange(int index, AListBase< T > source, bool move) (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | inlineprotected |
IsEmpty (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | |
IsEmpty (defined in Loyc.Collections.IIsEmpty) | Loyc.Collections.IIsEmpty | |
IsFrozen (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | |
Last (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | |
LinearScanFor(T item, int startIndex, EqualityComparer< T > comparer) | Loyc.Collections.AListBase< K, T > | inline |
ListChanging | Loyc.Collections.AListBase< K, T > | |
NewEnumerator(uint start, uint firstIndex, uint lastIndex) (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | inlineprotectedvirtual |
NewRootLeaf() (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | protectedpure virtual |
NotFrozen (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | protected |
ObserverCount | Loyc.Collections.AListBase< K, T > | |
Remove(T item) | Loyc.Collections.AListBase< T > | inline |
RemoveAll(Predicate< T > match) | Loyc.Collections.AListBase< K, T > | inline |
RemoveAt(int index) (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | inline |
RemoveObserver(IAListTreeObserver< K, T > observer) | Loyc.Collections.AListBase< K, T > | inlinevirtual |
RemoveRange(int index, int amount) (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | inline |
RemoveSection(int start, int count) (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | inline |
Resize(int newSize) (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | inline |
ReverseView (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | |
Slice(int start, int length) | Loyc.Collections.AListBase< T > | inline |
SplitRoot(AListNode< int, T > left, AListNode< int, T > right) (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | inlineprotected |
SplitRoot(AListNode< K, T > left, AListNode< K, T > right) (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | protectedpure virtual |
SwapHelper(AListBase< K, T > other, bool swapObservers) | Loyc.Collections.AListBase< K, T > | inlineprotected |
this[int index] (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | |
TreeHeight (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | |
TryGet(int index, out bool fail) | Loyc.Collections.AListBase< K, T > | inline |
TrySet(int index, T value) (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | pure virtual |