Modifier and Type | Field and Description |
---|---|
ContextEntry |
context |
Constructor and Description |
---|
AlphaNode.AlphaMemory() |
Modifier and Type | Method and Description |
---|---|
Memory |
getNext() |
short |
getNodeType() |
Memory |
getPrevious()
Returns the previous node
|
SegmentMemory |
getSegmentMemory() |
void |
nullPrevNext() |
void |
setNext(Memory next) |
void |
setPrevious(Memory previous)
Sets the previous node
|
void |
setSegmentMemory(SegmentMemory segmentMemory) |
public ContextEntry context
public short getNodeType()
getNodeType
in interface Memory
public SegmentMemory getSegmentMemory()
getSegmentMemory
in interface Memory
public void setSegmentMemory(SegmentMemory segmentMemory)
setSegmentMemory
in interface Memory
public Memory getPrevious()
LinkedListNode
getPrevious
in interface LinkedListNode<Memory>
public void setPrevious(Memory previous)
LinkedListNode
setPrevious
in interface LinkedListNode<Memory>
previous
- The previous LinkedListNodepublic void nullPrevNext()
nullPrevNext
in interface LinkedListNode<Memory>
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.