Class LocaleMatcher.LsrIterator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int bestDesiredIndex  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LsrIterator()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract void rememberCurrent​(int desiredIndex)  
      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, hasNext, next
    • Field Detail

      • bestDesiredIndex

        int bestDesiredIndex
    • Constructor Detail

      • LsrIterator

        private LsrIterator()
    • Method Detail

      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<LSR>
      • rememberCurrent

        public abstract void rememberCurrent​(int desiredIndex)