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 KgetKey()RedBlackEntry<K,V>getPredecessor()RedBlackEntry<K,V>getSuccessor()VgetValue()booleanisDisposed()VsetValue(V value)
-
-
-
Method Detail
-
getSuccessor
public RedBlackEntry<K,V> getSuccessor()
-
getPredecessor
public RedBlackEntry<K,V> getPredecessor()
-
isDisposed
public boolean isDisposed()
-
-