com.g2forge.alexandria.java.identity.StandardIdentity Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ax-java Show documentation
Show all versions of ax-java Show documentation
Standard Java library and the basis of the ${alexandria.name} project.
package com.g2forge.alexandria.java.identity;
import java.util.Objects;
import com.g2forge.alexandria.java.core.iface.ISingleton;
/**
* Standard implementation of {@link IIdentity} using the normal {@link Object#equals(Object)} and {@link Object#hashCode()} methods.
*
* @see SameIdentity
* @see IIdentity#standard()
*/
public class StandardIdentity implements IIdentity