Uses of Class
com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
Package | Description |
---|---|
com.exonum.messages.proof |
-
Uses of MapProofOuterClass.OptionalEntry in com.exonum.messages.proof
Methods in com.exonum.messages.proof that return MapProofOuterClass.OptionalEntry Modifier and Type Method Description MapProofOuterClass.OptionalEntry
MapProofOuterClass.OptionalEntry.Builder. build()
MapProofOuterClass.OptionalEntry
MapProofOuterClass.OptionalEntry.Builder. buildPartial()
static MapProofOuterClass.OptionalEntry
MapProofOuterClass.OptionalEntry. getDefaultInstance()
MapProofOuterClass.OptionalEntry
MapProofOuterClass.OptionalEntry.Builder. getDefaultInstanceForType()
MapProofOuterClass.OptionalEntry
MapProofOuterClass.OptionalEntry. getDefaultInstanceForType()
MapProofOuterClass.OptionalEntry
MapProofOuterClass.MapProof.Builder. getEntries(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.OptionalEntry
MapProofOuterClass.MapProof. getEntries(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.OptionalEntry
MapProofOuterClass.MapProofOrBuilder. getEntries(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.static MapProofOuterClass.OptionalEntry
MapProofOuterClass.OptionalEntry. parseDelimitedFrom(java.io.InputStream input)
static MapProofOuterClass.OptionalEntry
MapProofOuterClass.OptionalEntry. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MapProofOuterClass.OptionalEntry
MapProofOuterClass.OptionalEntry. parseFrom(byte[] data)
static MapProofOuterClass.OptionalEntry
MapProofOuterClass.OptionalEntry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MapProofOuterClass.OptionalEntry
MapProofOuterClass.OptionalEntry. parseFrom(com.google.protobuf.ByteString data)
static MapProofOuterClass.OptionalEntry
MapProofOuterClass.OptionalEntry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MapProofOuterClass.OptionalEntry
MapProofOuterClass.OptionalEntry. parseFrom(com.google.protobuf.CodedInputStream input)
static MapProofOuterClass.OptionalEntry
MapProofOuterClass.OptionalEntry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MapProofOuterClass.OptionalEntry
MapProofOuterClass.OptionalEntry. parseFrom(java.io.InputStream input)
static MapProofOuterClass.OptionalEntry
MapProofOuterClass.OptionalEntry. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MapProofOuterClass.OptionalEntry
MapProofOuterClass.OptionalEntry. parseFrom(java.nio.ByteBuffer data)
static MapProofOuterClass.OptionalEntry
MapProofOuterClass.OptionalEntry. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.exonum.messages.proof that return types with arguments of type MapProofOuterClass.OptionalEntry Modifier and Type Method Description java.util.List<MapProofOuterClass.OptionalEntry>
MapProofOuterClass.MapProof.Builder. getEntriesList()
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<MapProofOuterClass.OptionalEntry>
MapProofOuterClass.MapProof. getEntriesList()
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<MapProofOuterClass.OptionalEntry>
MapProofOuterClass.MapProofOrBuilder. getEntriesList()
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.com.google.protobuf.Parser<MapProofOuterClass.OptionalEntry>
MapProofOuterClass.OptionalEntry. getParserForType()
static com.google.protobuf.Parser<MapProofOuterClass.OptionalEntry>
MapProofOuterClass.OptionalEntry. parser()
Methods in com.exonum.messages.proof with parameters of type MapProofOuterClass.OptionalEntry Modifier and Type Method Description MapProofOuterClass.MapProof.Builder
MapProofOuterClass.MapProof.Builder. addEntries(int index, MapProofOuterClass.OptionalEntry value)
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.MapProof.Builder
MapProofOuterClass.MapProof.Builder. addEntries(MapProofOuterClass.OptionalEntry value)
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.OptionalEntry.Builder
MapProofOuterClass.OptionalEntry.Builder. mergeFrom(MapProofOuterClass.OptionalEntry other)
static MapProofOuterClass.OptionalEntry.Builder
MapProofOuterClass.OptionalEntry. newBuilder(MapProofOuterClass.OptionalEntry prototype)
MapProofOuterClass.MapProof.Builder
MapProofOuterClass.MapProof.Builder. setEntries(int index, MapProofOuterClass.OptionalEntry value)
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.Method parameters in com.exonum.messages.proof with type arguments of type MapProofOuterClass.OptionalEntry Modifier and Type Method Description MapProofOuterClass.MapProof.Builder
MapProofOuterClass.MapProof.Builder. addAllEntries(java.lang.Iterable<? extends MapProofOuterClass.OptionalEntry> values)
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.