Uses of Class
org.magicwerk.brownies.collections.GapList
Packages that use GapList
Package
Description
Brownies Collections complements the Java Collections Framework.
This packages contains helper classes for the package org.magicwerk.brownies.collections.
This packages contains implementations of GapList and BigList for primitive data types.
-
Uses of GapList in org.magicwerk.brownies.collections
Subclasses of GapList in org.magicwerk.brownies.collectionsModifier and TypeClassDescription(package private) static class
A block stores in maximum blockSize number of elements.protected static class
A read-only version ofGapList
.(package private) static class
List type used to store multiple elements.Fields in org.magicwerk.brownies.collections declared as GapListModifier and TypeFieldDescriptionprivate static final GapList
GapList.EMPTY
Unmodifiable empty instance(package private) GapList
<KeyCollectionImpl.BuilderImpl.KeyMapBuilder<E, Object>> KeyCollectionImpl.BuilderImpl.keyMapBuilders
Methods in org.magicwerk.brownies.collections that return GapListModifier and TypeMethodDescriptionGapList.clone()
GapList.copy()
static <E> GapList
<E> GapList.create()
Create new list.static <E> GapList
<E> GapList.create
(E... elems) Create new list with specified elements.static <E> GapList
<E> GapList.create
(Collection<? extends E> coll) Create new list with specified elements.GapList.crop()
GapList.doCreate
(int capacity) static <EE> GapList
<EE> GapList.EMPTY()
GapList.getAll
(int index, int len) static <E> GapList
<E> GapList.immutable
(E... elems) Create new immutable list with specified elements.static <E> GapList
<E> GapList.immutable
(Collection<? extends E> coll) Create new immutable list with specified elements.GapList.immutableList()
<R> GapList
<R> KeyCollectionImpl.toList()
Returns all elements contained in this collection as list.GapList.unmodifiableList()
Constructors in org.magicwerk.brownies.collections with parameters of type GapList -
Uses of GapList in org.magicwerk.brownies.collections.helper
Methods in org.magicwerk.brownies.collections.helper that return types with arguments of type GapList -
Uses of GapList in org.magicwerk.brownies.collections.primitive
Methods in org.magicwerk.brownies.collections.primitive that return GapListModifier and TypeMethodDescriptionBooleanObjGapList.getAll
(int index, int len) ByteObjGapList.getAll
(int index, int len) CharObjGapList.getAll
(int index, int len) DoubleObjGapList.getAll
(int index, int len) FloatObjGapList.getAll
(int index, int len) IntObjGapList.getAll
(int index, int len) LongObjGapList.getAll
(int index, int len) ShortObjGapList.getAll
(int index, int len) <R> GapList
<R> <R> GapList
<R> <R> GapList
<R> <R> GapList
<R> <R> GapList
<R> <R> GapList
<R> <R> GapList
<R> <R> GapList
<R> Methods in org.magicwerk.brownies.collections.primitive with parameters of type GapListModifier and TypeMethodDescription(package private) static boolean[]
BooleanObjGapList.toPrimitive
(GapList<? extends Boolean> list2) (package private) static byte[]
ByteObjGapList.toPrimitive
(GapList<? extends Byte> list2) (package private) static char[]
CharObjGapList.toPrimitive
(GapList<? extends Character> list2) (package private) static double[]
DoubleObjGapList.toPrimitive
(GapList<? extends Double> list2) (package private) static float[]
FloatObjGapList.toPrimitive
(GapList<? extends Float> list2) (package private) static int[]
IntObjGapList.toPrimitive
(GapList<? extends Integer> list2) (package private) static long[]
LongObjGapList.toPrimitive
(GapList<? extends Long> list2) (package private) static short[]
ShortObjGapList.toPrimitive
(GapList<? extends Short> list2)