Class BaseFragListBuilder.IteratorQueue<T>

  • Enclosing class:
    BaseFragListBuilder

    private static final class BaseFragListBuilder.IteratorQueue<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Iterator<T> iter  
      private T top  
    • Constructor Summary

      Constructors 
      Constructor Description
      IteratorQueue​(java.util.Iterator<T> iter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T removeTop()  
      T top()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • iter

        private final java.util.Iterator<T> iter
      • top

        private T top
    • Constructor Detail

      • IteratorQueue

        public IteratorQueue​(java.util.Iterator<T> iter)
    • Method Detail

      • top

        public T top()
      • removeTop

        public T removeTop()