Class AbstractTupleIndexTree.IndexTupleList

java.lang.Object
org.drools.core.util.LinkedList<TupleImpl>
org.drools.core.util.index.TupleList
org.drools.core.util.index.AbstractTupleIndexTree.IndexTupleList
All Implemented Interfaces:
Externalizable, Serializable, TupleMemory, SingleLinkedEntry<TupleList>
Enclosing class:
AbstractTupleIndexTree

public static class AbstractTupleIndexTree.IndexTupleList extends TupleList
See Also:
  • Constructor Details

    • IndexTupleList

      public IndexTupleList(Comparable key)
  • Method Details