pl.edu.agh.cast.importer.base.data
Class RawDataRow
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.AbstractSequentialList<E>
java.util.LinkedList<String>
pl.edu.agh.cast.importer.base.data.RawDataRow
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<String>, Collection<String>, Deque<String>, List<String>, Queue<String>, IDataRow<String>
public class RawDataRow
- extends LinkedList<String>
- implements IDataRow<String>
Class, which represents one unanalyzed row (record) of data read from the source data file. It extends
LinkedList of Strings, which each represent one unanalyzed cell. Each position does not
have to map 1:1 to an appropriate domain model field.
- Author:
- AGH CAST Team
- See Also:
- Serialized Form
|
Constructor Summary |
RawDataRow(int inpRowNum)
The default constructor. |
| Methods inherited from class java.util.LinkedList |
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, toArray, toArray |
| Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
RawDataRow
public RawDataRow(int inpRowNum)
- The default constructor.
- Parameters:
inpRowNum - the row number from the input file
equals
public boolean equals(Object obj)
-
- Specified by:
equals in interface Collection<String>- Specified by:
equals in interface List<String>- Overrides:
equals in class AbstractList<String>
- See Also:
AbstractList.equals(java.lang.Object)
hashCode
public int hashCode()
-
- Specified by:
hashCode in interface Collection<String>- Specified by:
hashCode in interface List<String>- Overrides:
hashCode in class AbstractList<String>
- See Also:
AbstractList.hashCode()
toString
public String toString()
-
- Overrides:
toString in class AbstractCollection<String>
- See Also:
AbstractCollection.toString()
getInputRowNumber
public int getInputRowNumber()
- Retrieves the input row number.
- Specified by:
getInputRowNumber in interface IDataRow<String>
- Returns:
- row number
- See Also:
IDataRow.getInputRowNumber()
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.