Package com.macrofocus.high_d.list
Class AbstractIndexModel<V>
java.lang.Object
com.macrofocus.high_d.list.AbstractIndexModel<V>
- All Implemented Interfaces:
IndexModel<V>
- Direct Known Subclasses:
EfficientIndexModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getObjectIndex
(Object object) int
getObjectIndexStartWith
(String string) boolean
hasRow
(int index, int row) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.macrofocus.high_d.list.IndexModel
addIndexListener, addMissing, addObject, addRow, getIndex, getIndexCount, getMissing, getMissingCount, getObject, getObjectCount, getRow, getRowCount, removeMissing, removeObject, removeRow, replaceObject
-
Constructor Details
-
AbstractIndexModel
public AbstractIndexModel()
-
-
Method Details
-
getObjectIndex
- Specified by:
getObjectIndex
in interfaceIndexModel<V>
-
getObjectIndexStartWith
- Specified by:
getObjectIndexStartWith
in interfaceIndexModel<V>
-
hasRow
public boolean hasRow(int index, int row) - Specified by:
hasRow
in interfaceIndexModel<V>
-