AmqpFieldsFW, AmqpFilterSetFW, AmqpMapFW, Map16FW, Map32FW, Map8FWpublic abstract class MapFW<K extends Flyweight,V extends Flyweight> extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
MapFW.Builder<T extends MapFW,K extends Flyweight,V extends Flyweight,KB extends Flyweight.Builder<K>,VB extends Flyweight.Builder<V>> |
Flyweight.Visitor<T>| Constructor | Description |
|---|---|
MapFW() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract org.agrona.DirectBuffer |
entries() |
|
abstract int |
fieldCount() |
|
abstract void |
forEach(java.util.function.Function<K,java.util.function.Consumer<V>> consumer) |
|
abstract int |
length() |
Copyright © 2020. All rights reserved.