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