public class WritableListImpl<T> extends WritableListBase<T>
roadjusters, vetosmodellisteners, parentProperty| Constructor and Description |
|---|
WritableListImpl(String name,
PropertyType elementType) |
WritableListImpl(String name,
PropertyType elementType,
List value) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
addImpl(int index,
T v) |
protected T |
getImpl(int index) |
protected int |
indexOfImpl(T v) |
protected T |
removeAtImpl(int index) |
protected T |
setImpl(int index,
T v) |
protected int |
sizeImpl() |
add, add, addCollection, canAddImpl, canRemoveImpl, canSetImpl, clear, contains, findAll, findAllIndexes, findFirst, findFirst, findFirst, findFirstIndex, findFirstIndex, findFirstIndex, firePropertyUpdated, get, get0, isEmpty, isWritable, iterator, readOnly, remove, removeAll, removeAt, removeCollection, set, set, set0, setCollection, size, toList, toStringadjusters, createReadOnly, currentPath, get, model, vetosequals, hashCodecreateListeners, events, fullPropertyName, parentProperty, propagateEvents, propertyName, propertyType, userObjectsclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, removeAll, removeFirst, removeLast, setAll, vetosfindFirstIndexOf, first, get, last, streamforEach, spliteratorbind, bind, bind, bind, bindSource, bindTo, getOrCompute, setAndBind, setAndBindConvert, setUsing, setUsingNonNullbindConvert, bindTarget, doNonNull, getOr, getOrDefault, getRequired, isNotNull, isNull, mapBooleanValue, mapDoubleValue, mapEqualsValue, mapFloatValue, mapIntValue, mapLongValue, mapNotEqualsValue, mapStringValue, mapValue, mapValue, propertyClass, unbind, withValueadjustersevents, getChildProperty, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, propertyName, propertyType, userObjects, with, withpublic WritableListImpl(String name, PropertyType elementType)
public WritableListImpl(String name, PropertyType elementType, List value)
protected boolean addImpl(int index,
T v)
addImpl in class WritableListBase<T>protected T setImpl(int index, T v)
setImpl in class WritableListBase<T>protected int indexOfImpl(T v)
indexOfImpl in class WritableListBase<T>protected T removeAtImpl(int index)
removeAtImpl in class WritableListBase<T>protected T getImpl(int index)
getImpl in class WritableListBase<T>protected int sizeImpl()
sizeImpl in class WritableListBase<T>Copyright © 2022 vpc open source initiative. All rights reserved.