Class EqualityComparator


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

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

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

      • EqualityComparator

        public EqualityComparator()
    • Method Detail

      • areEquals

        public <T> java.lang.Boolean areEquals​(T left,
                                               T right)