swarm.collections
Interface StringS

All Known Implementing Classes:
StringCImpl, StringImpl

public interface StringS
extends CreateS, DropS, 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
 void setC(java.lang.String cstring)
           
 

Method Detail

setC

public void setC(java.lang.String cstring)