Class Item
- java.lang.Object
-
- org.exoplatform.services.cache.concurrent.Item
-
public class Item extends Object
- Version:
- $Revision$
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description Item()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)This is final on purpose, we rely on object equality in the concurrent hasinthashCode()This is final on purpose, we rely on object equality in the concurrent has
-
-
-
Method Detail
-
equals
public final boolean equals(Object obj)
This is final on purpose, we rely on object equality in the concurrent has
-
-