示例#1
0
 public int GetNextPoint(int startPoint)
 {
     return(_points.nextSetBit(startPoint));
 }