|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.database.variable.Variable.Key
public static class Variable.Key
The Key class caches Variable names.
Method Summary | |
---|---|
int |
compareTo(Variable.Key that)
Compares Variable Keys by their names. |
java.lang.String |
getName()
Method to return the name of this Key object. |
boolean |
isAttribute()
Method to return if this Variable.Key is a User Attribute. |
static void |
printStatistics()
Print statistics about Variable Keys. |
java.lang.String |
toString()
Returns a printable version of this Key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
public boolean isAttribute()
public int compareTo(Variable.Key that)
compareTo
in interface java.lang.Comparable<Variable.Key>
that
- the other Variable Key.
public java.lang.String toString()
toString
in class java.lang.Object
public static void printStatistics()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |