提交 1e4a725b authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Remove SequenceMap.init()

上级 da2f64e6
...@@ -9,7 +9,6 @@ import java.util.AbstractSet; ...@@ -9,7 +9,6 @@ import java.util.AbstractSet;
import java.util.Iterator; import java.util.Iterator;
import java.util.Set; import java.util.Set;
import org.h2.mvstore.MVMap; import org.h2.mvstore.MVMap;
import org.h2.mvstore.MVStore;
/** /**
* A custom map returning the keys and values values 1 .. 10. * A custom map returning the keys and values values 1 .. 10.
...@@ -30,11 +29,6 @@ public class SequenceMap extends MVMap<Long, Long> { ...@@ -30,11 +29,6 @@ public class SequenceMap extends MVMap<Long, Long> {
super(null, null); super(null, null);
} }
@Override
public void init(MVStore store, int id, long createVersion) {
super.init(store, id, createVersion);
}
@Override @Override
public Set<Long> keySet() { public Set<Long> keySet() {
return new AbstractSet<Long>() { return new AbstractSet<Long>() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论