public interface IElementComparer
equals and hashCode implementations of the
elements themselves.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object a,
java.lang.Object b)
Compares two elements for equality
|
int |
hashCode(java.lang.Object element)
Returns the hash code for the given element.
|
boolean equals(java.lang.Object a,
java.lang.Object b)
a - the first elementb - the second elementint hashCode(java.lang.Object element)
element - the element the hash code is calculated for
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.