public class State extends Object implements Comparable<State>
float
cost
Edge
edge
int
id
State(float cost, int id, Edge edge)
compareTo(State o)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public float cost
public int id
public Edge edge
public State(float cost, int id, Edge edge)
public int compareTo(State o)
compareTo
Comparable<State>
Copyright © 2014–2021 码农场. All rights reserved.