Uses of Interface
com.exonum.messages.proof.MapProofOuterClass.OptionalEntryOrBuilder
Package | Description |
---|---|
com.exonum.messages.proof |
-
Uses of MapProofOuterClass.OptionalEntryOrBuilder in com.exonum.messages.proof
Classes in com.exonum.messages.proof that implement MapProofOuterClass.OptionalEntryOrBuilder Modifier and Type Class Description static class
MapProofOuterClass.OptionalEntry
Key with corresponding value or an empty value if the key is missing from the underlying map.static class
MapProofOuterClass.OptionalEntry.Builder
Key with corresponding value or an empty value if the key is missing from the underlying map.Methods in com.exonum.messages.proof that return MapProofOuterClass.OptionalEntryOrBuilder Modifier and Type Method Description MapProofOuterClass.OptionalEntryOrBuilder
MapProofOuterClass.MapProof.Builder. getEntriesOrBuilder(int index)
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.MapProofOuterClass.OptionalEntryOrBuilder
MapProofOuterClass.MapProof. getEntriesOrBuilder(int index)
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.MapProofOuterClass.OptionalEntryOrBuilder
MapProofOuterClass.MapProofOrBuilder. getEntriesOrBuilder(int index)
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.Methods in com.exonum.messages.proof that return types with arguments of type MapProofOuterClass.OptionalEntryOrBuilder Modifier and Type Method Description java.util.List<? extends MapProofOuterClass.OptionalEntryOrBuilder>
MapProofOuterClass.MapProof.Builder. getEntriesOrBuilderList()
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.java.util.List<? extends MapProofOuterClass.OptionalEntryOrBuilder>
MapProofOuterClass.MapProof. getEntriesOrBuilderList()
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.java.util.List<? extends MapProofOuterClass.OptionalEntryOrBuilder>
MapProofOuterClass.MapProofOrBuilder. getEntriesOrBuilderList()
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.