Klasse IntArrayDictionaryEntry

java.lang.Object
org.deidentifier.arx.framework.check.distribution.IntArrayDictionaryEntry

public class IntArrayDictionaryEntry extends Object
Implements an entry.
  • Konstruktordetails

    • IntArrayDictionaryEntry

      public IntArrayDictionaryEntry(int[] key, int hash, int value)
      Creates a new entry.
      Parameter:
      key - the key
      hash - the hash
      value - the value
  • Methodendetails

    • decRefCount

      public int decRefCount()
    • getHashcode

      public int getHashcode()
      Gets the hashcode of this class.
      Gibt zurück:
      the hashcode of this class
    • getKey

      public int[] getKey()
      Gets the key of this class.
      Gibt zurück:
      the key of this class
    • getNext

      public IntArrayDictionaryEntry getNext()
      Gets the next element in this bucket.
      Gibt zurück:
      the next element in this bucket
    • getValue

      public int getValue()
      Gets the value.
      Gibt zurück:
      the value
    • incRefCount

      public void incRefCount()
      Increments the reference counter
    • setNext

      public void setNext(IntArrayDictionaryEntry next)
      Sets next
      Parameter:
      next -