Package com.macrofocus.high_d.list
Class DefaultListContentModel<V>
- java.lang.Object
-
- com.macrofocus.high_d.list.AbstractListContentModel<V>
-
- com.macrofocus.high_d.list.DefaultListContentModel<V>
-
- All Implemented Interfaces:
ListContentModel<V>
public class DefaultListContentModel<V> extends AbstractListContentModel<V>
-
-
Constructor Summary
Constructors Constructor Description DefaultListContentModel(IndexModel<V> indexModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
getObject(int index)
int
getObjectCount()
int
getObjectIndexStartWith(java.lang.String string)
-
-
-
Constructor Detail
-
DefaultListContentModel
public DefaultListContentModel(IndexModel<V> indexModel)
-
-
Method Detail
-
getObject
public V getObject(int index)
-
getObjectIndexStartWith
public int getObjectIndexStartWith(java.lang.String string)
- Specified by:
getObjectIndexStartWith
in interfaceListContentModel<V>
- Overrides:
getObjectIndexStartWith
in classAbstractListContentModel<V>
-
getObjectCount
public int getObjectCount()
-
-