Uses of Interface
io.debezium.document.Array.Entry
-
Packages that use Array.Entry Package Description io.debezium.document -
-
Uses of Array.Entry in io.debezium.document
Classes in io.debezium.document that implement Array.Entry Modifier and Type Class Description (package private) classBasicEntryPackage-level implementation ofArray.Entryin anArray.Fields in io.debezium.document with type parameters of type Array.Entry Modifier and Type Field Description private static BiFunction<Integer,Value,Array.Entry>BasicArray. CONVERT_PAIR_TO_ENTRYMethods in io.debezium.document that return types with arguments of type Array.Entry Modifier and Type Method Description Iterator<Array.Entry>BasicArray. iterator()default Stream<Array.Entry>Array. streamEntries()Returns a sequentialStreamwith this array as its source.Methods in io.debezium.document with parameters of type Array.Entry Modifier and Type Method Description default intArray.Entry. compareTo(Array.Entry that)intBasicEntry. compareTo(Array.Entry that)Method parameters in io.debezium.document with type arguments of type Array.Entry Modifier and Type Method Description default ArrayArray. putAll(Iterable<Array.Entry> entries)Sets on this object all key/value pairs from the supplied map.
-