Package org.eclipse.jdt.internal.compiler.util

Interface Summary
SuffixConstants  
Util.Displayable  
 

Class Summary
CompoundNameVector  
FloatUtil Internal utility for declaing with hexadecimal double and float literals.
GenericXMLWriter  
HashSetOfInt HashSet of Object[]
HashtableOfInt Hashtable for non-zero int keys.
HashtableOfIntValues Hashtable of {char[] --> int}
HashtableOfLong Hashtable for non-zero long keys.
HashtableOfObject Hashtable of {char[] --> Object }
HashtableOfObjectToInt Hashtable of {Object --> int }
HashtableOfObjectToIntArray Hashtable of {Object --> int[] }
HashtableOfPackage  
HashtableOfType  
Messages  
ObjectVector  
SimpleLookupTable A simple lookup table is a non-synchronized Hashtable, whose keys and values are Objects.
SimpleNameVector  
SimpleSet A simple lookup table is a non-synchronized Hashtable, whose keys and values are Objects.
SimpleSetOfCharArray A simple lookup table is a non-synchronized Hashtable, whose keys and values are char[].
Util