swarm.collections
Class StringImpl
java.lang.Object
|
+--swarm.collections.StringImpl
- public class StringImpl
- extends Object
- implements CreateS, Create, DropS, Drop, CopyS, Copy, StringS, String
Character string object (later to support collection behavior)..
The String object type packages a null-terminated, C-format character string into an object. All memory allocation needed to hold the string value is handled by the object. This type currently defines only the most rudimentary operations for initializing and appending C-format character strings. These are sufficient for its current limited roles in places that need a uniformity between character strings and other kinds of allocated objects.
Methods implemented by this class for interface swarm.defobj.Drop |
drop |
Methods implemented by this class for interface swarm.defobj.Copy |
copy |
Methods implemented by this class for interface swarm.collections.StringS |
setC |
Methods implemented by this class for interface swarm.defobj.DefinedObject |
compare,
describe,
describeID,
getDisplayName,
getTypeName,
getZone,
perform,
perform$with,
perform$with$with,
perform$with$with$with,
respondsTo,
setDisplayName,
xfprint,
xfprintid,
xprint,
xprintid |
StringImpl
public StringImpl()
StringImpl
public StringImpl(ZoneImpl aZone,
String cstring)
StringImpl
public StringImpl(ZoneImpl aZone)
- Default constructor for Impl class