Searched refs:standardAddAll (Results 1 – 14 of 14) 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()
121 return standardAddAll(collection); in addAll()
63 return standardAddAll(collection); in addAll()
56 return standardAddAll(collection); in addAll()
596 return standardAddAll(collection); in testNewMultimapWithCollectionRejectingNegativeElements()
112 return standardAddAll(collection); in addAll()
151 protected boolean standardAddAll(Collection<? extends E> collection) { in standardAddAll() method in ForwardingCollection
143 protected boolean standardAddAll( in standardAddAll() method in ForwardingList
161 @Beta @Override protected boolean standardAddAll( in standardAddAll() method in ForwardingMultiset
495 return standardAddAll(collection); in testNewMultimapWithCollectionRejectingNegativeElements()