DBIDUtil.See: Description

| Class | Description |
|---|---|
| IntegerArrayStaticDBIDs |
Static (no modifications allowed) set of Database Object IDs.
|
| IntegerDBID |
Database ID object.
|
| IntegerDBID.DynamicSerializer |
Dynamic sized serializer, using varint.
|
| IntegerDBID.StaticSerializer |
Static sized serializer, using regular integers.
|
| IntegerDBIDPair |
DBID pair using two ints for storage.
|
| IntegerDBIDRange |
Representing a DBID range allocation
|
| ReusingDBIDFactory |
Slightly more advanced DBID management, that allows reuse of DBIDs.
|
| SimpleDBIDFactory |
Simple DBID management, that never reuses IDs.
|
| TrivialDBIDFactory |
Trivial DBID management, that never reuses IDs and just gives them out in sequence.
|
DBIDUtil.