Uses of Interface
net.bytebuddy.implementation.bytecode.collection.CollectionFactory
-
Packages that use CollectionFactory 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. -
-
Uses of CollectionFactory in net.bytebuddy.implementation.bytecode.collection
Classes in net.bytebuddy.implementation.bytecode.collection that implement CollectionFactory Modifier and Type Class Description class
ArrayFactory
ACollectionFactory
that is capable of creating an array of a given type with any number of given values.
-