org.faktorips.runtime.caching
Class AbstractComputable<K,V>

java.lang.Object
  extended by 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>


Constructor Summary
AbstractComputable(Class<? super V> valueClass)
           
 
Method Summary
 Class<? super V> getValueClass()
          Getting the Class of the value this computable produces.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.faktorips.runtime.caching.IComputable
compute
 

Constructor Detail

AbstractComputable

public AbstractComputable(Class<? super V> valueClass)
Method Detail

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.