Class EndIterator


  • public class EndIterator
    extends Object
    Singleton object with no state that is used to signal that an iterator has reached the end. This is useful for serialization/deserialization so you don't have to query the total number of elements.
    Since:
    9.0
    Author:
    wburns
    • Method Detail

      • getInstance

        public static EndIterator getInstance()