Searched refs:standardAddAll (Results 1 – 9 of 9) sorted by relevance
58 return standardAddAll(collection); in addAll()99 return standardAddAll(index, elements); in addAll()
61 return standardAddAll(collection); in addAll()
54 return standardAddAll(collection); in addAll()
62 return standardAddAll(collection); in addAll()
56 return standardAddAll(collection); in addAll()
143 @Beta protected boolean standardAddAll( in standardAddAll() method in ForwardingList
157 @Beta protected boolean standardAddAll(Collection<? extends E> collection) { in standardAddAll() method in ForwardingCollection
165 @Beta @Override protected boolean standardAddAll( in standardAddAll() method in ForwardingMultiset