Class MapCSSRuleIndex.RuleCandidatesIterator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int next  
      private java.util.BitSet ruleCandidates  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RuleCandidatesIterator​(java.util.BitSet ruleCandidates)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      MapCSSRule next()  
      void prepare()
      Call this before using the iterator.
      void remove()  
      void visitKeyValue​(Tagged p, java.lang.String key, java.lang.String value)
      This method gets called for every tag received.
      • 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
    • Method Detail

      • hasNext

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

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

        public void visitKeyValue​(Tagged p,
                                  java.lang.String key,
                                  java.lang.String value)
        Description copied from interface: KeyValueVisitor
        This method gets called for every tag received.
        Specified by:
        visitKeyValue in interface KeyValueVisitor
        Parameters:
        p - This primitive
        key - The key
        value - The value
      • prepare

        public void prepare()
        Call this before using the iterator.