com.ejie.r01l.gip.list
Class R01LListElementCollection

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.ArrayList
              extended bycom.ejie.r01l.gip.list.R01LListElementCollection
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.util.List, java.util.RandomAccess, java.io.Serializable

public class R01LListElementCollection
extends java.util.ArrayList

See Also:
Serialized Form

Constructor Summary
R01LListElementCollection()
          Constructor por defecto de la clase
R01LListElementCollection(int initialCapacity)
          Constructor de la clase CListElementVector en la cual se pasa un tamaño inicial del vector
 
Method Summary
 R01LListElement findElement(java.lang.String cod)
          Busca en la lista un elemento R01LListElement cuyo código corresponda con el que se pasa
 java.lang.Object get(java.lang.String cod)
          Busca en la lista un elemento R01LListElement cuyo código corresponda con el que se pasa y devuelve el objeto correspondiente a los datos
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, 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, remove, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList
 

Constructor Detail

R01LListElementCollection

public R01LListElementCollection()
Constructor por defecto de la clase


R01LListElementCollection

public R01LListElementCollection(int initialCapacity)
Constructor de la clase CListElementVector en la cual se pasa un tamaño inicial del vector

Parameters:
initialCapacity - capacidad inicial
Method Detail

findElement

public R01LListElement findElement(java.lang.String cod)
Busca en la lista un elemento R01LListElement cuyo código corresponda con el que se pasa

Parameters:
cod - El código del elemento a buscar en el vector
Returns:
Un objeto R01LListElement con el elemento buscado

get

public java.lang.Object get(java.lang.String cod)
Busca en la lista un elemento R01LListElement cuyo código corresponda con el que se pasa y devuelve el objeto correspondiente a los datos

Parameters:
cod - El código del elemento a buscar en el vector
Returns:
Un objeto R01LListElement con el elemento buscado