|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Collection | |
| org.objectweb.jorm.facility.meminst.genclass.api | |
| org.objectweb.jorm.facility.meminst.genclass.java.util | |
| Uses of Collection in org.objectweb.jorm.facility.meminst.genclass.api |
| Methods in org.objectweb.jorm.facility.meminst.genclass.api with parameters of type Collection | |
boolean |
Collection.containsAll(Collection c,
java.lang.Object connection)
Returns true if this collection contains all of the elements in the specified collection. |
boolean |
Collection.addAll(Collection c,
java.lang.Object connection)
Adds all of the elements in the specified collection to this collection (optional operation). |
boolean |
Collection.removeAll(Collection c,
java.lang.Object connection)
Removes all this collection's elements that are also contained in the specified collection (optional operation). |
boolean |
Collection.retainAll(Collection c,
java.lang.Object connection)
Retains only the elements in this collection that are contained in the specified collection (optional operation). |
| Uses of Collection in org.objectweb.jorm.facility.meminst.genclass.java.util |
| Classes in org.objectweb.jorm.facility.meminst.genclass.java.util that implement Collection | |
class |
Collection
|
class |
Set
|
| Methods in org.objectweb.jorm.facility.meminst.genclass.java.util with parameters of type Collection | |
boolean |
Collection.containsAll(Collection c,
java.lang.Object connection)
Returns true if this collection contains all of the elements in the specified collection. |
boolean |
Collection.addAll(Collection c,
java.lang.Object connection)
Adds all of the elements in the specified collection to this collection (optional operation). |
boolean |
Collection.removeAll(Collection c,
java.lang.Object connection)
Removes all this collection's elements that are also contained in the specified collection (optional operation). |
boolean |
Collection.retainAll(Collection c,
java.lang.Object connection)
Retains only the elements in this collection that are contained in the specified collection (optional operation). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||