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 TypeClassDescriptionclass
Class representing a short CVM string.class
AString subclass representing a subsequence of another charsequenceclass
Methods in convex.core.data that return AStringModifier and TypeMethodDescriptionprotected abstract AString
AString.append(char charValue)
protected AString
StringShort.append(char charValue)
protected AString
StringSlice.append(char charValue)
protected AString
StringTree.append(char charValue)
static AString
static AString
StringSlice.create(StringTree source, int start, int len)
static AString
Strings.empty()
PeerStatus.getHostname()
Gets the String representation of the hostname set for the current Peer status, or null if not specified.static AString
Strings.read(ByteBuffer bb)
Reads a CVM String value from a bytebuffer.static AString
StringShort.read(int length, ByteBuffer bb)
Read a StringShort from a ByteBuffer.abstract AString
AString.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 TypeMethodDescriptionint
int
static Keyword
static Symbol
Creates a Symbol with the given name.static Keyword
Keyword.createChecked(AString aString)
Creates a Keyword with the given name, throwing an exception if name is not validstatic AccountKey
AccountKey.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 ErrorValue
Creates 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