Exemplo n.º 1
0
 public void removeGapText(GapText aGapText) {
   fGapTextList.removeElement(aGapText);
 }
Exemplo n.º 2
0
 public void removeGap(Gap aGap) {
   fGapList.removeElement(aGap);
 }