示例#1
0
 @Override
 protected void load(DataInput input) throws IOException {
   for (int i = 0; i < 4; i++) {
     children[i] = QuadTree.loadFromInput(input);
   }
 }