Interface IObjectRegistry<V>
-
- All Superinterfaces:
java.lang.Iterable<V>
- All Known Implementing Classes:
ObjectRegistry
public interface IObjectRegistry<V> extends java.lang.Iterable<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisEmpty()voidregister(V value)
-
-
-
Method Detail
-
register
void register(V value)
-
isEmpty
boolean isEmpty()
-
-