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 TypeMethodDescriptionintgetObjectIndex(Object object) intgetObjectIndexStartWith(String string) booleanhasRow(int index, int row) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getObjectIndexin interfaceIndexModel<V>
-
getObjectIndexStartWith
- Specified by:
getObjectIndexStartWithin interfaceIndexModel<V>
-
hasRow
public boolean hasRow(int index, int row) - Specified by:
hasRowin interfaceIndexModel<V>
-