Package org.apache.lucene.util
Class DoubleBarrelLRUCache.CloneableKey
- java.lang.Object
-
- org.apache.lucene.util.DoubleBarrelLRUCache.CloneableKey
-
- Enclosing class:
- DoubleBarrelLRUCache<K extends DoubleBarrelLRUCache.CloneableKey,V>
public abstract static class DoubleBarrelLRUCache.CloneableKey extends Object
Object providing clone(); the key class must subclass this.
-
-
Constructor Summary
Constructors Constructor Description CloneableKey()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract DoubleBarrelLRUCache.CloneableKey
clone()
-
-
-
Method Detail
-
clone
public abstract DoubleBarrelLRUCache.CloneableKey clone()
-
-