Fixed bugs to Dictionary Classes

This commit is contained in:
2014-05-17 23:17:11 +02:00
parent 4dab60c3fa
commit f1e6f18939
6 changed files with 96 additions and 39 deletions

View File

@@ -47,8 +47,7 @@ public class OrderedListSet <E> implements Set<E> {
@Override
public Set<E> union(Set<E> B) {
new MergeUnion<E>(this.L, ,c);
public Set<E> union(Set<E> B) {return null;
}
@Override