|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ojalgo.function.logical.set.Union<T>
@Deprecated public class Union<T>
| Constructor Summary | |
|---|---|
Union(Set<T> aLeft,
Set<T> aRight)
Deprecated. |
|
| Method Summary | ||
|---|---|---|
boolean |
add(T someO)
Deprecated. |
|
boolean |
addAll(Collection<? extends T> someC)
Deprecated. |
|
void |
clear()
Deprecated. |
|
boolean |
contains(Object someO)
Deprecated. |
|
boolean |
containsAll(Collection<?> someC)
Deprecated. |
|
boolean |
isEmpty()
Deprecated. |
|
Iterator<T> |
iterator()
Deprecated. |
|
static
|
make(Set<O> aLeft,
Set<O> aRight)
Deprecated. |
|
boolean |
remove(Object someO)
Deprecated. |
|
boolean |
removeAll(Collection<?> someC)
Deprecated. |
|
boolean |
retainAll(Collection<?> someC)
Deprecated. |
|
int |
size()
Deprecated. |
|
Object[] |
toArray()
Deprecated. |
|
|
toArray(O[] someA)
Deprecated. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Set |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public Union(Set<T> aLeft,
Set<T> aRight)
| Method Detail |
|---|
public static final <O> Set<O> make(Set<O> aLeft,
Set<O> aRight)
public boolean add(T someO)
add in interface Collection<T>add in interface Set<T>public boolean addAll(Collection<? extends T> someC)
addAll in interface Collection<T>addAll in interface Set<T>public void clear()
clear in interface Collection<T>clear in interface Set<T>public boolean contains(Object someO)
contains in interface Collection<T>contains in interface Set<T>public boolean containsAll(Collection<?> someC)
containsAll in interface Collection<T>containsAll in interface Set<T>public boolean isEmpty()
isEmpty in interface Collection<T>isEmpty in interface Set<T>public Iterator<T> iterator()
iterator in interface Iterable<T>iterator in interface Collection<T>iterator in interface Set<T>public boolean remove(Object someO)
remove in interface Collection<T>remove in interface Set<T>public boolean removeAll(Collection<?> someC)
removeAll in interface Collection<T>removeAll in interface Set<T>public boolean retainAll(Collection<?> someC)
retainAll in interface Collection<T>retainAll in interface Set<T>public int size()
size in interface Collection<T>size in interface Set<T>public Object[] toArray()
toArray in interface Collection<T>toArray in interface Set<T>public <O> O[] toArray(O[] someA)
toArray in interface Collection<T>toArray in interface Set<T>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||