Class CollKit

java.lang.Object
com.iohao.net.common.kit.CollKit

public class CollKit extends Object
Collection Kit
Author:
渔民小镇
date:
2022-01-14
  • Constructor Details

    • CollKit

      public CollKit()
  • Method Details

    • notEmpty

      public boolean notEmpty(Collection<?> collection)
    • isEmpty

      public boolean isEmpty(Collection<?> collection)
    • ofConcurrentSet

      public <T> Set<T> ofConcurrentSet()
    • ofConcurrentHashMap

      public <K,V> Map<K,V> ofConcurrentHashMap()