Package net.bytebuddy.implementation.bytecode.collection
@ByDefault
package net.bytebuddy.implementation.bytecode.collection
This package is dedicated to creating
StackManipulation
s
that create collections or arrays from a given number of values.-
ClassDescriptionAllows accessing array values.A
CollectionFactory
that is capable of creating an array of a given type with any number of given values.An array creator is responsible for providing correct byte code instructions for creating an array and for storing values into it.An array creator implementation for primitive types.An array creator implementation for reference types.Allows accessing the length of the array.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.