org.faktorips.runtime.caching
Class AbstractComputable<K,V>
java.lang.Object
org.faktorips.runtime.caching.AbstractComputable<K,V>
- All Implemented Interfaces:
- IComputable<K,V>
public abstract class AbstractComputable<K,V>
- extends Object
- implements IComputable<K,V>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractComputable
public AbstractComputable(Class<? super V> valueClass)
getValueClass
public Class<? super V> getValueClass()
- Description copied from interface:
IComputable
- Getting the
Class of the value this computable produces.
- Specified by:
getValueClass in interface IComputable<K,V>
Copyright © 2015. All rights reserved.