public abstract class AbstractComputable<K,V> extends Object implements IComputable<K,V>
| Constructor and Description |
|---|
AbstractComputable(Class<? super V> valueClass) |
| Modifier and Type | Method and Description |
|---|---|
Class<? super V> |
getValueClass()
Getting the
Class of the value this computable produces. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomputepublic Class<? super V> getValueClass()
IComputableClass of the value this computable produces.getValueClass in interface IComputable<K,V>Copyright © 2017. All rights reserved.