Uses of Class
convex.core.data.SetLeaf
Packages that use SetLeaf
Package
Description
Data structures and algorithms, including a complete set of classes
required to implement immutable, decentralised data objects.
-
Uses of SetLeaf in convex.core.data
Fields in convex.core.data with type parameters of type SetLeafMethods in convex.core.data that return SetLeafModifier and TypeMethodDescriptionCreates a SetLeaf with the specified elements.Creates a SetLeaf with the specified elements.SetLeaf.create(V item)
Sets.empty()
SetLeaf.emptySet()
SetLeaf.excludeRef(Ref<T> key)
SetLeaf.filterHexDigits(int digitPos, int mask)
Filters this ListMap to contain only key hashes with the hex digits specified in the given MaskSetLeaf.read(ByteBuffer bb, long count)
Reads a MapLeaf from the provided ByteBuffer Assumes the header byte is already read.SetLeaf.unsafeCreate(Ref<V>... refs)
Create a SetLeaf with raw element Refs.SetLeaf.unsafeCreate(V... elements)
Create a SetLeaf with raw elements.SetLeaf.updateRefs(IRefFunction func)
Methods in convex.core.data that return types with arguments of type SetLeafMethods in convex.core.data with parameters of type SetLeaf