public interface FetchingBuffer<T extends FetchingElement>
void
add(T e)
List<T>
getList()
getList(int startIndex, int offset)
getList(Map<String,String> filterANDMap, int startIndex, int offset)
int
size()
void add(T e) throws Exception
Exception
List<T> getList() throws Exception
int size() throws Exception
List<T> getList(int startIndex, int offset) throws Exception
List<T> getList(Map<String,String> filterANDMap, int startIndex, int offset) throws Exception
Copyright © 2016. All Rights Reserved.