Package org.aspectj.weaver.tools.cache
Class AbstractIndexedFileCacheBacking.IndexEntry
- java.lang.Object
-
- org.aspectj.weaver.tools.cache.AbstractIndexedFileCacheBacking.IndexEntry
-
- All Implemented Interfaces:
Serializable,Cloneable
- Enclosing class:
- AbstractIndexedFileCacheBacking
public static class AbstractIndexedFileCacheBacking.IndexEntry extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IndexEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractIndexedFileCacheBacking.IndexEntryclone()booleanequals(Object obj)inthashCode()StringtoString()
-
-
-
Field Detail
-
key
public String key
-
generated
public boolean generated
-
ignored
public boolean ignored
-
crcClass
public long crcClass
-
crcWeaved
public long crcWeaved
-
-
Method Detail
-
clone
public AbstractIndexedFileCacheBacking.IndexEntry clone()
-
-