Home
last modified time | relevance | path

Searched refs:color (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DTreeMap.java2089 boolean color = BLACK; field in TreeMap.TreeMapEntry
2230 return (p == null ? BLACK : p.color); in colorOf()
2239 p.color = c; in setColor()
2288 x.color = RED; in fixAfterInsertion()
2290 while (x != null && x != root && x.parent.color == RED) { in fixAfterInsertion()
2325 root.color = BLACK; in fixAfterInsertion()
2361 if (p.color == BLACK) in deleteEntry()
2366 if (p.color == BLACK) in deleteEntry()
2605 middle.color = RED; in buildFromSorted()