com.northconcepts.datapipeline.core
Class RecordList
java.lang.Object
com.northconcepts.datapipeline.core.RecordList
- All Implemented Interfaces:
- Cloneable
public class RecordList
- extends Object
- implements Cloneable
|
Field Summary |
static org.apache.log4j.Logger |
log
|
log
public static final org.apache.log4j.Logger log
RecordList
public RecordList()
RecordList
public RecordList(int initialCapacity)
RecordList
public RecordList(Record... records)
clone
public Object clone()
- Overrides:
clone in class Object
getRecords
public List<Record> getRecords()
getRecordCount
public int getRecordCount()
get
public Record get(int index)
add
public RecordList add(Record... records)
add
public RecordList add(int index,
Record record)
set
public RecordList set(int index,
Record record)
move
public RecordList move(int oldIndex,
int newIndex)
sublist
public RecordList sublist(int fromIndex,
int toIndex,
boolean cloneRecords)
sublist
public RecordList sublist(int fromIndex,
boolean cloneRecords)
clear
public void clear()
sort
public RecordList sort(RecordComparator comparator,
boolean cacheFieldIndexes)
sort
public RecordList sort(RecordComparator comparator)
findFirst
public int findFirst(Filter filter,
int from)
findLast
public int findLast(Filter filter,
int from)
findAll
public RecordList findAll(Filter filter)
getSizeInBytes
public long getSizeInBytes()
Copyright (c) 2007-2012 North Concepts Inc. All Rights Reserved.