Uses of Class
convex.core.data.AString
Packages that use AString
Package
Description
Data structures and algorithms, including a complete set of classes
required to implement immutable, decentralised data objects.
-
Uses of AString in convex.core
Methods in convex.core that return types with arguments of type AString -
Uses of AString in convex.core.data
Subclasses of AString in convex.core.dataModifier and TypeClassDescriptionclassClass representing a short CVM string.classAString subclass representing a subsequence of another charsequenceclassMethods in convex.core.data that return AStringModifier and TypeMethodDescriptionprotected abstract AStringAString.append(char charValue)protected AStringStringShort.append(char charValue)protected AStringStringSlice.append(char charValue)protected AStringStringTree.append(char charValue)static AStringstatic AStringStringSlice.create(StringTree source, int start, int len)static AStringStrings.empty()PeerStatus.getHostname()Gets the String representation of the hostname set for the current Peer status, or null if not specified.static AStringStrings.read(ByteBuffer bb)Reads a CVM String value from a bytebuffer.static AStringStringShort.read(int length, ByteBuffer bb)Read a StringShort from a ByteBuffer.abstract AStringAString.subSequence(int start, int end)StringSlice.subSequence(int start, int end)StringTree.subSequence(int start, int end)StringSlice.toCanonical()Methods in convex.core.data with parameters of type AStringModifier and TypeMethodDescriptionintintstatic Keywordstatic SymbolCreates a Symbol with the given name.static KeywordKeyword.createChecked(AString aString)Creates a Keyword with the given name, throwing an exception if name is not validstatic AccountKeyAccountKey.fromHexOrNull(AString a)PeerStatus.withHostname(AString newHostname)Constructors in convex.core.data with parameters of type AString -
Uses of AString in convex.core.data.type
Methods in convex.core.data.type that return AString -
Uses of AString in convex.core.lang
Fields in convex.core.lang with type parameters of type AStringMethods in convex.core.lang that return AString -
Uses of AString in convex.core.lang.impl
Methods in convex.core.lang.impl that return types with arguments of type AStringMethods in convex.core.lang.impl with parameters of type AStringModifier and TypeMethodDescriptionstatic ErrorValueCreates an ErrorValue with the specified type and message. -
Uses of AString in convex.core.lang.ops
Methods in convex.core.lang.ops that return types with arguments of type AString