|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--velosurf.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 |
|
Field Detail |
protected java.lang.Object[] mKeys
Constructor Detail |
public Cache.ArrayKey(java.lang.Object[] inKeys)
inKeys
- key valuesMethod Detail |
public boolean equals(java.lang.Object inSource)
equals
in class java.lang.Object
inSource
- source arraypublic int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |