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.