|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<org.openscience.cdk.interfaces.IAtomContainer>
toxTree.data.ListOfAtomContainers
toxTree.query.QueryAtomContainers
public class QueryAtomContainers
TODO add description
Field Summary |
---|
Fields inherited from class toxTree.data.ListOfAtomContainers |
---|
id, logger, properties |
Fields inherited from class java.util.AbstractList |
---|
modCount |
Constructor Summary | |
---|---|
QueryAtomContainers()
|
|
QueryAtomContainers(java.util.Collection c)
|
|
QueryAtomContainers(int initialCapacity)
|
Method Summary | |
---|---|
boolean |
contains(java.lang.Object elem)
|
boolean |
containsAll(java.util.Collection c)
|
Methods inherited from class java.util.ArrayList |
---|
add, add, addAll, addAll, clear, clone, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
Methods inherited from class java.util.AbstractList |
---|
equals, hashCode, iterator, listIterator, listIterator, subList |
Methods inherited from class java.util.AbstractCollection |
---|
removeAll, retainAll, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.openscience.cdk.interfaces.IChemObject |
---|
clone, toString |
Methods inherited from interface java.util.List |
---|
equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
Constructor Detail |
---|
public QueryAtomContainers(int initialCapacity)
initialCapacity
- public QueryAtomContainers()
public QueryAtomContainers(java.util.Collection c)
c
- Method Detail |
---|
public boolean containsAll(java.util.Collection c)
containsAll
in interface java.util.Collection<org.openscience.cdk.interfaces.IAtomContainer>
containsAll
in interface java.util.List<org.openscience.cdk.interfaces.IAtomContainer>
containsAll
in class java.util.AbstractCollection<org.openscience.cdk.interfaces.IAtomContainer>
public boolean contains(java.lang.Object elem)
contains
in interface java.util.Collection<org.openscience.cdk.interfaces.IAtomContainer>
contains
in interface java.util.List<org.openscience.cdk.interfaces.IAtomContainer>
contains
in class java.util.ArrayList<org.openscience.cdk.interfaces.IAtomContainer>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |