| Modifier and Type | Class | Description |
|---|---|---|
static class |
AmqpArrayFW.Builder<B extends Flyweight.Builder<V>,V extends Flyweight> |
Flyweight.Visitor<T>| Modifier and Type | Field | Description |
|---|---|---|
static AmqpType |
KIND_ARRAY32 |
|
static AmqpType |
KIND_ARRAY8 |
| Constructor | Description |
|---|---|
AmqpArrayFW(V type) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
anyMatch(java.util.function.Predicate<? super V> predicate) |
|
int |
fieldCount() |
|
int |
fieldsOffset() |
|
void |
forEach(java.util.function.Consumer<? super V> consumer) |
|
ArrayFW<V> |
get() |
|
boolean |
isEmpty() |
|
org.agrona.DirectBuffer |
items() |
|
AmqpType |
kind() |
|
int |
length() |
|
int |
limit() |
|
V |
matchFirst(java.util.function.Predicate<? super V> predicate) |
|
int |
maxLength() |
|
void |
maxLength(int maxLength) |
|
java.lang.String |
toString() |
|
AmqpArrayFW<V> |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
AmqpArrayFW<V> |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public static final AmqpType KIND_ARRAY32
public static final AmqpType KIND_ARRAY8
public AmqpArrayFW(V type)
public int fieldCount()
fieldCount in class ArrayFW<V extends Flyweight>public int fieldsOffset()
fieldsOffset in class ArrayFW<V extends Flyweight>public void forEach(java.util.function.Consumer<? super V> consumer)
public boolean anyMatch(java.util.function.Predicate<? super V> predicate)
public V matchFirst(java.util.function.Predicate<? super V> predicate)
matchFirst in class ArrayFW<V extends Flyweight>public org.agrona.DirectBuffer items()
public void maxLength(int maxLength)
public AmqpType kind()
public AmqpArrayFW<V> tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public AmqpArrayFW<V> wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All rights reserved.