Package ch.weetech.cache
Class CacheElement<K,V>
- java.lang.Object
-
- ch.weetech.cache.CacheElement<K,V>
-
public class CacheElement<K,V> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CacheElement(K key, V value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KgetKey()VgetValue()voidsetKey(K key)voidsetValue(V value)
-