Package io.debezium.document
Interface Array.Entry
- All Superinterfaces:
Comparable<Array.Entry>
- All Known Implementing Classes:
BasicEntry
- Enclosing interface:
- Array
-
Method Summary
Modifier and TypeMethodDescriptiondefault intcompareTo(Array.Entry that) intgetIndex()Get the index of the entrygetValue()Get the value of the entry.
-
Method Details
-
getIndex
int getIndex()Get the index of the entry- Returns:
- the entry's index; never null
-
getValue
Value getValue()Get the value of the entry.- Returns:
- the entry's value; may be null
-
compareTo
- Specified by:
compareToin interfaceComparable<Array.Entry>
-