Class CollectionUtil

java.lang.Object
ca.uhn.fhir.util.CollectionUtil

public class CollectionUtil extends Object
  • Constructor Details

  • Method Details

    • newSet

      public static <T> Set<T> newSet(T... theValues)