|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.reteoo.CompositeObjectSinkAdapter.FieldIndex
public static class CompositeObjectSinkAdapter.FieldIndex
| Constructor Summary | |
|---|---|
CompositeObjectSinkAdapter.FieldIndex()
|
|
CompositeObjectSinkAdapter.FieldIndex(int index,
InternalReadAccessor fieldExtractor)
|
|
| Method Summary | |
|---|---|
void |
decreaseCounter()
|
int |
getCount()
|
ReadAccessor |
getFieldExtactor()
|
InternalReadAccessor |
getFieldExtractor()
|
int |
getIndex()
|
LinkedListNode |
getNext()
Returns the next node |
LinkedListNode |
getPrevious()
Returns the previous node |
void |
increaseCounter()
|
boolean |
isHashed()
|
void |
readExternal(ObjectInput in)
|
void |
setHashed(boolean hashed)
|
void |
setNext(Entry next)
|
void |
setNext(LinkedListNode next)
Sets the next node |
void |
setPrevious(LinkedListNode previous)
Sets the previous node |
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompositeObjectSinkAdapter.FieldIndex()
public CompositeObjectSinkAdapter.FieldIndex(int index,
InternalReadAccessor fieldExtractor)
| Method Detail |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOExceptionpublic InternalReadAccessor getFieldExtractor()
public int getIndex()
public int getCount()
public ReadAccessor getFieldExtactor()
public boolean isHashed()
public void setHashed(boolean hashed)
public void increaseCounter()
public void decreaseCounter()
public LinkedListNode getNext()
LinkedListNode
getNext in interface EntrygetNext in interface LinkedListNodepublic LinkedListNode getPrevious()
LinkedListNode
getPrevious in interface LinkedListNodepublic void setNext(LinkedListNode next)
LinkedListNode
setNext in interface LinkedListNodenext - The next LinkedListNodepublic void setPrevious(LinkedListNode previous)
LinkedListNode
setPrevious in interface LinkedListNodeprevious - The previous LinkedListNodepublic void setNext(Entry next)
setNext in interface Entry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||