Uses of Class
org.magicwerk.brownies.collections.primitive.IntObjGapList
Packages that use IntObjGapList
Package
Description
This packages contains implementations of GapList and BigList for primitive data types.
-
Uses of IntObjGapList in org.magicwerk.brownies.collections.primitive
Subclasses of IntObjGapList in org.magicwerk.brownies.collections.primitiveModifier and TypeClassDescriptionprotected static classAn immutable version of a GapList.Methods in org.magicwerk.brownies.collections.primitive that return IntObjGapListModifier and TypeMethodDescriptionIntObjGapList.clone()IntObjGapList.copy()static IntObjGapListIntObjGapList.create()static IntObjGapListstatic IntObjGapListIntObjGapList.create(Collection<? extends Integer> elems) IntObjGapList.immutableList()IntObjGapList.unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type IntObjGapListModifierConstructorDescriptionprotectedPrivate constructor used internally.