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 MapLeaf 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 MaskReads a MapLeaf from the provided Blob encoding.MapLeaf.slice
(long start, long end) MapLeaf.unsafeCreate
(MapEntry<K, V>... items) Creates aMapLeaf
MapLeaf.updateRefs
(IRefFunction func) Methods in convex.core.data with parameters of type MapLeaf