public interface StringSet extends Metric
HashSet and hence it does not maintain any ordering.| Modifier and Type | Method and Description | 
|---|---|
| default void | add(java.lang.String... values)Add values to this set. | 
| void | add(java.lang.String value)Add a value to this set. |