Searched defs:standardAddAll (Results 1 – 6 of 6) sorted by relevance
161 protected boolean standardAddAll(Collection<? extends E> collection) { in standardAddAll() method in ForwardingCollection
150 protected boolean standardAddAll(int index, Iterable<? extends E> elements) { in standardAddAll() method in ForwardingList
169 protected boolean standardAddAll(Collection<? extends E> elementsToAdd) { in standardAddAll() method in ForwardingMultiset