class zpp_nape.util.ZNPList_ZPP_Interactor
import zpp_nape.util.Lists;
Available on all platforms
var head:ZNPNode_ZPP_Interactor
var length:Int
var modified:Bool
var pushmod:Bool
function new():Void
function add(o:ZPP_Interactor):ZPP_Interactor
function addAll(x:ZNPList_ZPP_Interactor):Void
function at(ind:Int):ZPP_Interactor
function back():ZPP_Interactor
function begin():ZNPNode_ZPP_Interactor
function clear():Void
function empty():Bool
function erase(pre:ZNPNode_ZPP_Interactor):ZNPNode_ZPP_Interactor
function front():ZPP_Interactor
function has(obj:ZPP_Interactor):Bool
function inlined_add(o:ZPP_Interactor):ZPP_Interactor
function inlined_clear():Void
function inlined_erase(pre:ZNPNode_ZPP_Interactor):ZNPNode_ZPP_Interactor
function inlined_has(obj:ZPP_Interactor):Bool
function inlined_insert(cur:ZNPNode_ZPP_Interactor, o:ZPP_Interactor):ZNPNode_ZPP_Interactor
function inlined_pop():Void
function inlined_pop_unsafe():ZPP_Interactor
function inlined_remove(obj:ZPP_Interactor):Void
function inlined_try_remove(obj:ZPP_Interactor):Bool
function insert(cur:ZNPNode_ZPP_Interactor, o:ZPP_Interactor):ZNPNode_ZPP_Interactor
function iterator_at(ind:Int):ZNPNode_ZPP_Interactor
function pop():Void
function pop_unsafe():ZPP_Interactor
function remove(obj:ZPP_Interactor):Void
function reverse():Void
function setbegin(i:ZNPNode_ZPP_Interactor):Void
function size():Int
function splice(pre:ZNPNode_ZPP_Interactor, n:Int):ZNPNode_ZPP_Interactor
function try_remove(obj:ZPP_Interactor):Bool