|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Producer<T>
This interface is implemented by objects that produce one instance of something, for instance a file or an XML document.
Method Summary | |
---|---|
T |
get()
Returns the produced object, or null if nothing is produced
yet. |
Method Detail |
---|
T get()
null
if nothing is produced
yet.
This method should be implemented thread-safe.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |