Uses of Class
convex.core.data.MapTree
Packages that use MapTree
Package
Description
Data structures and algorithms, including a complete set of classes
required to implement immutable, decentralised data objects.
-
Uses of MapTree in convex.core.data
Methods in convex.core.data that return MapTreeModifier and TypeMethodDescriptionMapTree.assocEntry(MapEntry<K,V> e, int shift)
MapTree.read(ByteBuffer bb, long count)
Reads a ListMap from the provided ByteBuffer Assumes the header byte and count is already read.MapTree.updateRefs(IRefFunction func)
Methods in convex.core.data with parameters of type MapTree