com.etasoft.trans.map
Class axMap.axMapFindFast

java.lang.Object
  extended bycom.etasoft.trans.map.axMap.axMapFindFast
Enclosing class:
axMap

public class axMap.axMapFindFast
extends java.lang.Object

Map Find Fast implementation.


Constructor Summary
axMap.axMapFindFast()
           
 
Method Summary
 axMapObject findById(java.lang.Integer id)
          Find map object by Id.
 axMapObject findParentByObj(axMapObject mapObj)
          Find map parent for map object
 axMapRoot findRootByObj(axMapObject mapObj)
          Find axMapRoot for map object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

axMap.axMapFindFast

public axMap.axMapFindFast()
Method Detail

findById

public axMapObject findById(java.lang.Integer id)
Find map object by Id.


findRootByObj

public axMapRoot findRootByObj(axMapObject mapObj)
Find axMapRoot for map object.


findParentByObj

public axMapObject findParentByObj(axMapObject mapObj)
Find map parent for map object