Class LevelDBFullPrunedBlockStore.LRUCache

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<ByteBuffer,UTXO>
org.bitcoinj.store.LevelDBFullPrunedBlockStore.LRUCache
All Implemented Interfaces:
Serializable, Cloneable, Map<ByteBuffer,UTXO>
Enclosing class:
LevelDBFullPrunedBlockStore

public class LevelDBFullPrunedBlockStore.LRUCache extends LinkedHashMap<ByteBuffer,UTXO>
See Also: