public class Element extends Object implements Comparable<Element>
public Element(Object object, double cost)
public static Element getRandomElement()
public static Element getRandomElement(double cost)
public int compareTo(Element element)
compareTo in interface Comparable<Element>public double getCost()
public Object getObject()
Copyright © 2014. All rights reserved.