IGLib  1.5
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events
IG.Lib.IndexList Member List

This is the complete list of members for IG.Lib.IndexList, including all inherited members.

Add(Type item)IG.Lib.SortedUniqueItemList< Type >inline
Add(Type[] items)IG.Lib.SortedUniqueItemList< Type >inline
Add(IList< Type > items)IG.Lib.SortedUniqueItemList< Type >inline
Add(ICollection< Type > items)IG.Lib.SortedUniqueItemList< Type >inline
AddChecked(Type item)IG.Lib.SortedUniqueItemList< Type >inline
CapacityIG.Lib.SortedUniqueItemList< Type >
CapacityOverheadIG.Lib.SortedUniqueItemList< Type >
Clear()IG.Lib.SortedUniqueItemList< Type >inline
ComparerIG.Lib.SortedUniqueItemList< Type >
Contains(Type item)IG.Lib.SortedUniqueItemList< Type >inline
CreateRandom(int length, int upperBound)IG.Lib.IndexListinlinestatic
CreateRandom(int length, int lowerBound, int upperBound)IG.Lib.IndexListinlinestatic
CreateRandom(IRandomGenerator rand, int length, int upperBound)IG.Lib.IndexListinlinestatic
CreateRandom(IRandomGenerator rand, int length, int lowerBound, int upperBound)IG.Lib.IndexListinlinestatic
CreateRandomPermutation(int length)IG.Lib.IndexListinlinestatic
CreateRandomPermutation(IRandomGenerator rand, int length)IG.Lib.IndexListinlinestatic
IndexList()IG.Lib.IndexListinline
IndexList(int initialCapacity)IG.Lib.IndexListinline
IndexList(params int[] items)IG.Lib.IndexListinline
IndexList(IList< int > items)IG.Lib.IndexListinline
IndexList(ICollection< int > items)IG.Lib.IndexListinline
IndexOf(Type item)IG.Lib.SortedUniqueItemList< Type >inline
LengthIG.Lib.SortedUniqueItemList< Type >
LockIG.Lib.SortedUniqueItemList< Type >
PerformDownSizingIG.Lib.SortedUniqueItemList< Type >
Remove(Type item)IG.Lib.SortedUniqueItemList< Type >inline
RemoveChecked(Type item)IG.Lib.SortedUniqueItemList< Type >inline
SetRandom(int length, int upperBound, ref IndexList indices)IG.Lib.IndexListinlinestatic
SetRandom(int length, int lowerBound, int upperBound, ref IndexList indices)IG.Lib.IndexListinlinestatic
SetRandom(IRandomGenerator rand, int length, int upperBound, ref IndexList indices)IG.Lib.IndexListinlinestatic
SetRandom(IRandomGenerator rand, int length, int lowerBound, int upperBound, ref IndexList indices)IG.Lib.IndexListinlinestatic
SetRandomPermutation(int length, int upperBound, ref IndexList indices)IG.Lib.IndexListinlinestatic
SetRandomPermutation(IRandomGenerator rand, int length, ref IndexList indices)IG.Lib.IndexListinlinestatic
Sort()IG.Lib.SortedUniqueItemList< Type >inlineprotected
SortedUniqueItemList()IG.Lib.SortedUniqueItemList< Type >inline
SortedUniqueItemList(int initialCapacity)IG.Lib.SortedUniqueItemList< Type >inline
SortedUniqueItemList(params Type[] items)IG.Lib.SortedUniqueItemList< Type >inline
SortedUniqueItemList(IList< Type > items)IG.Lib.SortedUniqueItemList< Type >inline
SortedUniqueItemList(ICollection< Type > items)IG.Lib.SortedUniqueItemList< Type >inline
this[int index]IG.Lib.SortedUniqueItemList< Type >
ToArray()IG.Lib.SortedUniqueItemList< Type >inline
ToString()IG.Lib.SortedUniqueItemList< Type >inline