Class 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
      boolean isEmpty()  
      java.util.Iterator<V> iterator()  
      void register​(V value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • ObjectRegistry

        public ObjectRegistry()
    • Method Detail

      • iterator

        public java.util.Iterator<V> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<V>