toxTree.data
Class SortedPropertyList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<toxTree.data.SortedProperty>
toxTree.data.SortedPropertyList
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<toxTree.data.SortedProperty>, java.util.Collection<toxTree.data.SortedProperty>, java.util.List<toxTree.data.SortedProperty>, java.util.RandomAccess
public class SortedPropertyList
- extends java.util.ArrayList<toxTree.data.SortedProperty>
- See Also:
- Serialized Form
Fields inherited from class java.util.AbstractList |
modCount |
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clone, contains, ensureCapacity, get, isEmpty, 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 |
containsAll, removeAll, retainAll |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
propertyName
protected java.lang.Object propertyName
SortedPropertyList
public SortedPropertyList(java.lang.Object propertyName)
getPropertyName
public java.lang.Object getPropertyName()
setPropertyName
public void setPropertyName(java.lang.Object propertyName)
sort
public void sort(boolean ascending)
addProperty
public void addProperty(java.lang.Object o,
int index)
addList
public void addList(org.openscience.cdk.interfaces.IAtomContainerSet atomcontainers)
throws java.lang.Exception
- Throws:
java.lang.Exception
clear
public void clear()
- Specified by:
clear
in interface java.util.Collection<toxTree.data.SortedProperty>
- Specified by:
clear
in interface java.util.List<toxTree.data.SortedProperty>
- Overrides:
clear
in class java.util.ArrayList<toxTree.data.SortedProperty>
lastIndexOf
public int lastIndexOf(java.lang.Object elem)
- Specified by:
lastIndexOf
in interface java.util.List<toxTree.data.SortedProperty>
- Overrides:
lastIndexOf
in class java.util.ArrayList<toxTree.data.SortedProperty>
indexOf
public int indexOf(java.lang.Object elem)
- Specified by:
indexOf
in interface java.util.List<toxTree.data.SortedProperty>
- Overrides:
indexOf
in class java.util.ArrayList<toxTree.data.SortedProperty>
getOriginalIndexOf
public int getOriginalIndexOf(int index)
getOriginalIndexOf
public int getOriginalIndexOf(java.lang.Object elem)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.util.AbstractCollection<toxTree.data.SortedProperty>
Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.