Searched refs:notifyAdd (Results 1 – 1 of 1) sorted by relevance
45 notifyAdd(size() - 1, 1); in add()52 notifyAdd(index, 1); in add()60 notifyAdd(oldSize, size() - oldSize); in addAll()69 notifyAdd(index, collection.size()); in addAll()116 private void notifyAdd(int start, int count) { in notifyAdd() method in ObservableArrayList