public class WritableListImpl<T> extends AbstractWritableListImpl<T> implements WritableList<T>
adjusters, listeners, vetos| Constructor and Description |
|---|
WritableListImpl(String name,
PropertyType elementType) |
WritableListImpl(String name,
PropertyType elementType,
List value) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addImpl(int index,
T v) |
protected T |
getImpl(int index) |
protected int |
indexOfImpl(T v) |
protected T |
removeImpl(int index) |
protected T |
setImpl(int index,
T v) |
protected int |
sizeImpl() |
add, add, contains, findAll, findAllIndexes, findFirst, findFirst, findFirst, findFirstIndex, findFirstIndex, findFirstIndex, get, isWritable, iterator, readOnly, remove, remove, removeAll, removeAll, set, size, toList, toStringadjusters, listeners, name, type, userObjects, vetosclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, add, remove, remove, removeAll, removeAll, set, vetoscontains, findAll, findAllIndexes, findFirst, findFirst, findFirst, findFirstIndex, findFirstIndex, findFirstIndex, get, readOnly, size, stream, toListisWritable, name, type, userObjectslistenersforEach, iterator, spliteratorpublic WritableListImpl(String name, PropertyType elementType)
public WritableListImpl(String name, PropertyType elementType, List value)
protected void addImpl(int index,
T v)
addImpl in class AbstractWritableListImpl<T>protected T setImpl(int index, T v)
setImpl in class AbstractWritableListImpl<T>protected int indexOfImpl(T v)
indexOfImpl in class AbstractWritableListImpl<T>protected T removeImpl(int index)
removeImpl in class AbstractWritableListImpl<T>protected T getImpl(int index)
getImpl in class AbstractWritableListImpl<T>protected int sizeImpl()
sizeImpl in class AbstractWritableListImpl<T>Copyright © 2021 vpc open source initiative. All rights reserved.