- mappedList(Mapper<E, R>) - Method in class org.magicwerk.brownies.collections.GapList
-
- mappedList(Mapper<E, R>) - Method in class org.magicwerk.brownies.collections.IList
-
Create a new list by applying the specified mapper to all elements.
- mappedList(Mapper<Boolean, R>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
- mappedList(Mapper<Byte, R>) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
- mappedList(Mapper<Character, R>) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
- mappedList(Mapper<Double, R>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
- mappedList(Mapper<Float, R>) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
- mappedList(Mapper<Boolean, R>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Create a new list by applying the specified mapper to all elements.
- mappedList(Mapper<Byte, R>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Create a new list by applying the specified mapper to all elements.
- mappedList(Mapper<Character, R>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Create a new list by applying the specified mapper to all elements.
- mappedList(Mapper<Double, R>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Create a new list by applying the specified mapper to all elements.
- mappedList(Mapper<Float, R>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Create a new list by applying the specified mapper to all elements.
- mappedList(Mapper<Integer, R>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Create a new list by applying the specified mapper to all elements.
- mappedList(Mapper<Long, R>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Create a new list by applying the specified mapper to all elements.
- mappedList(Mapper<Integer, R>) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
- mappedList(Mapper<Short, R>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Create a new list by applying the specified mapper to all elements.
- mappedList(Mapper<Long, R>) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
- mappedList(Mapper<Short, R>) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
- Mapper<E,K> - Interface in org.magicwerk.brownies.collections.function
-
Interface to determine a map value out of a given value.
- merge(int, Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
-
Set or add the specified elements.
- merge(int, Collection<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Set or add the specified elements.
- merge(int, Collection<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Set or add the specified elements.
- merge(int, Collection<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Set or add the specified elements.
- merge(int, Collection<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Set or add the specified elements.
- merge(int, Collection<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Set or add the specified elements.
- merge(int, Collection<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Set or add the specified elements.
- merge(int, Collection<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Set or add the specified elements.
- merge(int, Collection<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Set or add the specified elements.
- MergeSort<E> - Class in org.magicwerk.brownies.collections.helper
-
This class implements a stable in-place merge sort.
- MESSAGE - Static variable in exception org.magicwerk.brownies.collections.exceptions.DuplicateKeyException
-
- move(IList<E>, int, IList<? super E>, int, int) - Static method in class org.magicwerk.brownies.collections.IList
-
Moves elements from one list to another.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Move specified elements.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
-
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
-
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
-
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
-
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
-
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- move(IBooleanList, int, IBooleanList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Moves elements from one list to another.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Move specified elements.
- move(IByteList, int, IByteList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Moves elements from one list to another.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Move specified elements.
- move(ICharList, int, ICharList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Moves elements from one list to another.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Move specified elements.
- move(IDoubleList, int, IDoubleList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Moves elements from one list to another.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Move specified elements.
- move(IFloatList, int, IFloatList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Moves elements from one list to another.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Move specified elements.
- move(IIntList, int, IIntList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Moves elements from one list to another.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Move specified elements.
- move(ILongList, int, ILongList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Moves elements from one list to another.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Move specified elements.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
-
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- move(IShortList, int, IShortList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Moves elements from one list to another.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Move specified elements.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
-
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
-
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-