コード例 #1
0
 public boolean isEmpty() {
   return myToExpand.isEmpty() && myToSelect.isEmpty() && myAdjustedSelection.isEmpty();
 }