public abstract class SoftFactoryMap<T,V> extends java.lang.Object
SoftFactoryMap()
void
clear()
protected abstract V
create(T key)
V
get(T key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SoftFactoryMap()
protected abstract V create(T key)
public final V get(T key)
public void clear()
This is unofficial documentation and not affiliated with Jetbrains s.r.o. at all. We can not guarantee the correctness of this documentation.