Uses of Package
net.bytebuddy.implementation.bytecode.collection
-
Packages that use net.bytebuddy.implementation.bytecode.collection Package Description net.bytebuddy.implementation.bytecode.collection This package is dedicated to creatingStackManipulation
s that create collections or arrays from a given number of values. -
Classes in net.bytebuddy.implementation.bytecode.collection used by net.bytebuddy.implementation.bytecode.collection Class Description ArrayAccess Allows accessing array values.ArrayFactory ACollectionFactory
that is capable of creating an array of a given type with any number of given values.ArrayFactory.ArrayCreator An array creator is responsible for providing correct byte code instructions for creating an array and for storing values into it.ArrayFactory.ArrayCreator.ForPrimitiveType An array creator implementation for primitive types.CollectionFactory Implementations of this interface are able to create collection types (including arrays) by sequentially storing given values that must be compatible to the collection factory's component type.