Class LoopTool.Equals

  • All Implemented Interfaces:
    LoopTool.Condition
    Enclosing class:
    LoopTool

    public static class LoopTool.Equals
    extends LoopTool.Comparison
    Simple condition that checks elements in the iterator for equality to a specified Object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Equals​(java.lang.Object compare)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • Equals

        public Equals​(java.lang.Object compare)
    • Method Detail

      • test

        public boolean test​(java.lang.Object value)