Commit 070bbda2 authored by Adam Blank's avatar Adam Blank
Browse files

Update IDictionary.java

parent 3f672e1b
No related merge requests found
Pipeline #8797 canceled with stage
Showing with 2 additions and 0 deletions
+2 -0
package edu.caltech.cs2.interfaces;
import edu.caltech.cs2.datastructures.LinkedDeque;
public interface IDictionary<K, V> extends Iterable<K> {
public static class Entry<K, V> {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment