Computer Science/61b/Homework/hw7/dict/IntDictionary.java
< Computer Science | 61b | Homework | hw7 | dict
Revision as of 06:00, 14 November 2010 by Lensovet (talk | contribs) (moved CS 61b/Homework/hw7/dict/IntDictionary.java to CS/61b/Homework/hw7/dict/IntDictionary.java: fix cs 61b hierarchy)
/* IntDictionary.java */ package dict; /** * An IntDictionary is a mutable ordered dictionary ADT. Each item is an int * key; there are no additional objects associated with the key. * * DO NOT CHANGE THIS FILE. * * @author Jonathan Shewchuk */
- The author of this file is Jonathan Shewchuk; consequently, I cannot make it freely available.