Class Sets


  • public class Sets
    extends Object
    • Constructor Detail

      • Sets

        public Sets()
    • Method Detail

      • newHashSet

        public static <K> Set<K> newHashSet()
      • newLinkedHashSet

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