Class EqualsComparator

  • All Implemented Interfaces:
    BinaryComparator

    public class EqualsComparator
    extends java.lang.Object
    implements BinaryComparator
    Author:
    Elias Ricken de Medeiros
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> java.lang.Boolean evaluate​(T left, T right)  
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • evaluate

        public <T> java.lang.Boolean evaluate​(T left,
                                              T right)
        Specified by:
        evaluate in interface BinaryComparator