- 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.
- max() - Method in class org.magicwerk.brownies.collections.helper.RangeList.AVLNode
-
Gets the rightmost child of this node.
- MESSAGE - Static variable in exception org.magicwerk.brownies.collections.exceptions.DuplicateKeyException
-
- min() - Method in class org.magicwerk.brownies.collections.helper.RangeList.AVLNode
-
Gets the leftmost child of this node.
- move(IList<E>, int, IList<? super E>, int, int) - Static method in class org.magicwerk.brownies.collections.IList
-
Moves elements from one GapList 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.BooleanObjGapList
-
- 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.CharObjGapList
-
- 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.FloatObjGapList
-
- move(IBooleanList, int, IBooleanList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Moves elements from one GapList 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 GapList 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 GapList 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 GapList 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 GapList 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 GapList 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 GapList 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.IntObjGapList
-
- move(IShortList, int, IShortList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Moves elements from one GapList 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.LongObjGapList
-
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-