Uses of Class
org.jhotdraw8.collection.primitive.LongArrayList
Packages that use LongArrayList
Package
Description
Defines interfaces for primitive collections and provides implementations.
-
Uses of LongArrayList in org.jhotdraw8.collection.primitive
Methods in org.jhotdraw8.collection.primitive that return LongArrayListModifier and TypeMethodDescriptionstatic LongArrayListLongArrayList.of(long... items) Creates a new instance with the specified items.Methods in org.jhotdraw8.collection.primitive with parameters of type LongArrayListModifier and TypeMethodDescriptionvoidLongArrayList.addAllAsLong(LongArrayList that) Adds all items of the specified list to this list.