public class Unit extends Object implements Comparable<Unit>
Since all instances are identical, Unit is a singleton.
Unit
static Unit
INSTANCE
int
compareTo(Unit that)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final Unit INSTANCE
public int compareTo(Unit that)
compareTo
Comparable<Unit>
public String toString()
toString
Object
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.