ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
RedBlack.leftOf
ocean
util
container
RedBlack
RedBlack
* return left child of node p, or null if p is null
struct
RedBlack
(V, A = AttributeDummy)
static
Ref
leftOf
(
Ref
p
)
Meta
Source
See Implementation
ocean
util
container
RedBlack
RedBlack
aliases
Ref
Type
enums
RED
functions
checkImplementation
copyTree
count
countAttribute
dup
find
findAttribute
findFirst
fixAfterDeletion
fixAfterInsertion
insertLeft
insertRight
isRoot
leftmost
predecessor
remove
rightmost
root
rotateLeft
rotateRight
set
size
successor
static functions
colorOf
leftOf
parentOf
rightOf
setColor
swapPosition
variables
attribute
color
left
parent
right
value
* return left child of node p, or null if p is null