toxTree.data
Class SortedPropertyList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<toxTree.data.SortedProperty>
              extended by 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

Field Summary
protected  java.lang.Object propertyName
           
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
SortedPropertyList(java.lang.Object propertyName)
           
 
Method Summary
 void addList(org.openscience.cdk.interfaces.IAtomContainerSet atomcontainers)
           
 void addProperty(java.lang.Object o, int index)
           
 void clear()
           
 int getOriginalIndexOf(int index)
           
 int getOriginalIndexOf(java.lang.Object elem)
           
 java.lang.Object getPropertyName()
           
 int indexOf(java.lang.Object elem)
           
 int lastIndexOf(java.lang.Object elem)
           
 void setPropertyName(java.lang.Object propertyName)
           
 void sort(boolean ascending)
           
 java.lang.String toString()
           
 
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
 

Field Detail

propertyName

protected java.lang.Object propertyName
Constructor Detail

SortedPropertyList

public SortedPropertyList(java.lang.Object propertyName)
Method Detail

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.