Class MapEntryInfoKey


public class MapEntryInfoKey extends EntryInfoKey<Object>
Key in the MapVersionTable.
Since:
5.0EAG Build#1400-010
Version:
1.0
Author:
Guy Korland
  • Constructor Details

    • MapEntryInfoKey

      public MapEntryInfoKey(Object value, Object key, ReferenceQueue<Object> queue)
      Creates a new MapEntryInfoKey, used to keep it in MapVersionTable.
      Parameters:
      value - the IMap value
      key - the IMap key
      queue - for the cleaner
    • MapEntryInfoKey

      public MapEntryInfoKey(Object value, Object key)
      Creates a new MapEntryInfoKey, used to find existing key in MapVersionTable.
      Parameters:
      value - the IMap value
      key - the IMap key
  • Method Details