
gnu.trove.Equality Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of trove4j Show documentation
Show all versions of trove4j Show documentation
Fork of trove4j library used in IntelliJ Platform.
The newest version!
package gnu.trove;
public interface Equality {
Equality CANONICAL = new CanonicalEquality();
Equality IDENTITY = new IdentityEquality();
boolean equals(T o1, T o2);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy