Uses of Class
org.jhotdraw8.collection.primitive.IntArrayList
Packages that use IntArrayList
Package
Description
Defines interfaces for primitive collections and provides implementations.
-
Uses of IntArrayList in org.jhotdraw8.collection.primitive
Methods in org.jhotdraw8.collection.primitive that return IntArrayListModifier and TypeMethodDescriptionstatic IntArrayListIntArrayList.of(int... items) Creates a new instance with the specified items.Methods in org.jhotdraw8.collection.primitive with parameters of type IntArrayListModifier and TypeMethodDescriptionvoidIntArrayList.addAllAsInt(IntArrayList that) Adds all items of the specified list to this list.