ucar.unidata.util
Class SetProxy
java.lang.Object
ucar.unidata.util.CollectionProxy
ucar.unidata.util.SetProxy
- All Implemented Interfaces:
- Iterable, Collection, Set
- Direct Known Subclasses:
- SortedSetProxy
public class SetProxy
- extends CollectionProxy
- implements Set
- Version:
- $Revision: 1.10 $ $Date: 2006/05/05 19:19:37 $
- Author:
- $Author: jeffmc $
| Methods inherited from class ucar.unidata.util.CollectionProxy |
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
SetProxy
public SetProxy(Set adaptee)
- _more_
- Parameters:
adaptee -
equals
public boolean equals(Object arg)
- _more_
- Specified by:
equals in interface Collection- Specified by:
equals in interface Set- Overrides:
equals in class Object
- Parameters:
arg -
- Returns:
- _more_
hashCode
public int hashCode()
- _more_
- Specified by:
hashCode in interface Collection- Specified by:
hashCode in interface Set- Overrides:
hashCode in class Object
- Returns:
- _more_
main
public static void main(String[] args)
- _more_
- Parameters:
args -