Uses of Class
convex.core.data.MapLeaf
Packages that use MapLeaf
Package
Description
Data structures and algorithms, including a complete set of classes
required to implement immutable, decentralised data objects.
-
Uses of MapLeaf in convex.core.data
Methods in convex.core.data that return MapLeafModifier and TypeMethodDescriptionCreates a ListMap with the specified entries.Creates a ListMap with the specified entries.Maps.create(K k, V v)MapLeaf.emptyMap()MapLeaf.filterHexDigits(int digitPos, int mask)Filters this ListMap to contain only key hashes with the hex digits specified in the given MaskMapLeaf.read(ByteBuffer bb, long count)Reads a MapLeaf from the provided ByteBuffer Assumes the header byte is already read.MapLeaf.updateRefs(IRefFunction func)Methods in convex.core.data with parameters of type MapLeafModifier and TypeMethodDescriptionprotected booleanMapLeaf.containsAllKeys(MapLeaf<K,V> b)booleanbooleanMapLeaf.equalsKeys(MapLeaf<K,V> a)Returns true if this map has all keys equal to the other MapMapLeaf.mergeDifferences(MapLeaf<K,V> b, MergeFunction<V> func, int shift)