org.scijava.object
Interface LazyObjects<T>


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.

Author:
Curtis Rueden

Method Summary
 Collection<T> get()
          Gets the collection of objects.
 

Method Detail

get

Collection<T> get()
Gets the collection of objects.



Copyright © 2009–2015 SciJava. All rights reserved.