class zpp_nape.space.ZPP_Island

import zpp_nape.space.Space;

Available on all platforms

Class Fields

static var zpp_pool:ZPP_Island

Instance Fields

function new():Void

function addAll(x:ZPP_Island):Void

function alloc():Void

function at(ind:Int):ZPP_Island

function back():ZPP_Island

function begin():ZPP_Island

function clear():Void

function elem():ZPP_Island

function empty():Bool

function free():Void

function front():ZPP_Island

function has(obj:ZPP_Island):Bool

function inlined_clear():Void

function inlined_pop():Void

function iterator_at(ind:Int):ZPP_Island

function pop():Void

function remove(obj:ZPP_Island):Void

function reverse():Void

function size():Int

function splice(pre:ZPP_Island, n:Int):ZPP_Island

function try_remove(obj:ZPP_Island):Bool