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 anArrayValue
suitable for the supplied argument.static final ArrayValue
<ByteValue> ArrayValue.of
(byte... values) Returns anArrayValue
suitable for the supplied argument.static final ArrayValue
<CharValue> ArrayValue.of
(char... values) Returns anArrayValue
suitable for the supplied argument.static final ArrayValue
<DoubleValue> ArrayValue.of
(double... values) Returns anArrayValue
suitable for the supplied argument.static final ArrayValue
<FloatValue> ArrayValue.of
(float... values) Returns anArrayValue
suitable for the supplied argument.static final ArrayValue
<IntValue> ArrayValue.of
(int... values) Returns anArrayValue
suitable for the supplied argument.static final ArrayValue
<LongValue> ArrayValue.of
(long... values) Returns anArrayValue
suitable for the supplied argument.static final ArrayValue
<ShortValue> ArrayValue.of
(short... values) Returns anArrayValue
suitable for the supplied argument.static final ArrayValue
<ClassValue> Returns anArrayValue
suitable for the supplied argument.static final ArrayValue
<StringValue> Returns anArrayValue
suitable for the supplied argument.static final <T extends Value<T>>
ArrayValue<T> Returns anArrayValue
suitable for the supplied argument.static final <T extends Value<T>>
ArrayValue<T> ArrayValue.of
(T[] value) Returns anArrayValue
suitable 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