public class ThreadLocalFactory<I,E> extends Object implements Factory<I,E>, Delegatable<Factory<I,E>>
ThreadLocalFactory(Factory<I,E> delegate)
void
clear()
E
get(I input)
Factory<I,E>
getDelegate()
setDelegate(Factory<I,E> delegate)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ThreadLocalFactory(Factory<I,E> delegate)
public Factory<I,E> getDelegate()
getDelegate
Delegatable<Factory<I,E>>
public void setDelegate(Factory<I,E> delegate)
setDelegate
public E get(I input)
get
Supplier<I,E>
public void clear()
Copyright © 2019. All rights reserved.