Searched defs:removeAll (Results 1 - 13 of 13) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/spi/sfsb/util/
H A DSFSBVersionManager.java62 public void removeAll(long containerId); method in interface:SFSBVersionManager
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/pool/datastructure/
H A DDataStructure.java109 void removeAll(); method in interface:DataStructure
H A DListDataStructure.java206 public void removeAll() { method in class:ListDataStructure
H A DRWLockDataStructure.java193 public void removeAll() { method in class:RWLockDataStructure
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/
H A DMapUtil.java189 public static <T> void removeAll( method in class:MapUtil
300 public static <K> void removeAll(final Map<K, ?> m, final Set<K> s) method in class:MapUtil
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/util/cache/
H A DCache.java189 public void removeAll(Object key); method in interface:Cache
H A DBaseCache.java701 public void removeAll(Object key) { method in class:BaseCache
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/
H A DExtentCollection.java201 public boolean removeAll(Collection c) { method in class:ExtentCollection
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/cmp/
H A DEJBHashSet.java167 * @throws UnsupportedOperationException removeAll is not supported
173 public boolean removeAll(Collection c) { method in class:EJBHashSet
174 logger.finest("---EJBHashSet.removeAll---"); // NOI18N
178 return pcSet.removeAll(helper.convertCollectionEJBLocalObjectToPC(c, pm, true));
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/sco/
H A DArrayList.java387 removed.removeAll(c);
405 public boolean removeAll(Collection c) { method in class:ArrayList
471 removed.removeAll(c);
599 super.removeAll(c);
H A DHashSet.java423 * @throws UnsupportedOperationException removeAll is not supported
429 public boolean removeAll(Collection c) method in class:HashSet
462 boolean modified = super.removeAll(c);
484 return super.removeAll(c);
H A DVector.java532 removed.removeAll(c);
550 public synchronized boolean removeAll(Collection c) { method in class:Vector
616 removed.removeAll(c);
746 super.removeAll(c);
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/cache/
H A DBaseCache.java759 public void removeAll(Object key) { method in class:BaseCache

Completed in 64 milliseconds