T
- the generic typepublic class IntervalRBTreeNode<T> extends IntervalTreeNode<T,IntervalRBTreeNode<T>>
Modifier and Type | Field and Description |
---|---|
(package private) static int |
BLACK
The Constant BLACK.
|
int |
color
The color.
|
int |
n
The n.
|
(package private) static int |
RED
The Constant RED.
|
left, leftChild, lists, max, min, right, rightChild
Constructor and Description |
---|
IntervalRBTreeNode(int left,
int right,
int color,
int n)
Instantiates a new interval RB tree node.
|
static final int BLACK
static final int RED
public int color
public int n
Copyright © 2018 Meertens Institute. All rights reserved.