Class ObjectRegistry<V>
- java.lang.Object
-
- net.anwiba.commons.utilities.registry.ObjectRegistry<V>
-
- All Implemented Interfaces:
java.lang.Iterable<V>,IObjectRegistry<V>
public class ObjectRegistry<V> extends java.lang.Object implements IObjectRegistry<V>
-
-
Constructor Summary
Constructors Constructor Description ObjectRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEmpty()java.util.Iterator<V>iterator()voidregister(V value)
-
-
-
Method Detail
-
iterator
public java.util.Iterator<V> iterator()
- Specified by:
iteratorin interfacejava.lang.Iterable<V>
-
register
public void register(V value)
- Specified by:
registerin interfaceIObjectRegistry<V>
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceIObjectRegistry<V>
-
-