java.lang.Object
org.exoplatform.services.cache.concurrent.Item

public class Item extends Object
Version:
$Revision$
Author:
Julien Viet
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final boolean
    This is final on purpose, we rely on object equality in the concurrent has
    final int
    This is final on purpose, we rely on object equality in the concurrent has

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Item

      public Item()
  • Method Details

    • 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