de.lmu.ifi.dbs.elki.database.ids
Interface TreeSetDBIDs

All Superinterfaces:
Collection<DBID>, DBIDs, Iterable<DBID>, Set<DBID>, SetDBIDs
All Known Subinterfaces:
TreeSetModifiableDBIDs
All Known Implementing Classes:
GenericTreeSetModifiableDBIDs

public interface TreeSetDBIDs
extends SetDBIDs

Marker for sorted, tree-organized DBIDs


Method Summary
 
Methods inherited from interface de.lmu.ifi.dbs.elki.database.ids.DBIDs
asCollection, contains, isEmpty, iterator, size
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 


Release 0.4.0 (2011-09-20_1324)