We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a4e30 commit 57e57aaCopy full SHA for 57e57aa
elki-core-dbids/src/main/java/elki/database/ids/DBIDRange.java
@@ -26,7 +26,7 @@
26
* @author Erich Schubert
27
* @since 0.4.0
28
*/
29
-public interface DBIDRange extends ArrayStaticDBIDs, DBIDEnum {
+public interface DBIDRange extends DBIDEnum {
30
// No additional methods, except the guarantee that the DBIDs are indeed
31
// contiguous and hence the mapping does not need a lookup.
32
}
0 commit comments