Uses of Class
org.spiderwiz.zutils.ZHashSet
| Package | Description |
|---|---|
| org.spiderwiz.zutils |
Various utility classes used by the Spiderwiz framework.
|
-
Uses of ZHashSet in org.spiderwiz.zutils
Subclasses of ZHashSet in org.spiderwiz.zutils Modifier and Type Class Description classZtringsExtension ofZHashSet<String>with some utility methods.Methods in org.spiderwiz.zutils that return ZHashSet Modifier and Type Method Description ZHashSet<UUID>Ztrings. toUUIDs()Converts a set of strings to a set ofUUIDelements.ZHashSet<T>ZHashSet. union(Collection<T> c)Returns a new set that contains the union of this set and the given collection.