| Package | Description |
|---|---|
| io.debezium.document |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
BasicEntry
Package-level implementation of
Array.Entry in an Array. |
| Modifier and Type | Field and Description |
|---|---|
private static BiFunction<Integer,Value,Array.Entry> |
BasicArray.CONVERT_PAIR_TO_ENTRY |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Array.Entry> |
BasicArray.iterator() |
default Stream<Array.Entry> |
Array.streamEntries()
Returns a sequential
Stream with this array as its source. |
| Modifier and Type | Method and Description |
|---|---|
int |
BasicEntry.compareTo(Array.Entry that) |
default int |
Array.Entry.compareTo(Array.Entry that) |
| Modifier and Type | Method and Description |
|---|---|
default Array |
Array.putAll(Iterable<Array.Entry> entries)
Sets on this object all key/value pairs from the supplied map.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.