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 TypeMethodDescriptionCreate a SetTree given a number of element Refs to distribute among children.SetTree.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.unsafeCreate(Ref<AHashSet<T>>[] children, int shift, short mask, long count)
SetTree.updateRefs(IRefFunction func)
Methods in convex.core.data with parameters of type SetTree