org.exoplatform.services.cache.concurrent
Class Item
java.lang.Object
org.exoplatform.services.cache.concurrent.Item
public class Item
- extends Object
- Version:
- $Revision$
- Author:
- Julien Viet
|
Constructor Summary |
Item()
|
|
Method Summary |
boolean |
equals(Object obj)
This is final on purpose, we rely on object equality in the concurrent has |
int |
hashCode()
This is final on purpose, we rely on object equality in the concurrent has |
Item
public Item()
equals
public final boolean equals(Object obj)
- This is final on purpose, we rely on object equality in the concurrent has
- Overrides:
equals in class Object
hashCode
public final int hashCode()
- This is final on purpose, we rely on object equality in the concurrent has
- Overrides:
hashCode in class Object
Copyright © 2012 eXo Platform SAS. All Rights Reserved.