public abstract class Entry<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
protected abstract int |
computeHash(T entry2) |
boolean |
equals(Object obj) |
protected abstract boolean |
equals(T entry2,
T entry3) |
int |
hashCode() |
Copyright © 2018. All rights reserved.