Uses of Class
com.googlecode.whatswrong.javautils.HashMultiMapLinkedList

Packages that use HashMultiMapLinkedList
com.googlecode.whatswrong The whatswrong package is the top-level package of What's Wrong With My NLP. 
com.googlecode.whatswrong.javautils The javautils package contains classes that are generally useful and not specific to any kind of project. 
 

Uses of HashMultiMapLinkedList in com.googlecode.whatswrong
 

Methods in com.googlecode.whatswrong with parameters of type HashMultiMapLinkedList
protected  int AbstractEdgeLayout.calculateDepth(HashMultiMapLinkedList<Edge,Edge> dominates, Counter<Edge> depth, Edge root)
          Calculate the number of edges under each edge and returns the max.
 

Uses of HashMultiMapLinkedList in com.googlecode.whatswrong.javautils
 

Methods in com.googlecode.whatswrong.javautils that return HashMultiMapLinkedList
 HashMultiMapLinkedList<K,V> HashMultiMapLinkedList.deepcopy()
          Creates a deep copy of this mapping.
 



Copyright © 2010. All Rights Reserved.