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.


Constructor Summary
StringImpl()
           
StringImpl(Zone aZone)
          Default constructor for Impl class
StringImpl(Zone aZone, String cstring)
           
 
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.collections.String
catC, compare, getC, getCount
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringImpl

public StringImpl()

StringImpl

public StringImpl(Zone aZone,
                  String cstring)

StringImpl

public StringImpl(Zone aZone)
Default constructor for Impl class