org.apache.lucene.util
Class DoubleBarrelLRUCache.CloneableKey

java.lang.Object
  extended by org.apache.lucene.util.DoubleBarrelLRUCache.CloneableKey
Enclosing class:
DoubleBarrelLRUCache<K extends DoubleBarrelLRUCache.CloneableKey,V>

public abstract static class DoubleBarrelLRUCache.CloneableKey
extends Object


Constructor Summary
DoubleBarrelLRUCache.CloneableKey()
           
 
Method Summary
abstract  Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleBarrelLRUCache.CloneableKey

public DoubleBarrelLRUCache.CloneableKey()
Method Detail

clone

public abstract Object clone()
Overrides:
clone in class Object


Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.