Package com.googlecode.whatswrong.javautils

The javautils package contains classes that are generally useful and not specific to any kind of project.

See:
          Description

Class Summary
Counter<T> A Counter counts objects of class T.
HashMultiMapArrayList<K,V> A HashMultiMapArrayList is a mapping from keys to array lists of values.
HashMultiMapLinkedList<K,V> A HashMultiMapLinkedList is a mapping from keys to linked lists of associated values.
Pair<A1,A2> A Pair is a typed pair of objects.
 

Package com.googlecode.whatswrong.javautils Description

The javautils package contains classes that are generally useful and not specific to any kind of project.



Copyright © 2010. All Rights Reserved.