public interface LazyObjects<T>
ObjectIndex
can request
creation of objects only when they are needed.Modifier and Type | Method and Description |
---|---|
Collection<T> |
get()
Gets the collection of objects.
|
Collection<T> get()
Copyright © 2009–2016 SciJava. All rights reserved.