Searched refs:notifyRemove (Results 1 – 1 of 1) sorted by relevance
79 notifyRemove(0, oldSize); in clear()86 notifyRemove(index, 1); in remove()113 notifyRemove(fromIndex, toIndex - fromIndex); in removeRange()122 private void notifyRemove(int start, int count) { in notifyRemove() method in ObservableArrayList