Uses of Class
org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Packages that use DoubleGapList Package Description org.magicwerk.brownies.collections.primitive This packages contains implementations of GapList and BigList for primitive data types. -
-
Uses of DoubleGapList in org.magicwerk.brownies.collections.primitive
Subclasses of DoubleGapList in org.magicwerk.brownies.collections.primitive Modifier and Type Class Description (package private) static classDoubleBigList.DoubleBlockA block stores in maximum blockSize number of elements.protected static classDoubleGapList.ImmutableDoubleGapListAn immutable version of a DoubleGapList.Fields in org.magicwerk.brownies.collections.primitive declared as DoubleGapList Modifier and Type Field Description private static DoubleGapListDoubleGapList. EMPTYUnmodifiable empty instance(package private) DoubleGapListDoubleObjGapList. listMethods in org.magicwerk.brownies.collections.primitive that return DoubleGapList Modifier and Type Method Description DoubleGapListDoubleGapList. copy()static DoubleGapListDoubleGapList. create()static DoubleGapListDoubleGapList. create(double... elems)Create new list with specified elements.static DoubleGapListDoubleGapList. create(java.util.Collection<java.lang.Double> coll)Create new list with specified elements.DoubleGapListDoubleGapList. crop()DoubleGapListDoubleGapList. doCreate(int capacity)static DoubleGapListDoubleGapList. EMPTY()DoubleGapListDoubleGapList. getAll(double elem)DoubleGapListDoubleGapList. getAll(int index, int len)DoubleGapListDoubleGapList. unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type DoubleGapList Constructor Description DoubleGapList(boolean copy, DoubleGapList that)Constructor used internally, e.g.ImmutableDoubleGapList(DoubleGapList that)Private constructor used internally.
-