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 Ztrings
Ztrings. fromList(Collection<String> c)
Returns a new set that contains the elements of the given collection.Ztrings
Ztrings. intersection(Collection<String> c)
Returns a new set containing the elements that are contained in both this set and the given collection.static Ztrings
Ztrings. split(String string)
Returns a new set containing the components of the given string after being split by a semicolon (;).static Ztrings
Ztrings. split(String string, String delimiter)
Returns a new set containing the components of the given string after being split by the given delimiter.Ztrings
Ztrings. union(Collection<String> c)
Returns a new set containing all elements of both this set and the given collection.