Class RankedBindings.Itr

  • All Implemented Interfaces:
    java.util.Iterator<com.google.inject.Binding<T>>
    Enclosing class:
    RankedBindings<T>

    final class RankedBindings.Itr
    extends java.lang.Object
    implements java.util.Iterator<com.google.inject.Binding<T>>
    Binding iterator that only subscribes to BindingPublishers as required.
    • Constructor Summary

      Constructors 
      Constructor Description
      Itr()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      com.google.inject.Binding<T> next()  
      int rank()  
      void remove()  
      • Methods inherited from class java.lang.Object

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

        forEachRemaining
    • Constructor Detail

      • Itr

        Itr()
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<com.google.inject.Binding<T>>
      • next

        public com.google.inject.Binding<T> next()
        Specified by:
        next in interface java.util.Iterator<com.google.inject.Binding<T>>
      • rank

        public int rank()
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<com.google.inject.Binding<T>>