Class ObjectMemoryList<T extends StoredObject>

java.lang.Object
com.storedobject.core.MemoryCache<T>
com.storedobject.core.ObjectMemoryList<T>
All Implemented Interfaces:
Filtered<T>, FilterMethods<T>, ObjectList<T>, ObjectLoader<T>, Iterable<T>, Collection<T>, List<T>, SequencedCollection<T>

public class ObjectMemoryList<T extends StoredObject> extends MemoryCache<T> implements ObjectList<T>