net.cscott.jutil

Class SetWrapper<E>

public class SetWrapper<E> extends CollectionWrapper<E> implements Set<E>

SetWrapper is analogous to CollectionWrapper, specialized for Sets.

Version: $Id: SetWrapper.java,v 1.1 2003/03/20 01:58:20 cananian Exp $

Author: Felix S. Klock II

Constructor Summary
SetWrapper(Set<E> set)
Creates a SetWrapper backed by set.

Constructor Detail

SetWrapper

public SetWrapper(Set<E> set)
Creates a SetWrapper backed by set.
Copyright © 2003 C. Scott Ananian