|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectvelosurf.cache.Cache.ArrayKey
| Field Summary | |
protected java.lang.Object[] |
mKeys
the wrapped array |
| Constructor Summary | |
Cache.ArrayKey(java.lang.Object[] inKeys)
ArrayKey is a simple wrapper that provides a field-to-field equal method between encapsulated arrays |
|
| Method Summary | |
boolean |
equals(java.lang.Object inSource)
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[] mKeys
| Constructor Detail |
public Cache.ArrayKey(java.lang.Object[] inKeys)
inKeys - key values| Method Detail |
public boolean equals(java.lang.Object inSource)
inSource - source array
public int hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||