Class SetsUtils

java.lang.Object
org.mapfish.print.SetsUtils

public final class SetsUtils extends Object
Some utilities for Sets.
  • Method Details

    • create

      @SafeVarargs public static <T> Set<T> create(T... values)
      Create a HashSet with the given initial values.
      Type Parameters:
      T - The type.
      Parameters:
      values - The values