swarm.collections
Interface StringC

All Known Implementing Classes:
StringCImpl

public interface StringC
extends CreateC, CreateS, DropC, DropS, CopyC, CopyS

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.


Method Summary
 java.lang.Object create$setC(Zone aZone, java.lang.String cstring)
           
 
Methods inherited from interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods inherited from interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 

Method Detail

create$setC

public java.lang.Object create$setC(Zone aZone,
                                    java.lang.String cstring)