Open main menu

lensowiki β

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

< Computer Science‎ | 61b‎ | Homework‎ | hw7‎ | dict(Redirected from CS/61b/Homework/hw7/dict/IntDictionary.java)
/* 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.