Uses of Class
org.annotation.util.HashList

Packages that use HashList
org.annotation.wordfreak Provides main WordFreak functionality including data structures for annotation and the infrastructure for components to communicate. 
org.annotation.wordfreak.util Provides utility functionality for WordFreak which is specific to WordFreak. 
 

Uses of HashList in org.annotation.wordfreak
 

Fields in org.annotation.wordfreak declared as HashList
protected  HashList AnnotationTree.relations_per_annotation
          Mapping between annotation and every relation which references that annotation.
protected  HashList AnnotationTree.relations_per_type
          Mapping between a relation type and all the realtions of that type.
 

Uses of HashList in org.annotation.wordfreak.util
 

Methods in org.annotation.wordfreak.util that return HashList
static HashList Properties.constructPropertyValueMap(java.util.Iterator annotationIterator, java.lang.String propertyName)
           
 



Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.