Class SortedListMemory<T>

java.lang.Object
de.monochromata.anaphors.cog.memory.SortedListMemory<T>
Type Parameters:
T - The type of objects that the chunks in this memory can represents.
All Implemented Interfaces:
Memory<T>, ModifiableMemory<T>

public class SortedListMemory<T>
extends Object
implements Memory<T>, ModifiableMemory<T>
TODO: The size of the list should be limited
Since:
1.1.0