|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gridsystems.nextgrid.api.builder.Cache.CacheEntry<T>
public static class Cache.CacheEntry<T>
Equivalent to Map.Entry, but this one can be instantiated.
Constructor Summary | |
---|---|
Cache.CacheEntry(java.net.URI key,
T value)
Creates a new instance. |
Method Summary | |
---|---|
java.net.URI |
getKey()
Gets the key. |
T |
getValue()
Gets the value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Cache.CacheEntry(java.net.URI key, T value)
key
- Key URIvalue
- Mapped valueMethod Detail |
---|
public java.net.URI getKey()
public T getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |