Uses of Class
org.jhotdraw8.collection.primitive.ByteArrayList
Packages that use ByteArrayList
Package
Description
Defines interfaces for primitive collections and provides implementations.
-
Uses of ByteArrayList in org.jhotdraw8.collection.primitive
Methods in org.jhotdraw8.collection.primitive that return ByteArrayListModifier and TypeMethodDescriptionstatic ByteArrayListByteArrayList.of(byte... items) Creates a new instance with the specified items.Methods in org.jhotdraw8.collection.primitive with parameters of type ByteArrayListModifier and TypeMethodDescriptionvoidByteArrayList.addAllAsByte(ByteArrayList that) Adds all items of the specified list to this list.