Package toxi.util.datatypes
Interface ItemIndex<T>
- All Known Implementing Classes:
SpatialIndex
,UniqueItemIndex
public interface ItemIndex<T>
-
Method Summary
-
Method Details
-
clear
void clear() -
forID
-
getID
-
getItems
-
index
-
isIndexed
-
reindex
-
size
int size() -
unindex
-