zoukankan      html  css  js  c++  java
  • Web开发学习笔记

    1. EnumUtils.isValidEnum(JnRouteProViewStateEnum.class, status) : 判断 status是否在 枚举集合中。
    2. MapUtils.isNotEmpty(request.getExtraProperty()) :

      Null returns false.
      Returns:
      true if non-null and non-empty

    3. boolean org.apache.commons.collections.CollectionUtils.containsAny(Collection coll1, Collection coll2)


      Returns true iff at least one element is in both collections.
      In other words, this method returns true iff the intersection of coll1 and coll2 is not empty.
      Parameters:
      coll1 the first collection, must not be null
      coll2 the first collection, must not be null
      Returns:
      true iff the intersection of the collections is non-empty 两个集合的交集不为空

  • 相关阅读:
    爱信诺面试总结
    项目进展日志6
    项目进展日志5
    项目进展日志4
    项目进展日志3
    项目进展日志2
    项目阶段总结
    项目进展日志
    事物的ACID特性
    5.27作业
  • 原文地址:https://www.cnblogs.com/wodo2008/p/5633533.html
Copyright © 2011-2022 走看看