- MapList<E,K> - Class in org.magicwerk.brownies.collections
-
Think about MapList as of a Map where you can also access the
elements by index.
- MapList.Builder<E,K> - Class in org.magicwerk.brownies.collections
-
Builder to construct MapList instances.
- MapList.Builder() - Constructor for class org.magicwerk.brownies.collections.MapList.Builder
-
Default constructor
- Mapper<E,K> - Interface in org.magicwerk.brownies.collections
-
Interface to determine a map value out of a given value.
- MaxList<E> - Class in org.magicwerk.brownies.collections
-
A MaxList is a list with a fixed size.
- MaxList(int) - Constructor for class org.magicwerk.brownies.collections.MaxList
-
Constructor.
- MaxList(MaxList<E>) - Constructor for class org.magicwerk.brownies.collections.MaxList
-
Copy constructor.
- maxSize() - Method in class org.magicwerk.brownies.collections.MaxList
-
Returns maximum size of list.
- move(GapList<? extends E>, int, GapList<E>, int, int) - Static method in class org.magicwerk.brownies.collections.GapList
-
Moves elements from one GapList to another.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.GapList
-
Move specified elements.
- move(BooleanGapList, int, BooleanGapList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Moves elements from one BooleanGapList to another.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Move specified elements.
- move(ByteGapList, int, ByteGapList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Moves elements from one ByteGapList to another.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Move specified elements.
- move(CharGapList, int, CharGapList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Moves elements from one CharGapList to another.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Move specified elements.
- move(DoubleGapList, int, DoubleGapList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Moves elements from one DoubleGapList to another.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Move specified elements.
- move(FloatGapList, int, FloatGapList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Moves elements from one FloatGapList to another.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Move specified elements.
- move(IntGapList, int, IntGapList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Moves elements from one IntGapList to another.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Move specified elements.
- move(LongGapList, int, LongGapList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Moves elements from one LongGapList to another.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Move specified elements.
- move(ShortGapList, int, ShortGapList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Moves elements from one ShortGapList to another.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Move specified elements.