コード例 #1
0
 @Override
 public int intValueOf(Iterable<?> iterable) {
   return Iterate.sizeOf(iterable);
 }