All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.xguzm.pathfinding.BHeapNode Maven / Gradle / Ivy

There is a newer version: 0.2.6
Show newest version
package org.xguzm.pathfinding;

public interface BHeapNode { //extends Comparable {
	void setIndex(int index);
	int getIndex();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy