static class FieldCacheImpl.CacheKey
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.Object |
custom |
(package private) java.lang.String |
field |
| Constructor and Description |
|---|
CacheKey(java.lang.String field,
java.lang.Object custom)
Creates one of these objects for a custom comparator/parser.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Two of these are equal iff they reference the same field and type.
|
int |
hashCode()
Composes a hashcode based on the field and type.
|