Class SetGenerators


  • @GwtCompatible(emulated=true)
    public class SetGenerators
    extends java.lang.Object
    Generators of different types of sets and derived collections from sets.
    • Constructor Detail

      • SetGenerators

        public SetGenerators()
    • Method Detail

      • createExplicitComparator

        private static Ordering<java.lang.String> createExplicitComparator​(java.lang.String[] elements)
      • nullCheckedTreeSet

        private static <E extends java.lang.Comparable<? super E>> java.util.SortedSet<E> nullCheckedTreeSet​(E[] elements)