Class CharDelegateMap<P>

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.util.CharDelegateMap<P>
All Implemented Interfaces:
Cloneable, CharArrayMapper<P>
Direct Known Subclasses:
HashtableOfPackage

public class CharDelegateMap<P> extends Object implements CharArrayMapper<P>
This map uses a specialized implementation for few elements. Because compiler lookups are typically small maps.
Author:
jkubitz