Package net.anwiba.commons.model
Class ObjectListModel<T>
- java.lang.Object
-
- net.anwiba.commons.model.AbstractListChangedNotifier<T>
-
- net.anwiba.commons.model.AbstractObjectListModel<T>
-
- net.anwiba.commons.model.ObjectListModel<T>
-
- All Implemented Interfaces:
java.lang.Iterable<T>,IMutableObjectList<T>,IObjectCollection<T>,IObjectCollectionReceiver<T>,IObjectIterable<T>,IObjectList<T>,IObjectListProvider<T>,IObjectListReceiver<T>,IListChangedNotifier<T>,IObjectListDistributor<T>,IObjectListModel<T>
public class ObjectListModel<T> extends AbstractObjectListModel<T>
-
-
Constructor Summary
Constructors Constructor Description ObjectListModel()ObjectListModel(java.util.List<T> objects)
-
Method Summary
-
Methods inherited from class net.anwiba.commons.model.AbstractObjectListModel
add, add, get, get, indices, isEmpty, iterator, remove, remove, remove, removeAll, set, set, set, size, toCollection, toList, values
-
Methods inherited from class net.anwiba.commons.model.AbstractListChangedNotifier
addListModelListener, fireObjectsAdded, fireObjectsChanged, fireObjectsChanged, fireObjectsRemoved, fireObjectsUpdated, removeListModelListener, removeListModelListeners
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.commons.model.IListChangedNotifier
addListModelListener, removeListModelListener, removeListModelListeners
-
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectIterable
foreach
-
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectList
stream
-
-
-
-
Constructor Detail
-
ObjectListModel
public ObjectListModel()
-
ObjectListModel
public ObjectListModel(java.util.List<T> objects)
-
-