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.OptionalEntryMapProofOuterClass.OptionalEntry.Builder. build()MapProofOuterClass.OptionalEntryMapProofOuterClass.OptionalEntry.Builder. buildPartial()static MapProofOuterClass.OptionalEntryMapProofOuterClass.OptionalEntry. getDefaultInstance()MapProofOuterClass.OptionalEntryMapProofOuterClass.OptionalEntry.Builder. getDefaultInstanceForType()MapProofOuterClass.OptionalEntryMapProofOuterClass.OptionalEntry. getDefaultInstanceForType()MapProofOuterClass.OptionalEntryMapProofOuterClass.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.OptionalEntryMapProofOuterClass.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.OptionalEntryMapProofOuterClass.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.OptionalEntryMapProofOuterClass.OptionalEntry. parseDelimitedFrom(java.io.InputStream input)static MapProofOuterClass.OptionalEntryMapProofOuterClass.OptionalEntry. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MapProofOuterClass.OptionalEntryMapProofOuterClass.OptionalEntry. parseFrom(byte[] data)static MapProofOuterClass.OptionalEntryMapProofOuterClass.OptionalEntry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MapProofOuterClass.OptionalEntryMapProofOuterClass.OptionalEntry. parseFrom(com.google.protobuf.ByteString data)static MapProofOuterClass.OptionalEntryMapProofOuterClass.OptionalEntry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MapProofOuterClass.OptionalEntryMapProofOuterClass.OptionalEntry. parseFrom(com.google.protobuf.CodedInputStream input)static MapProofOuterClass.OptionalEntryMapProofOuterClass.OptionalEntry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MapProofOuterClass.OptionalEntryMapProofOuterClass.OptionalEntry. parseFrom(java.io.InputStream input)static MapProofOuterClass.OptionalEntryMapProofOuterClass.OptionalEntry. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MapProofOuterClass.OptionalEntryMapProofOuterClass.OptionalEntry. parseFrom(java.nio.ByteBuffer data)static MapProofOuterClass.OptionalEntryMapProofOuterClass.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.BuilderMapProofOuterClass.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.BuilderMapProofOuterClass.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.BuilderMapProofOuterClass.OptionalEntry.Builder. mergeFrom(MapProofOuterClass.OptionalEntry other)static MapProofOuterClass.OptionalEntry.BuilderMapProofOuterClass.OptionalEntry. newBuilder(MapProofOuterClass.OptionalEntry prototype)MapProofOuterClass.MapProof.BuilderMapProofOuterClass.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.BuilderMapProofOuterClass.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.