public class POS extends Object implements Comparable<POS>
int
p
float
s
w
POS(int p, float s)
compareTo(POS o)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public int p
public float s
public int w
public POS(int p, float s)
public int compareTo(POS o)
compareTo
Comparable<POS>
public String toString()
toString
Object
Copyright © 2013. All rights reserved.