API documentation
class org.aswing.tree.TreePathMap
A hash map that accept TreePath key. @author paling
function new(): Void
function clear(): Void
function clone(): TreePathMap
Return a same copy of HashMap object
function containsKey(key:TreePath): Bool
function containsValue(value:Dynamic): Bool
function get(key:TreePath): Dynamic
function getValue(key:TreePath): Dynamic
function isEmpty(): Bool
function keys(): Iterator<TreePath>
function put(key:TreePath, value:Dynamic): Void
function remove(key:TreePath): Dynamic
function size(): Int
function toString(): String
function values(): Iterator<Dynamic>
Returns an Array of the values in this HashMap.