コード例 #1
0
 @Override
 public Container iand(final ArrayContainer b2) {
   return b2.and(this); // no inplace possible
 }