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