Add(T item) (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inline |
AddRange(IEnumerable< T > list) (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inline |
AList() (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inline |
AList(IEnumerable< T > items) (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inline |
AList(IListSource< T > items) (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inline |
AList(int maxNodeSize) (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inline |
AList(int maxLeafSize, int maxInnerSize) (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inline |
AList(AList< T > items, bool keepListChangingHandlers) (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inline |
AList(AListBase< int, T > original, AListNode< int, T > section) (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inlineprotected |
Append(AList< T > other) | Loyc.Collections.AList< T > | inlinevirtual |
Append(AList< T > other, bool move) | Loyc.Collections.AList< T > | inlinevirtual |
Clear() (defined in Loyc.Collections.ICollectionSink< T >) | Loyc.Collections.ICollectionSink< T > | |
Clone(out AListBase< T > clone) (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inlineprotected |
Clone() (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inline |
Clone(bool keepListChangingHandlers) (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inline |
Loyc::Collections::IListAndListSource.Contains(T item) | Loyc.Collections.IContains< T > | |
Loyc::Collections::ICollectionEx.Contains(T item) | Loyc.Collections.IContains< T > | |
CopySection(int start, int subcount) (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inline |
CopyTo(T[] array, int arrayIndex) | Loyc.Collections.ICollectionSource< T > | |
Count (defined in Loyc.Collections.IListEx< T >) | Loyc.Collections.IListEx< T > | |
CountSizeInBytes(int sizeOfElement, int sizeOfKey=8) (defined in Loyc.Collections.IndexedAList< T >) | Loyc.Collections.IndexedAList< T > | |
cov_RemoveSection(int start, int count) (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inlineprotected |
CreateIndex() (defined in Loyc.Collections.IndexedAList< T >) | Loyc.Collections.IndexedAList< T > | inlineprotected |
ForceThaw(uint start, uint subcount) (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inlineprotected |
IndexedAList() (defined in Loyc.Collections.IndexedAList< T >) | Loyc.Collections.IndexedAList< T > | inline |
IndexedAList(bool createIndexNow) (defined in Loyc.Collections.IndexedAList< T >) | Loyc.Collections.IndexedAList< T > | inline |
IndexedAList(IEnumerable< T > items) (defined in Loyc.Collections.IndexedAList< T >) | Loyc.Collections.IndexedAList< T > | inline |
IndexedAList(IListSource< T > items) (defined in Loyc.Collections.IndexedAList< T >) | Loyc.Collections.IndexedAList< T > | inline |
IndexedAList(int maxNodeSize) (defined in Loyc.Collections.IndexedAList< T >) | Loyc.Collections.IndexedAList< T > | inline |
IndexedAList(int maxLeafSize, int maxInnerSize) (defined in Loyc.Collections.IndexedAList< T >) | Loyc.Collections.IndexedAList< T > | inline |
IndexedAList(int maxLeafSize, int maxInnerSize, bool createIndexNow) (defined in Loyc.Collections.IndexedAList< T >) | Loyc.Collections.IndexedAList< T > | inline |
IndexedAList(AList< T > items, bool keepListChangingHandlers) (defined in Loyc.Collections.IndexedAList< T >) | Loyc.Collections.IndexedAList< T > | inline |
IndexedAList(AList< T > items, bool keepListChangingHandlers, bool createIndexNow) (defined in Loyc.Collections.IndexedAList< T >) | Loyc.Collections.IndexedAList< T > | inline |
IndexesOf(T item, bool sorted) | Loyc.Collections.IndexedAList< T > | inline |
IndexOf(T item) | Loyc.Collections.IndexedAList< T > | inline |
Insert(int index, T item) (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inline |
InsertRange(int index, AList< T > source) (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inline |
InsertRange(int index, AList< T > source, bool move) (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inline |
InsertRange(int index, IEnumerable< T > list) (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inline |
InsertRange(int index, IListSource< T > source) (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inline |
IsEmpty (defined in Loyc.Collections.IIsEmpty) | Loyc.Collections.IIsEmpty | |
IsIndexed | Loyc.Collections.IndexedAList< T > | |
NewRootLeaf() (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inlineprotected |
Prepend(AList< T > other) | Loyc.Collections.AList< T > | inlinevirtual |
Prepend(AList< T > other, bool move) | Loyc.Collections.AList< T > | inlinevirtual |
Remove(T item) (defined in Loyc.Collections.ICollectionSink< T >) | Loyc.Collections.ICollectionSink< T > | |
RemoveRange(int index, int amount) (defined in Loyc.Collections.IListRangeMethods< T >) | Loyc.Collections.IListRangeMethods< T > | |
RemoveRange(int index, int amount) (defined in Loyc.Collections.IListRangeMethods< T >) | Loyc.Collections.IListRangeMethods< T > | |
RemoveSection(int start, int count) (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inline |
Loyc::Collections::IListAndListSource.Slice(int start, int count=int.MaxValue) | Loyc.Collections.IListSource< T > | |
Loyc::Collections::IArray.Slice(int start, int count=int.MaxValue) | Loyc.Collections.IListSource< T > | |
Sort() | Loyc.Collections.AList< T > | inline |
Sort(Comparer< T > comp) | Loyc.Collections.AList< T > | inline |
Sort(Comparison< T > comp) | Loyc.Collections.AList< T > | inline |
Sort(int start, int subcount, Comparison< T > comp) | Loyc.Collections.AList< T > | inline |
Sort(uint start, uint subcount, Comparison< T > comp) (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inlineprotected |
SortCore(uint start, uint subcount, Comparison< T > comp) (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inlineprotectedvirtual |
Swap(AList< T > other) | Loyc.Collections.AList< T > | inline |
this[int index] (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | |
TrySet(int index, T value) (defined in Loyc.Collections.AList< T >) | Loyc.Collections.AList< T > | inline |
VerifyCorrectness() | Loyc.Collections.IndexedAList< T > | inline |