ucar.unidata.util
Class SetProxy

java.lang.Object
  extended by ucar.unidata.util.CollectionProxy
      extended by 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 $

Field Summary
 
Fields inherited from class ucar.unidata.util.CollectionProxy
adaptee_
 
Constructor Summary
SetProxy(Set adaptee)
          _more_
 
Method Summary
 boolean equals(Object arg)
          _more_
 int hashCode()
          _more_
static void main(String[] args)
          _more_
 
Methods inherited from class ucar.unidata.util.CollectionProxy
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Constructor Detail

SetProxy

public SetProxy(Set adaptee)
_more_

Parameters:
adaptee -
Method Detail

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 -