uk.ac.ebi.intenz.webapp.utilities
Class AutoGrowingList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList
              extended by uk.ac.ebi.intenz.webapp.utilities.AutoGrowingList
All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, List, RandomAccess

public class AutoGrowingList
extends ArrayList

AutoGrowingList

Version:
$Revision: 1.2 $ $Date: 2008/01/28 12:33:09 $
Author:
pmatos
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
AutoGrowingList(Class clazz)
           
 
Method Summary
 Object get(int index)
           
 Object set(int index, Object obj)
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, 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, toString
 
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
 

Constructor Detail

AutoGrowingList

public AutoGrowingList(Class clazz)
Method Detail

get

public Object get(int index)
Specified by:
get in interface List
Overrides:
get in class ArrayList

set

public Object set(int index,
                  Object obj)
Specified by:
set in interface List
Overrides:
set in class ArrayList


Copyright © 2013 EMBL-EBI. All Rights Reserved.