Class JHipsterCollections

java.lang.Object
tech.jhipster.lite.common.domain.JHipsterCollections

public final class JHipsterCollections extends Object
  • Method Details

    • immutable

      public static <T> Collection<T> immutable(Collection<T> collection)
    • immutable

      public static <K, V> Map<K,V> immutable(Map<K,V> map)