Class Sets


  • public final class Sets
    extends Object
    • Method Detail

      • newHashSet

        public static <V> Set<V> newHashSet()
      • newHashSet

        public static <V> Set<V> newHashSet​(Collection<V> c)
      • newLinkedHashSet

        public static <V> Set<V> newLinkedHashSet()