Package org.opennms.core.collections
Interface LazySet.Loader<E>
-
- All Known Implementing Classes:
LazyResourceAttributeLoader
public static interface LazySet.Loader<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<E>
load()
-
-
-
Method Detail
-
load
java.util.Set<E> load()
-
-