public class SortedPropertyList extends ArrayList<toxTree.data.SortedProperty>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
propertyName |
modCount| Constructor and Description |
|---|
SortedPropertyList(Object propertyName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addList(org.openscience.cdk.interfaces.IAtomContainerSet atomcontainers) |
void |
addProperty(Object o,
int index) |
void |
clear() |
int |
getOriginalIndexOf(int index) |
int |
getOriginalIndexOf(Object elem) |
Object |
getPropertyName() |
int |
indexOf(Object elem) |
int |
lastIndexOf(Object elem) |
void |
setPropertyName(Object propertyName) |
void |
sort(boolean ascending) |
String |
toString() |
add, add, addAll, addAll, clone, contains, ensureCapacity, forEach, get, isEmpty, iterator, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streamprotected Object propertyName
public SortedPropertyList(Object propertyName)
public Object getPropertyName()
public void setPropertyName(Object propertyName)
public void sort(boolean ascending)
public void addProperty(Object o, int index)
public void addList(org.openscience.cdk.interfaces.IAtomContainerSet atomcontainers)
throws Exception
Exceptionpublic void clear()
public int lastIndexOf(Object elem)
lastIndexOf in interface List<toxTree.data.SortedProperty>lastIndexOf in class ArrayList<toxTree.data.SortedProperty>public int indexOf(Object elem)
public int getOriginalIndexOf(int index)
public int getOriginalIndexOf(Object elem)
public String toString()
toString in class AbstractCollection<toxTree.data.SortedProperty>Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.