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