Uses of Class
com.exonum.core.messages.MapProofOuterClass.OptionalEntry
| Package | Description |
|---|---|
| com.exonum.core.messages |
-
Uses of MapProofOuterClass.OptionalEntry in com.exonum.core.messages
Methods in com.exonum.core.messages 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(InputStream input)static MapProofOuterClass.OptionalEntryMapProofOuterClass.OptionalEntry. parseDelimitedFrom(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(InputStream input)static MapProofOuterClass.OptionalEntryMapProofOuterClass.OptionalEntry. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MapProofOuterClass.OptionalEntryMapProofOuterClass.OptionalEntry. parseFrom(ByteBuffer data)static MapProofOuterClass.OptionalEntryMapProofOuterClass.OptionalEntry. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.exonum.core.messages that return types with arguments of type MapProofOuterClass.OptionalEntry Modifier and Type Method Description 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.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.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.core.messages 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.core.messages with type arguments of type MapProofOuterClass.OptionalEntry Modifier and Type Method Description MapProofOuterClass.MapProof.BuilderMapProofOuterClass.MapProof.Builder. addAllEntries(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.