|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractSet
org.biojava.utils.MergingSet
| Constructor Summary | |
MergingSet()
|
|
MergingSet(Set sets)
|
|
| Method Summary | |
boolean |
add(Object o)
|
void |
addSet(Set set)
|
boolean |
contains(Object o)
|
Set |
getModifiable()
|
Iterator |
iterator()
|
static MergingSet |
merge(Set first,
Set seccond)
|
static MergingSet |
modifiableMerge()
|
static MergingSet |
modifiableMerge(Set original)
|
boolean |
remove(Object o)
|
boolean |
removeSet(Set set)
|
int |
size()
|
| Methods inherited from class java.util.AbstractSet |
equals, hashCode, removeAll |
| Methods inherited from class java.util.AbstractCollection |
addAll, clear, containsAll, isEmpty, retainAll, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
addAll, clear, containsAll, isEmpty, retainAll, toArray, toArray |
| Constructor Detail |
public MergingSet()
public MergingSet(Set sets)
| Method Detail |
public static MergingSet merge(Set first,
Set seccond)
public static MergingSet modifiableMerge()
public static MergingSet modifiableMerge(Set original)
public void addSet(Set set)
public boolean removeSet(Set set)
public Set getModifiable()
public int size()
public boolean contains(Object o)
public Iterator iterator()
public boolean add(Object o)
public boolean remove(Object o)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||