Class EntryInfoKey<T>

java.lang.Object
java.lang.ref.Reference<T>
java.lang.ref.WeakReference<T>
com.j_spaces.core.client.version.EntryInfoKey<T>
Type Parameters:
T - the type of the Object that need be mapped to info.
Direct Known Subclasses:
MapEntryInfoKey

public class EntryInfoKey<T> extends WeakReference<T>
Key in the EntryInfo table.
Since:
5.0EAG Build#1400-010
Version:
1.0
Author:
Guy Korland
  • Field Details

    • _hashCode

      protected int _hashCode
  • Constructor Details

    • EntryInfoKey

      public EntryInfoKey(T referent, ReferenceQueue<Object> queue)
      Creates a new key for the VersionTable.
      Parameters:
      referent - reference for the Object that should be mapped
      queue - Queue for the cleaner
    • EntryInfoKey

      public EntryInfoKey(T referent)
      Creates a new key for the VersionTable, used by the find
  • Method Details