- All Implemented Interfaces:
- Iterable<String>, Collection<String>, Set<String>
public class StringSet
extends ElemSet<String>
A set of strings which can be converted to and from a single string.
The constructor splits a group of strings separated by ';' into a set,
and the toString() method joins all the string together with ';'.