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