Package ghidra.util.datastruct
Class RedBlackEntry<K,V>
- java.lang.Object
-
- ghidra.util.datastruct.RedBlackEntry<K,V>
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
public class RedBlackEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey()
RedBlackEntry<K,V>
getPredecessor()
RedBlackEntry<K,V>
getSuccessor()
V
getValue()
boolean
isDisposed()
V
setValue(V value)
-
-
-
Method Detail
-
getSuccessor
public RedBlackEntry<K,V> getSuccessor()
-
getPredecessor
public RedBlackEntry<K,V> getPredecessor()
-
isDisposed
public boolean isDisposed()
-
-