Class ArrayProperty<T extends BaseValue>
- java.lang.Object
-
- io.camunda.zeebe.msgpack.property.BaseProperty<ArrayValue<T>>
-
- io.camunda.zeebe.msgpack.property.ArrayProperty<T>
-
- All Implemented Interfaces:
Recyclable,ValueArray<T>,Iterable<T>
public final class ArrayProperty<T extends BaseValue> extends BaseProperty<ArrayValue<T>> implements ValueArray<T>
-
-
Field Summary
-
Fields inherited from class io.camunda.zeebe.msgpack.property.BaseProperty
defaultValue, isSet, key, value
-
-
Constructor Summary
Constructors Constructor Description ArrayProperty(String keyString, T innerValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tadd()Iterator<T>iterator()voidreset()-
Methods inherited from class io.camunda.zeebe.msgpack.property.BaseProperty
equals, getEncodedLength, getKey, hashCode, hasValue, read, resolveValue, set, toString, write, writeJSON
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
reset
public void reset()
- Specified by:
resetin interfaceRecyclable- Overrides:
resetin classBaseProperty<ArrayValue<T extends BaseValue>>
-
add
public T add()
- Specified by:
addin interfaceValueArray<T extends BaseValue>
-
-