|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LazyObjects<T>
Interface for objects created lazily. This interface provides a mechanism to
register a callback of sorts, so that the ObjectIndex
can request
creation of objects only when they are needed.
Method Summary | |
---|---|
Collection<T> |
get()
Gets the collection of objects. |
Method Detail |
---|
Collection<T> get()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |