Class DoubleBarrelLRUCache.CloneableKey
Object providing clone(); the key class must subclass this.
Inherited Members
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.dll
Syntax
public abstract class DoubleBarrelLRUCache.CloneableKey
Methods
Clone()
Object providing clone(); the key class must subclass this.
Declaration
public abstract object Clone()
Returns
Type | Description |
---|---|
object |