@RestrictTo(value = Scope.LIBRARY) public class IdentitySet
Wrapper class of identities & related behaviors
boolean
equals(Object thatObj)
int
hashCode()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
boolean equals(Object thatObj)
Checks if two identity sets contain same identities
thatObj
int hashCode()
@NonNull() String toString()
Stringifies the identity set in comma separated string value.Set Stringe.g {Email, Phone} => Email,Phone