|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.spi.config.cache.CompoundKey
public class CompoundKey
A compound key consists of two key parts the virtual cache name and the name of the property key. A virtual cache is opened e.g. for configuration keys.
Constructor Summary | |
---|---|
CompoundKey(String name, Object key) Constructor to crate a compound key. |
Method Summary | |
---|---|
boolean |
equals(Object object) |
Object |
getKey() Returns the real key. |
String |
getName() Returns the name of the virtual cache (e. g. configuration key). |
int |
hashCode() |
String |
toString() Returns the string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CompoundKey(String name, Object key)
name
- the name of the virtual cache (e.
key
- the real key.
Method Detail |
---|
public String getName()
public Object getKey()
public int hashCode()
hashCode
in class
Object
public boolean equals(Object object)
equals
in class
Object
public String toString()
toString
in class
Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |