Uses of Class
org.spiderwiz.zutils.Ztrings
| Package | Description |
|---|---|
| org.spiderwiz.zutils |
Various utility classes used by the Spiderwiz framework.
|
-
Uses of Ztrings in org.spiderwiz.zutils
Methods in org.spiderwiz.zutils that return Ztrings Modifier and Type Method Description static ZtringsZtrings. fromList(Collection<String> c)Returns a new set that contains the elements of the given collection.ZtringsZtrings. intersection(Collection<String> c)Returns a new set containing the elements that are contained in both this set and the given collection.static ZtringsZtrings. split(String string)Returns a new set containing the components of the given string after being split by a semicolon (;).static ZtringsZtrings. split(String string, String delimiter)Returns a new set containing the components of the given string after being split by the given delimiter.ZtringsZtrings. union(Collection<String> c)Returns a new set containing all elements of both this set and the given collection.