Package | Description |
---|---|
net.bytebuddy.implementation.bytecode.collection |
This package is dedicated to creating
StackManipulation s
that create collections or arrays from a given number of values. |
Modifier and Type | Method and Description |
---|---|
static ArrayFactory.ArrayCreator.ForPrimitiveType |
ArrayFactory.ArrayCreator.ForPrimitiveType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrayFactory.ArrayCreator.ForPrimitiveType[] |
ArrayFactory.ArrayCreator.ForPrimitiveType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2020. All rights reserved.