Klasse SimpleLookupTable

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

public final class SimpleLookupTable 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.