Uses of Class
java.util.Hashtable

Packages that use Hashtable
java.util Utilities 
net.sf.antcontrib.cpptasks   
 

Uses of Hashtable in java.util
 

Subclasses of Hashtable in java.util
 class Properties
          Properties class, used to store properties using a key, and retrieving properties with a key.
 

Uses of Hashtable in net.sf.antcontrib.cpptasks
 

Methods in net.sf.antcontrib.cpptasks that return Hashtable
static Hashtable CCTask.getTargetsToBuildByConfiguration(Hashtable targets)
          Builds a Hashtable to targets needing to be rebuilt keyed by compiler configuration
 

Methods in net.sf.antcontrib.cpptasks with parameters of type Hashtable
protected  int CCTask.checkForChangedIncludeFiles(Hashtable targets)
          Checks all targets that are not forced to be rebuilt or are missing object files to be checked for modified include files
protected  TargetInfo CCTask.getLinkTarget(LinkerConfiguration linkerConfig, Vector objectFiles, Vector sysObjectFiles, Hashtable compileTargets)
           
static Hashtable CCTask.getTargetsToBuildByConfiguration(Hashtable targets)
          Builds a Hashtable to targets needing to be rebuilt keyed by compiler configuration
 void TargetHistoryTable.markForRebuild(Hashtable targetInfos)
           
 

Constructors in net.sf.antcontrib.cpptasks with parameters of type Hashtable
TargetMatcher(CCTask task, File outputDir, ProcessorConfiguration[] processors, LinkerConfiguration linker, Vector objectFiles, Hashtable targets)