Class ReverseShortIterable.ReverseShortIterator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int currentIndex
      Index of element to be returned by subsequent call to next.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      short next()  
      • Methods inherited from class java.lang.Object

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

      • currentIndex

        private int currentIndex
        Index of element to be returned by subsequent call to next.
    • Constructor Detail

      • ReverseShortIterator

        private ReverseShortIterator()