class zpp_nape.util.ZPP_Set_ZPP_CbSetPair
import zpp_nape.util.RBTree;
Available on all platforms
static var zpp_pool:ZPP_Set_ZPP_CbSetPair
var colour:Int
var data:ZPP_CbSetPair
var next:ZPP_Set_ZPP_CbSetPair
var parent:ZPP_Set_ZPP_CbSetPair
var prev:ZPP_Set_ZPP_CbSetPair
function new():Void
function __fix_dbl_red(x:ZPP_Set_ZPP_CbSetPair):Void
function __fix_neg_red(negred:ZPP_Set_ZPP_CbSetPair):Void
function alloc():Void
function clear():Void
function clear_with(lambda:ZPP_CbSetPair ->Void):Void
function empty():Bool
function find(obj:ZPP_CbSetPair):ZPP_Set_ZPP_CbSetPair
function find_weak(obj:ZPP_CbSetPair):ZPP_Set_ZPP_CbSetPair
function first():ZPP_CbSetPair
function free():Void
function has(obj:ZPP_CbSetPair):Bool
function has_weak(obj:ZPP_CbSetPair):Bool
function insert(obj:ZPP_CbSetPair):ZPP_Set_ZPP_CbSetPair
function lower_bound(obj:ZPP_CbSetPair):ZPP_CbSetPair
function lt(:ZPP_CbSetPair, :ZPP_CbSetPair):Bool
function pop_front():ZPP_CbSetPair
function predecessor(obj:ZPP_CbSetPair):Null<ZPP_CbSetPair>
function predecessor_node(cur:ZPP_Set_ZPP_CbSetPair):ZPP_Set_ZPP_CbSetPair
function remove(obj:ZPP_CbSetPair):Void
function remove_node(cur:ZPP_Set_ZPP_CbSetPair):Void
function singular():Bool
function size():Int
function successor(obj:ZPP_CbSetPair):Null<ZPP_CbSetPair>
function successor_node(cur:ZPP_Set_ZPP_CbSetPair):ZPP_Set_ZPP_CbSetPair
function swapped(:ZPP_CbSetPair, :ZPP_CbSetPair):Void
function try_insert(obj:ZPP_CbSetPair):ZPP_Set_ZPP_CbSetPair
function try_insert_bool(obj:ZPP_CbSetPair):Bool
function verify():Bool