Class SearchCompiler.Nth

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean modulo  
      private int nthObject  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Nth​(int nth, boolean modulo)  
      (package private) Nth​(PushbackTokenizer tokenizer, boolean modulo)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      boolean match​(OsmPrimitive osm)
      Tests whether the primitive matches this criterion.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or