AnyCAD Rapid API 2023
Help you to create a better world!
StringList Class Reference
Inheritance diagram for StringList:

Public Member Functions

 StringList (String[] initialElements)
 
 StringList (Iterable< String > initialElements)
 
String get (int index)
 
String set (int index, String e)
 
boolean add (String e)
 
void add (int index, String e)
 
String remove (int index)
 
int size ()
 
 StringList (StringList other)
 
long capacity ()
 
void reserve (long n)
 
boolean isEmpty ()
 
void clear ()
 
 StringList (int count, String value)