Package 

Class IdentitySet

    • Method Summary

      Modifier and Type Method Description
      boolean equals(Object thatObj) Checks if two identity sets contain same identities
      int hashCode()
      String toString() Stringifies the identity set in comma separated string value.Set Stringe.
      • Methods inherited from class java.lang.Object

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

      • equals

         boolean equals(Object thatObj)

        Checks if two identity sets contain same identities

        Parameters:
        thatObj - - the second object to which we are comparing
      • toString

        @NonNull() String toString()

        Stringifies the identity set in comma separated string value.Set Stringe.g {Email, Phone} => Email,Phone