public abstract class AbstractSource<T> extends Object implements Source<T>
AbstractSource()
void
destroy(T value)
abstract T
newInstance()
abstract void
recycle(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractSource()
public abstract T newInstance()
Source
newInstance
Source<T>
public abstract void recycle(T value)
recycle
public void destroy(T value)
destroy
Copyright © 2021. All rights reserved.