Home
last modified time | relevance | path

Searched defs:addComposited (Results 1 – 3 of 3) sorted by relevance

/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/java/org/apache/commons/collections/set/
H A DCompositeSet.java72 public synchronized void addComposited(Collection c) { in addComposited() method in CompositeSet
104 public synchronized void addComposited(Collection c, Collection d) { in addComposited() method in CompositeSet
115 public synchronized void addComposited(Collection[] comps) { in addComposited() method in CompositeSet
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/java/org/apache/commons/collections/collection/
H A DCompositeCollection.java336 public void addComposited(Collection[] comps) { in addComposited() method in CompositeCollection
347 public void addComposited(Collection c) { in addComposited() method in CompositeCollection
357 public void addComposited(Collection c, Collection d) { in addComposited() method in CompositeCollection
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/java/org/apache/commons/collections/map/
H A DCompositeMap.java126 public synchronized void addComposited(Map map) throws IllegalArgumentException { in addComposited() method in CompositeMap