Computer Science/61b/Homework/hw7/dict/IntDictionary.java

From lensowiki
< Computer Science‎ | 61b‎ | Homework‎ | hw7‎ | dict
Jump to: navigation, search
/* 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.