|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvelosurf.cache.Cache.ArrayKey
public static final class Cache.ArrayKey
| Field Summary | |
|---|---|
protected java.lang.Object[] |
keys
the wrapped array |
| Constructor Summary | |
|---|---|
Cache.ArrayKey(java.lang.Object[] keys)
ArrayKey is a simple wrapper that provides a field-to-field equal method between encapsulated arrays |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object source)
checks the cell-to-cell equality of two arrays |
int |
hashCode()
hashcode of an array, based on the hashcode of its members |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Object[] keys
| Constructor Detail |
|---|
public Cache.ArrayKey(java.lang.Object[] keys)
keys - key values| Method Detail |
|---|
public boolean equals(java.lang.Object source)
equals in class java.lang.Objectsource - source array
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||