Uses of Class
squidpony.squidmath.UnorderedSet
| Package | Description |
|---|---|
| squidpony |
Utilities that don't fit elsewhere in SquidLib; mostly text manipulation, compression, and helper code.
|
-
Uses of UnorderedSet in squidpony
Methods in squidpony that return UnorderedSet Modifier and Type Method Description static <T> UnorderedSet<T>Maker. makeUOS(T element)Makes an UnorderedSet of T given a single T element; avoids creating an array for varargs asMaker.makeOS(Object[])would do, but only allows one item.static <T> UnorderedSet<T>Maker. makeUOS(T... elements)Makes an UnorderedSet (UOS) of T given an array or vararg of T elements.Methods in squidpony that return types with arguments of type UnorderedSet Modifier and Type Method Description static <K> StringConvert<UnorderedSet<K>>Converters. convertUnorderedSet(CharSequence type)static <K> StringConvert<UnorderedSet<K>>Converters. convertUnorderedSet(Class<K> type)static <K> StringConvert<UnorderedSet<K>>Converters. convertUnorderedSet(StringConvert<K> convert)