Uses of Class
convex.core.data.ABlobMap
Packages that use ABlobMap
Package
Description
Data structures and algorithms, including a complete set of classes
required to implement immutable, decentralised data objects.
CVM type system implementation.
-
Uses of ABlobMap in convex.core.data
Subclasses of ABlobMap in convex.core.dataModifier and TypeClassDescriptionfinal class
BlobMap node implementation supporting: An optional prefix string An optional entry with this prefix Up to 16 child entries at the next level of depthMethods in convex.core.data with type parameters of type ABlobMapModifier and TypeMethodDescriptionBlobMaps.create
(K k, V v) BlobMaps.empty()
Returns the empty BlobMap.Methods in convex.core.data that return ABlobMap -
Uses of ABlobMap in convex.core.data.type
Methods in convex.core.data.type that return ABlobMapModifier and TypeMethodDescriptionABlobMap<?,
?> BlobMapType.defaultValue()
BlobMapType.implicitCast
(ACell a)