Class StringList
java.lang.Object
com.sparsity.sparksee.gdb.StringList
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.StringList(String[] list) Creates a new instance from an string array.StringList(Collection<String> col) Creates a new instance from an string collection. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
StringList
Creates a new instance from an string array.- Parameters:
list- String array to initialize the instance.
-
StringList
Creates a new instance from an string collection.- Parameters:
col- Collection to initialize the instance.
-
StringList
public StringList()Constructor.This creates an empty list.
-
-
Method Details