Class MultiStoredList<T>

java.lang.Object
com.j_spaces.kernel.list.MultiStoredList<T>
All Implemented Interfaces:
IObjectsList, IScanListIterator<T>
Direct Known Subclasses:
FifoGroupsMultiList

public class MultiStoredList<T> extends Object implements IScanListIterator<T>
List of stored lists. Used to create a union of several lists. For example for matching a collection of values. Note:The list doesn't support multithreaded.
Since:
8.0
Version:
1.0
Author:
anna