Uses of Class
com.exonum.binding.common.collect.MapEntry
Package | Description |
---|---|
com.exonum.binding.common.collect | |
com.exonum.binding.common.proofs.map | |
com.exonum.binding.core.storage.indices |
Contains Exonum indexes — persistent, named collections built on top of Exonum key-value storage.
|
-
Uses of MapEntry in com.exonum.binding.common.collect
Methods in com.exonum.binding.common.collect that return MapEntry Modifier and Type Method Description static <K, V> MapEntry<K,V>
MapEntry. valueOf(K key, V value)
Creates a new MapEntry from the given key and value. -
Uses of MapEntry in com.exonum.binding.common.proofs.map
Methods in com.exonum.binding.common.proofs.map that return types with arguments of type MapEntry Modifier and Type Method Description java.util.Set<MapEntry<com.google.protobuf.ByteString,com.google.protobuf.ByteString>>
CheckedFlatMapProof. getEntries()
java.util.Set<MapEntry<com.google.protobuf.ByteString,com.google.protobuf.ByteString>>
CheckedMapProof. getEntries()
Get all leaf entries of this proof.Method parameters in com.exonum.binding.common.proofs.map with type arguments of type MapEntry Modifier and Type Method Description static CheckedFlatMapProof
CheckedFlatMapProof. correct(HashCode indexHash, java.util.Set<MapEntry<com.google.protobuf.ByteString,com.google.protobuf.ByteString>> entries, java.util.Set<com.google.protobuf.ByteString> missingKeys)
Creates a valid map proof. -
Uses of MapEntry in com.exonum.binding.core.storage.indices
Methods in com.exonum.binding.core.storage.indices that return types with arguments of type MapEntry Modifier and Type Method Description java.util.Iterator<MapEntry<K,V>>
MapIndex. entries()
Returns an iterator over the map entries.java.util.Iterator<MapEntry<K,V>>
MapIndexProxy. entries()
java.util.Iterator<MapEntry<K,V>>
ProofMapIndexProxy. entries()