示例#1
0
 public Generation(final Bounds bounds) {
   this.bounds = bounds;
   this.world = new BitSet(bounds.size());
 }