java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.util.SimpleSet
Alle implementierten Schnittstellen:
Cloneable

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

    • values

      public Object[] values
    • elementSize

      public int elementSize
    • threshold

      public int threshold
  • Konstruktordetails

    • SimpleSet

      public SimpleSet()
    • SimpleSet

      public SimpleSet(int size)
  • Methodendetails