public class DirectionalCacheKey extends Object
Modifier and Type | Field and Description |
---|---|
private Object |
cacheKey |
private ChildNodeDirection |
direction |
Constructor and Description |
---|
DirectionalCacheKey(Object cacheKey,
ChildNodeDirection direction) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
Object |
unwrap()
Get the original cache key passed to the constructor.
|
private final Object cacheKey
private final ChildNodeDirection direction
public DirectionalCacheKey(Object cacheKey, ChildNodeDirection direction)