Class XCldrStub.ImmutableSet

  • Enclosing class:
    XCldrStub

    public static class XCldrStub.ImmutableSet
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ImmutableSet()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> java.util.Set<T> copyOf​(java.util.Set<T> values)  
      • Methods inherited from class java.lang.Object

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

      • ImmutableSet

        public ImmutableSet()
    • Method Detail

      • copyOf

        public static <T> java.util.Set<T> copyOf​(java.util.Set<T> values)