Function<F,T>
public abstract class MemoizeFunction<F,T> extends Object implements Function<F,T>
MemoizeFunction()
T
apply(F key)
abstract T
calc(F n)
andThen, compose, identity
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MemoizeFunction()
public abstract T calc(F n)
public T apply(F key)
apply
Copyright © 2018. All rights reserved.