示例#1
0
 public static boolean notEmpty(Iterable<?> iterable) {
   return !IterableIterate.isEmpty(iterable);
 }