public class SetProxy extends CollectionProxy implements java.util.Set
adaptee_
Constructor and Description |
---|
SetProxy(java.util.Set adaptee)
_more_
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object arg)
_more_
|
int |
hashCode()
_more_
|
static void |
main(java.lang.String[] args)
_more_
|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public boolean equals(java.lang.Object arg)
equals
in interface java.util.Collection
equals
in interface java.util.Set
equals
in class java.lang.Object
arg
- public int hashCode()
hashCode
in interface java.util.Collection
hashCode
in interface java.util.Set
hashCode
in class java.lang.Object
public static void main(java.lang.String[] args)
args
-