|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adfnmc.java.util.AbstractCollection
oracle.adfnmc.java.util.AbstractSet
public abstract class AbstractSet
AbstractSet is an abstract implementation of the Set interface. This Implementation does not support adding. A subclass must implement the abstract methods iterator() and size().
Constructor Summary | |
---|---|
protected |
AbstractSet()
Constructs a new instance of this AbstractSet. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Compares the specified object to this Set and answer if they are equal. |
int |
hashCode()
Answers an integer hash code for the receiver. |
boolean |
removeAll(Collection collection)
Removes all occurrences in this Collection of each object in the specified Collection. |
Methods inherited from class oracle.adfnmc.java.util.AbstractCollection |
---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, retainAll, size, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface oracle.adfnmc.java.util.Set |
---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, retainAll, size, toArray, toArray |
Constructor Detail |
---|
protected AbstractSet()
Method Detail |
---|
public boolean equals(java.lang.Object object)
equals
in interface Collection
equals
in interface Set
equals
in class java.lang.Object
object
- the object to compare with this object
hashCode()
public int hashCode()
hashCode
in interface Collection
hashCode
in interface Set
hashCode
in class java.lang.Object
equals(java.lang.Object)
public boolean removeAll(Collection collection)
removeAll
in interface Collection
removeAll
in interface Set
removeAll
in class AbstractCollection
collection
- the Collection of objects to remove
java.lang.UnsupportedOperationException
- when removing from this Collection is not supported
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |