jxl.util
Class SoftSet<E>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by jxl.util.SoftBag<E>
          extended by jxl.util.SoftSet<E>
All Implemented Interfaces:
java.lang.Iterable<E>, java.util.Collection<E>, java.util.Set<E>

public class SoftSet<E>
extends SoftBag<E>
implements java.util.Set<E>

Author:
Alex Lynch

Constructor Summary
SoftSet()
          Creates a new instance of SoftSet
 
Method Summary
 boolean add(E e)
           
 
Methods inherited from class jxl.util.SoftBag
iterator, size
 
Methods inherited from class java.util.AbstractCollection
addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Constructor Detail

SoftSet

public SoftSet()
Creates a new instance of SoftSet

Method Detail

add

public boolean add(E e)
Specified by:
add in interface java.util.Collection<E>
Specified by:
add in interface java.util.Set<E>
Overrides:
add in class SoftBag<E>