Class ImmutableSet

java.lang.Object
org.glowroot.agent.plugin.api.util.ImmutableSet

public class ImmutableSet extends Object
  • Method Details

    • copyOf

      public static <E> Set<E> copyOf(Collection<E> elements)