Class Sets


  • public class Sets
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Sets()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <K> java.util.Set<K> newHashSet()  
      static <K> java.util.Set<K> newLinkedHashSet()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Sets

        public Sets()
    • Method Detail

      • newHashSet

        public static <K> java.util.Set<K> newHashSet()
      • newLinkedHashSet

        public static <K> java.util.Set<K> newLinkedHashSet()