|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisad.data.netcdf.QuantityDBImpl.NameKey
protected static class QuantityDBImpl.NameKey
Provides support for keys to the name map. Immutable.
Constructor Summary | |
---|---|
protected |
QuantityDBImpl.NameKey(java.lang.String name)
Constructs from the name of a quantity. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object obj)
Compare this key to another. |
java.lang.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(java.lang.String name)
name
- The name of the quantity.Method Detail |
---|
public int compareTo(java.lang.Object obj) throws java.lang.ClassCastException
compareTo
in interface java.lang.Comparable
java.lang.ClassCastException
public java.lang.String getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |