Class 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 $
  • Constructor Details

    • SetProxy

      public SetProxy(Set adaptee)
      _more_
      Parameters:
      adaptee -
  • Method Details

    • 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 -