| _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.SparseAList< T >) | Loyc.Collections.SparseAList< T > | inlinevirtual |
| AddObserver(IAListTreeObserver< K, T > observer) | Loyc.Collections.AListBase< K, T > | inlinevirtual |
| AddRange(IEnumerable< T > list) (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< T > | inline |
| 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 |
| AddSpace(int count=1) (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< T > | |
| AListBase() (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | inline |
| AListBase(int maxNodeSize) (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 |
| Append(SparseAList< T > other) | Loyc.Collections.SparseAList< T > | inlinevirtual |
| Append(SparseAList< T > other, bool move) | Loyc.Collections.SparseAList< T > | inlinevirtual |
| 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 |
| BaseClassSizeInBytes (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | protected |
| 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 |
| Clear() (defined in Loyc.Collections.ICollectionSink< in T >) | Loyc.Collections.ICollectionSink< in T > | |
| ClearInternal(bool forceClear) | Loyc.Collections.AListBase< K, T > | inlineprotectedvirtual |
| ClearSpace(int index, int count=1) | Loyc.Collections.SparseAList< T > | inline |
| Clone(out AListBase< T > clone) (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< T > | inlineprotectedvirtual |
| Clone() (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< T > | inline |
| Clone(bool keepListChangingHandlers) (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< 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 |
| CopySection(int start, int subcount) (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< 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 |
| Loyc::Collections::IListAndListSource< T >.CopyTo(T[] array, int arrayIndex) | Loyc.Collections.ICollectionSource< T > | |
| Count (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | |
| Count (defined in Loyc.Collections.IListEx< T >) | Loyc.Collections.IListEx< T > | |
| CountSizeInBytes(int sizeOfElement, int sizeOfKey=8) | Loyc.Collections.AListBase< K, T > | virtual |
| cov_RemoveSection(int start, int count) (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< T > | inlineprotectedvirtual |
| 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 > | |
| FirstIndexOf(T item, int startIndex, EqualityComparer< T >?comparer=null) | Loyc.Collections.AListBase< K, T > | inline |
| Freeze() | Loyc.Collections.AListBase< K, T > | inlinevirtual |
| 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 |
| GetRealImmutableCount() (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< T > | inline |
| GetRealItemCount() (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< 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.SparseAList< T > | inlinevirtual |
| Insert(int index, T item) (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< T > | inlinevirtual |
| InsertRange(int index, SparseAList< T > source) (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< T > | inline |
| InsertRange(int index, SparseAList< T > source, bool move) (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< T > | inline |
| InsertRange(int index, IEnumerable< T > list) (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< T > | inline |
| InsertRange(int index, IListSource< T > list) (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< T > | inlinevirtual |
| InsertRange(int index, ISparseListSource< T > list) | Loyc.Collections.SparseAList< T > | inline |
| InsertRange(int index, AListBase< T > source, bool move) (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | inlineprotected |
| InsertSpace(int index, int count=1) | Loyc.Collections.SparseAList< T > | inline |
| IsEmpty (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | |
| IsFrozen (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | |
| IsSet(int index) | Loyc.Collections.SparseAList< T > | inline |
| Last (defined in Loyc.Collections.AListBase< T >) | Loyc.Collections.AListBase< T > | |
| LinearScanFor(T item, int startIndex, EqualityComparer< T >?comparer=null) (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | |
| 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.SparseAList< T >) | Loyc.Collections.SparseAList< T > | inlineprotectedvirtual |
| NextHigherItem(ref int?index) | Loyc.Collections.SparseAList< T > | inline |
| NextLowerItem(ref int?index) | Loyc.Collections.SparseAList< T > | inline |
| ObserverCount | Loyc.Collections.AListBase< K, T > | |
| Prepend(SparseAList< T > other) | Loyc.Collections.SparseAList< T > | inlinevirtual |
| Prepend(SparseAList< T > other, bool move) | Loyc.Collections.SparseAList< T > | inlinevirtual |
| Loyc::Collections::AListBase< T >.Remove(T item) | Loyc.Collections.AListBase< T > | inline |
| Remove(T item) (defined in Loyc.Collections.ICollectionSink< in T >) | Loyc.Collections.ICollectionSink< in T > | |
| 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 |
| RemoveRange(int index, int amount) (defined in Loyc.Collections.IListRangeMethods< in T >) | Loyc.Collections.IListRangeMethods< in T > | |
| RemoveSection(int start, int count) (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< 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 count=int.MaxValue) | Loyc.Collections.SparseAList< T > | |
| SparseAList() (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< T > | inline |
| SparseAList(IEnumerable< T > items) (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< T > | inline |
| SparseAList(IListSource< T > items) (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< T > | inline |
| SparseAList(ISparseListSource< T > items) (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< T > | inline |
| SparseAList(int maxNodeSize) (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< T > | inline |
| SparseAList(int maxLeafSize, int maxInnerSize) (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< T > | inline |
| SparseAList(SparseAList< T > items, bool keepListChangingHandlers) (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< T > | inline |
| SparseAList(AListBase< int, T > original, AListNode< int, T >?section) (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< T > | inlineprotected |
| 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 |
| Swap(SparseAList< T > other) | Loyc.Collections.SparseAList< T > | inline |
| SwapHelper(AListBase< K, T > other, bool swapObservers) | Loyc.Collections.AListBase< K, T > | inlineprotected |
| this[int index] (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< T > | |
| this[K key] | Loyc.Collections.IIndexed< in K, out V > | |
| ThrowIndexOutOfRange() (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 > | |
| TryGet(int index, out bool fail) (defined in Loyc.Collections.AListBase< K, T >) | Loyc.Collections.AListBase< K, T > | inline |
| Loyc::Collections::IListSource< out T >.TryGet(K key, out bool fail) | Loyc.Collections.ITryGet< in K, out V > | |
| TrySet(int index, T value) (defined in Loyc.Collections.SparseAList< T >) | Loyc.Collections.SparseAList< T > | inlinevirtual |