Package org.jgroups

Class BatchMessage.BatchMessageIterator

  • All Implemented Interfaces:
    java.util.Iterator<Message>
    Enclosing class:
    BatchMessage

    protected class BatchMessage.BatchMessageIterator
    extends java.lang.Object
    implements java.util.Iterator<Message>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int current_index  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BatchMessageIterator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      Message next()  
      • 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, remove
    • Field Detail

      • current_index

        protected int current_index
    • Constructor Detail

      • BatchMessageIterator

        protected BatchMessageIterator()
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<Message>
      • next

        public Message next()
        Specified by:
        next in interface java.util.Iterator<Message>