Uses of Package
edu.neu.ccs.quick

Packages that use edu.neu.ccs.quick
edu.neu.ccs.gui Provides classes and interfaces for designing and implementing graphical interfaces and for the creation of paintable and mutatable objects.. 
edu.neu.ccs.quick Provides classes for quick initialization of standard collections and introduces classes based on pairs that combine features of lists and hashtables. 
 

Classes in edu.neu.ccs.quick used by edu.neu.ccs.gui
QuickHashMap
          QuickHashMap extends HashMap by adding one constructor and three methods putPairs, setPairs, and removeKeys that handle an array of Object at once.
StringObjectMap
          StringObjectMap encapsulates a structure that maintains a collection of String and Object pairs in such a way that the original order of pair entry is preserved and it is efficient to map a string to an object and vice versa.
StringObjectPair
          StringObjectPair constructs an immutable pair object from a non-null String and a non-null Object.
 

Classes in edu.neu.ccs.quick used by edu.neu.ccs.quick
Pair
          Pair constructs an immutable pair object from two non-null objects that are referred to as A and B.
StringObjectPair
          StringObjectPair constructs an immutable pair object from a non-null String and a non-null Object.