Package com.macrofocus.high_d.list
Class AbstractListContentModel<V>
- java.lang.Object
-
- com.macrofocus.high_d.list.AbstractListContentModel<V>
-
- All Implemented Interfaces:
ListContentModel<V>
- Direct Known Subclasses:
DefaultListContentModel
public abstract class AbstractListContentModel<V> extends java.lang.Object implements ListContentModel<V>
-
-
Constructor Summary
Constructors Constructor Description AbstractListContentModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getObjectIndexStartWith(java.lang.String string)
-
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.ListContentModel
getObject, getObjectCount
-
-
-
-
Method Detail
-
getObjectIndexStartWith
public int getObjectIndexStartWith(java.lang.String string)
- Specified by:
getObjectIndexStartWith
in interfaceListContentModel<V>
-
-