Uses of Class
ags.utils.dataStructures.trees.secondGenKD.KdTree.Status

Packages that use KdTree.Status
ags.utils.dataStructures.trees.secondGenKD Adapted Version of Rednaxela's Kd-tree implementation. 
 

Uses of KdTree.Status in ags.utils.dataStructures.trees.secondGenKD
 

Fields in ags.utils.dataStructures.trees.secondGenKD declared as KdTree.Status
private  KdTree.Status KdTree.status
           
 

Methods in ags.utils.dataStructures.trees.secondGenKD that return KdTree.Status
static KdTree.Status KdTree.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KdTree.Status[] KdTree.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.