Class BasicEntry

java.lang.Object
io.debezium.document.BasicEntry
All Implemented Interfaces:
Array.Entry, Comparable<Array.Entry>

@Immutable final class BasicEntry extends Object implements Array.Entry, Comparable<Array.Entry>
Package-level implementation of Array.Entry in an Array.
Author:
Randall Hauch
  • Field Details

    • index

      private final int index
    • value

      private final Value value
  • Constructor Details

    • BasicEntry

      BasicEntry(int index, Value value)
  • Method Details