org.apache.camel.component.flatpack
Class DataSetList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<Map<String,Object>>
          extended by org.apache.camel.component.flatpack.DataSetList
All Implemented Interfaces:
Iterable<Map<String,Object>>, Collection<Map<String,Object>>, List<Map<String,Object>>

public class DataSetList
extends AbstractList<Map<String,Object>>

Version:

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
DataSetList(net.sf.flatpack.DataSet dataSet)
           
 
Method Summary
 Map<String,Object> get(int index)
           
 Iterator<Map<String,Object>> iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 

Constructor Detail

DataSetList

public DataSetList(net.sf.flatpack.DataSet dataSet)
Method Detail

get

public Map<String,Object> get(int index)
Specified by:
get in interface List<Map<String,Object>>
Specified by:
get in class AbstractList<Map<String,Object>>

size

public int size()
Specified by:
size in interface Collection<Map<String,Object>>
Specified by:
size in interface List<Map<String,Object>>
Specified by:
size in class AbstractCollection<Map<String,Object>>

iterator

public Iterator<Map<String,Object>> iterator()
Specified by:
iterator in interface Iterable<Map<String,Object>>
Specified by:
iterator in interface Collection<Map<String,Object>>
Specified by:
iterator in interface List<Map<String,Object>>
Overrides:
iterator in class AbstractList<Map<String,Object>>


Apache Camel