Modifier and Type | Field and Description |
---|---|
private Map.Entry<Referrer<K>,Referrer<V>> |
entry |
private ReferenceQueuingFactory<V,Referrer<V>> |
rqf |
Constructor and Description |
---|
ReferenceEntryFacade(Map.Entry<Referrer<K>,Referrer<V>> entry,
ReferenceQueuingFactory<V,Referrer<V>> rqf) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Implementation copied directly from Entry javadoc.
|
K |
getKey() |
V |
getValue() |
int |
hashCode()
Implementation copied directly from Entry javadoc.
|
V |
setValue(V value) |
private Referrer<V> |
wrapVal(V val,
boolean enque) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
private final ReferenceQueuingFactory<V,Referrer<V>> rqf
public int hashCode()
public boolean equals(Object o)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.