|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object visad.data.netcdf.QuantityDBImpl.NameKey
protected static class QuantityDBImpl.NameKey
Provides support for keys to the name map. Immutable.
Constructor Summary | |
---|---|
protected |
QuantityDBImpl.NameKey(String name)
Constructs from the name of a quantity. |
Method Summary | |
---|---|
int |
compareTo(Object obj)
Compare this key to another. |
String |
getName()
Returns the name of the quantity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected QuantityDBImpl.NameKey(String name)
name
- The name of the quantity.Method Detail |
---|
public int compareTo(Object obj) throws ClassCastException
compareTo
in interface Comparable
ClassCastException
public String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |