- set(int, E) - Method in class org.magicwerk.brownies.collections.IList
-
- set(int, E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Replaces the element at the specified position in this list with the
specified element (optional operation).
- set(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
- set(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
- set(int, char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
- set(int, double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
- set(int, float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
- set(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
- set(int, long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
- set(int, short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
- setAll(int, IList<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
-
Replaces the specified elements.
- setAll(int, Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
-
Replaces the specified elements.
- setAll(int, E...) - Method in class org.magicwerk.brownies.collections.IList
-
Replaces the specified elements.
- setAll(int, IList<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- setAll(int, Collection<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- setAll(int, Boolean...) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- setAll(int, IList<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- setAll(int, Collection<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- setAll(int, Byte...) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- setAll(int, IList<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- setAll(int, Collection<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- setAll(int, Character...) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- setAll(int, IList<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- setAll(int, Collection<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- setAll(int, Double...) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- setAll(int, IList<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- setAll(int, Collection<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- setAll(int, Float...) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- setAll(int, IBooleanList) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Replaces the specified elements.
- setAll(int, Collection<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Replaces the specified elements.
- setAll(int, boolean...) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Replaces the specified elements.
- setAll(int, IByteList) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Replaces the specified elements.
- setAll(int, Collection<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Replaces the specified elements.
- setAll(int, byte...) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Replaces the specified elements.
- setAll(int, ICharList) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Replaces the specified elements.
- setAll(int, Collection<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Replaces the specified elements.
- setAll(int, char...) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Replaces the specified elements.
- setAll(int, IDoubleList) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Replaces the specified elements.
- setAll(int, Collection<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Replaces the specified elements.
- setAll(int, double...) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Replaces the specified elements.
- setAll(int, IFloatList) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Replaces the specified elements.
- setAll(int, Collection<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Replaces the specified elements.
- setAll(int, float...) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Replaces the specified elements.
- setAll(int, IIntList) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Replaces the specified elements.
- setAll(int, Collection<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Replaces the specified elements.
- setAll(int, int...) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Replaces the specified elements.
- setAll(int, ILongList) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Replaces the specified elements.
- setAll(int, Collection<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Replaces the specified elements.
- setAll(int, long...) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Replaces the specified elements.
- setAll(int, IList<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- setAll(int, Collection<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- setAll(int, Integer...) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- setAll(int, IShortList) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Replaces the specified elements.
- setAll(int, Collection<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Replaces the specified elements.
- setAll(int, short...) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Replaces the specified elements.
- setAll(int, IList<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- setAll(int, Collection<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- setAll(int, Long...) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- setAll(int, IList<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- setAll(int, Collection<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- setAll(int, Short...) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- setValue(E) - Method in class org.magicwerk.brownies.collections.helper.RangeList.AVLNode
-
Sets the value.
- ShortGapList - Class in org.magicwerk.brownies.collections.primitive
-
ShortGapList combines the strengths of both ArrayList and LinkedList.
- ShortGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Construct a list with the default initial capacity.
- ShortGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Construct a list with specified initial capacity.
- ShortGapList(Collection<Short>) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Construct a list to contain the specified elements.
- ShortGapList(short...) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Construct a list to contain the specified elements.
- ShortObjGapList - Class in org.magicwerk.brownies.collections.primitive
-
ShortObjGapList implements the List interface and uses an instance
of ShortGapList for storage.
- ShortObjGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- ShortObjGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- ShortObjGapList(Short...) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- ShortObjGapList(Collection<? extends Short>) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- size() - Method in class org.magicwerk.brownies.collections.CollectionAsSet
-
- size() - Method in class org.magicwerk.brownies.collections.GapList
-
- size() - Method in class org.magicwerk.brownies.collections.helper.RangeList
-
Gets the current size of the list.
- size() - Method in class org.magicwerk.brownies.collections.IList
-
- size() - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
-
- size() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
- size() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
- size() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- sort(int, int, Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.GapList
-
- sort(int[], int, int) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- sort(long[], int, int) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- sort(double[], int, int) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- sort(float[], int, int) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- sort(boolean[], int, int) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- sort(byte[], int, int) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- sort(char[], int, int) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- sort(short[], int, int) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- sort(List<E>, Comparator<? super E>) - Static method in class org.magicwerk.brownies.collections.helper.InternalSort
-
- sort(List<E>, Comparator<? super E>, int, int) - Static method in class org.magicwerk.brownies.collections.helper.InternalSort
-
- sort(Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.IList
-
Sort elements in the list using the specified comparator.
- sort(int, int, Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.IList
-
Sort specified elements in the list using the specified comparator.
- sort(int, int, Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- sort() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Sort elements in the list using the specified comparator.
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Sort specified elements in the list using the specified comparator.
- sort() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Sort elements in the list using the specified comparator.
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Sort specified elements in the list using the specified comparator.
- sort() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Sort elements in the list using the specified comparator.
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Sort specified elements in the list using the specified comparator.
- sort() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Sort elements in the list using the specified comparator.
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Sort specified elements in the list using the specified comparator.
- sort() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Sort elements in the list using the specified comparator.
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Sort specified elements in the list using the specified comparator.
- sort() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Sort elements in the list using the specified comparator.
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Sort specified elements in the list using the specified comparator.
- sort() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Sort elements in the list using the specified comparator.
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Sort specified elements in the list using the specified comparator.
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- sort() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Sort elements in the list using the specified comparator.
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Sort specified elements in the list using the specified comparator.
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- SortedLists - Class in org.magicwerk.brownies.collections.helper
-
Static methods pertaining to sorted List instances.
- SortedLists.KeyAbsentBehavior - Enum in org.magicwerk.brownies.collections.helper
-
A specification for which index to return if the list contains no elements that compare as
equal to the key.
- SortedLists.KeyPresentBehavior - Enum in org.magicwerk.brownies.collections.helper
-
A specification for which index to return if the list contains at least one element that
compares as equal to the key.
- swap(IList<E>, int, IList<E>, int, int) - Static method in class org.magicwerk.brownies.collections.IList
-
Swaps elements from two GapLists.
- swap(int, int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Swap the specified elements in the list.
- swap(IBooleanList, int, IBooleanList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Swaps elements from two GapLists.
- swap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Swap the specified elements in the list.
- swap(IByteList, int, IByteList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Swaps elements from two GapLists.
- swap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Swap the specified elements in the list.
- swap(ICharList, int, ICharList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Swaps elements from two GapLists.
- swap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Swap the specified elements in the list.
- swap(IDoubleList, int, IDoubleList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Swaps elements from two GapLists.
- swap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Swap the specified elements in the list.
- swap(IFloatList, int, IFloatList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Swaps elements from two GapLists.
- swap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Swap the specified elements in the list.
- swap(IIntList, int, IIntList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Swaps elements from two GapLists.
- swap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Swap the specified elements in the list.
- swap(ILongList, int, ILongList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Swaps elements from two GapLists.
- swap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Swap the specified elements in the list.
- swap(IShortList, int, IShortList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Swaps elements from two GapLists.
- swap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Swap the specified elements in the list.