Uses of Class
convex.core.data.StringTree
Packages that use StringTree
Package
Description
Data structures and algorithms, including a complete set of classes
required to implement immutable, decentralised data objects.
-
Uses of StringTree in convex.core.data
Methods in convex.core.data that return StringTreeModifier and TypeMethodDescriptionstatic StringTreestatic StringTreeStringTree.read(int length, ByteBuffer bb)StringTree.toCanonical()StringTree.updateRefs(IRefFunction func)Methods in convex.core.data with parameters of type StringTreeModifier and TypeMethodDescriptionstatic AStringStringSlice.create(StringTree source, int start, int len)