Package | Description |
---|---|
de.lmu.ifi.dbs.elki.database.ids.integer |
Integer-based DBID implementation --
do not use directly - always use
DBIDUtil . |
Modifier and Type | Interface and Description |
---|---|
(package private) interface |
IntegerArrayStaticDBIDs
Combination of
ArrayStaticDBIDs and IntegerDBIDs . |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ArrayModifiableIntegerDBIDs
Class using a primitive int[] array as storage.
|
private class |
ArrayModifiableIntegerDBIDs.Slice
Slice of an array.
|
(package private) class |
ArrayStaticIntegerDBIDs
Static (no modifications allowed) set of Database Object IDs.
|
private class |
ArrayStaticIntegerDBIDs.Slice
Slice of an array.
|
private class |
IntegerDBIDPair.Slice
Slice of an array.
|
class |
UnmodifiableIntegerArrayDBIDs
Unmodifiable wrapper for DBIDs.
|
Modifier and Type | Field and Description |
---|---|
private IntegerArrayDBIDs |
UnmodifiableIntegerArrayDBIDs.inner
The DBIDs we wrap.
|
Modifier and Type | Method and Description |
---|---|
IntegerArrayDBIDs |
UnmodifiableIntegerArrayDBIDs.slice(int begin,
int end) |
IntegerArrayDBIDs |
IntegerArrayDBIDs.slice(int begin,
int end) |
Constructor and Description |
---|
UnmodifiableIntegerArrayDBIDs(IntegerArrayDBIDs inner)
Constructor.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.