Class SimpleSetOfCharArray

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray
All Implemented Interfaces:
Cloneable

public final class SimpleSetOfCharArray extends Object implements Cloneable
A simple lookup table is a non-synchronized Hashtable, whose keys and values are char[]. It also uses linear probing to resolve collisions rather than a linked list of hash table entries.
  • Field Details

    • values

      public char[][] values
    • elementSize

      public int elementSize
    • threshold

      public int threshold
  • Constructor Details

    • SimpleSetOfCharArray

      public SimpleSetOfCharArray()
    • SimpleSetOfCharArray

      public SimpleSetOfCharArray(int size)
  • Method Details