org.drools.core.util
Interface Entry

All Known Subinterfaces:
LeftTuple
All Known Implementing Classes:
ConcurrentRightTuple, ConcurrentRightTupleList, LeftTupleImpl, LeftTupleList, ObjectHashMap.ObjectEntry, ObjectHashSet.ObjectEntry, Placeholders.PlaceholderEntry, RightTuple, RightTupleList

public interface Entry


Method Summary
 Entry getNext()
           
 void setNext(Entry next)
           
 

Method Detail

setNext

void setNext(Entry next)

getNext

Entry getNext()


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.