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