Uses of Class
com.exonum.binding.common.collect.MapEntry
-
Packages that use MapEntry Package Description com.exonum.binding.common.collect com.exonum.binding.common.proofs.map -
-
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 Set<MapEntry<com.google.protobuf.ByteString,com.google.protobuf.ByteString>>CheckedFlatMapProof. getEntries()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 CheckedFlatMapProofCheckedFlatMapProof. correct(HashCode rootHash, Set<MapEntry<com.google.protobuf.ByteString,com.google.protobuf.ByteString>> entries, Set<com.google.protobuf.ByteString> missingKeys)Creates a valid map proof.
-