Uses of Record Class
org.microbean.attributes.ArrayValue
-
Uses of ArrayValue in org.microbean.attributes
Classes in org.microbean.attributes that implement interfaces with type arguments of type ArrayValueMethods in org.microbean.attributes that return ArrayValueModifier and TypeMethodDescriptionstatic final ArrayValue<BooleanValue> ArrayValue.of(boolean... values) Returns anArrayValuesuitable for the supplied argument.static final ArrayValue<ByteValue> ArrayValue.of(byte... values) Returns anArrayValuesuitable for the supplied argument.static final ArrayValue<CharValue> ArrayValue.of(char... values) Returns anArrayValuesuitable for the supplied argument.static final ArrayValue<DoubleValue> ArrayValue.of(double... values) Returns anArrayValuesuitable for the supplied argument.static final ArrayValue<FloatValue> ArrayValue.of(float... values) Returns anArrayValuesuitable for the supplied argument.static final ArrayValue<IntValue> ArrayValue.of(int... values) Returns anArrayValuesuitable for the supplied argument.static final ArrayValue<LongValue> ArrayValue.of(long... values) Returns anArrayValuesuitable for the supplied argument.static final ArrayValue<ShortValue> ArrayValue.of(short... values) Returns anArrayValuesuitable for the supplied argument.static final ArrayValue<ClassValue> Returns anArrayValuesuitable for the supplied argument.static final ArrayValue<StringValue> Returns anArrayValuesuitable for the supplied argument.static final <T extends Value<T>>
ArrayValue<T> Returns anArrayValuesuitable for the supplied argument.static final <T extends Value<T>>
ArrayValue<T> ArrayValue.of(T[] value) Returns anArrayValuesuitable for the supplied argument.Methods in org.microbean.attributes that return types with arguments of type ArrayValueModifier and TypeMethodDescriptionfinal Optional<DynamicConstantDesc<ArrayValue<T>>> ArrayValue.describeConstable()Methods in org.microbean.attributes with parameters of type ArrayValue