public static class ObjectTypeNode.ObjectTypeNodeMemory extends Object implements Memory
Modifier and Type | Field and Description |
---|---|
ObjectHashSet |
memory |
Modifier and Type | Method and Description |
---|---|
Memory |
getNext() |
short |
getNodeType() |
ObjectHashSet |
getObjectHashSet() |
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) |
String |
toString() |
public ObjectHashSet memory
public short getNodeType()
getNodeType
in interface Memory
public ObjectHashSet getObjectHashSet()
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.