A B C D E F G H I K L M N O P Q R S T U V W X Y

K

KDTree<E> - Class in goldman.collection.spatial
The k-d tree cycles among the k dimensions, dividing each region by a halfspace with respect to the dimensions associated with that level.
KDTree(Comparator<? super E>...) - Constructor for class goldman.collection.spatial.KDTree
 
KeyAlreadyInUseException - Exception in goldman.collection.tagged.set
The KeyAlreadyInUseException is thrown by a set data structure when there is an attempt to insert a tagged element in which the key (tag) is equivalent to the key of a tagged element held in the collection.
KeyAlreadyInUseException() - Constructor for exception goldman.collection.tagged.set.KeyAlreadyInUseException
 
kruskalMST() - Method in class goldman.graph.AbstractWeightedGraph
 
kruskalMST() - Method in interface goldman.graph.WeightedGraph
Uses Kruskal's minimum spanning tree to return a set of edges that form a minimum spanning tree for this graph.

A B C D E F G H I K L M N O P Q R S T U V W X Y