|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractCollection<E> jxl.util.SoftBag<E> jxl.util.SoftSet<E>
public class SoftSet<E>
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 |
---|
public SoftSet()
Method Detail |
---|
public boolean add(E e)
add
in interface java.util.Collection<E>
add
in interface java.util.Set<E>
add
in class SoftBag<E>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |