public class BasicInternalEList<E> extends <any> implements InternalEList<E>
basic list that implements InternalEList.| Modifier and Type | Class and Description |
|---|---|
static class |
BasicInternalEList.Unsettable<E> |
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Class<?> |
dataClass |
| Constructor and Description |
|---|
BasicInternalEList(java.lang.Class<?> dataClass) |
BasicInternalEList(java.lang.Class<?> dataClass,
java.util.Collection<? extends E> collection) |
BasicInternalEList(java.lang.Class<?> dataClass,
int initialCapacity) |
BasicInternalEList(java.lang.Class<?> dataClass,
int size,
java.lang.Object[] data) |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
basicAdd(E object,
NotificationChain notifications)
Adds the object without updating the inverse.
|
boolean |
basicContains(java.lang.Object object)
Returns whether the object is contained within the list of unresolved values.
|
boolean |
basicContainsAll(java.util.Collection<?> collection)
Returns whether each object in the collection is contained within the list of unresolved values.
|
int |
basicIndexOf(java.lang.Object object)
Returns the index of the object within the list of unresolved values.
|
java.util.Iterator<E> |
basicIterator()
Returns an iterator that yields unresolved values.
|
int |
basicLastIndexOf(java.lang.Object object)
Returns the last index of the object within the list of unresolved values.
|
java.util.List<E> |
basicList()
Returns an unmodifiable list that yields unresolved values.
|
java.util.ListIterator<E> |
basicListIterator()
Returns a list iterator that yields unresolved values.
|
java.util.ListIterator<E> |
basicListIterator(int index)
Returns a list iterator that yields unresolved values.
|
NotificationChain |
basicRemove(java.lang.Object object,
NotificationChain notifications)
Removes the object with without updating the inverse.
|
java.lang.Object[] |
basicToArray()
Returns the array with unresolved values.
|
<T> T[] |
basicToArray(T[] array)
Returns the array with unresolved values.
|
protected java.lang.Object[] |
newData(int capacity) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAllUnique, addAllUnique, addUnique, addUnique, basicGet, setUniquepublic BasicInternalEList(java.lang.Class<?> dataClass)
public BasicInternalEList(java.lang.Class<?> dataClass,
int initialCapacity)
public BasicInternalEList(java.lang.Class<?> dataClass,
java.util.Collection<? extends E> collection)
public BasicInternalEList(java.lang.Class<?> dataClass,
int size,
java.lang.Object[] data)
protected java.lang.Object[] newData(int capacity)
public NotificationChain basicRemove(java.lang.Object object,
NotificationChain notifications)
InternalEListbasicRemove in interface InternalEList<E>public NotificationChain basicAdd(E object, NotificationChain notifications)
InternalEListbasicAdd in interface InternalEList<E>public java.util.Iterator<E> basicIterator()
InternalEListbasicIterator in interface InternalEList<E>public java.util.List<E> basicList()
InternalEListbasicList in interface InternalEList<E>public java.util.ListIterator<E> basicListIterator()
InternalEListbasicListIterator in interface InternalEList<E>public java.util.ListIterator<E> basicListIterator(int index)
InternalEListbasicListIterator in interface InternalEList<E>public boolean basicContains(java.lang.Object object)
InternalEListbasicContains in interface InternalEList<E>public boolean basicContainsAll(java.util.Collection<?> collection)
InternalEListbasicContainsAll in interface InternalEList<E>public int basicIndexOf(java.lang.Object object)
InternalEListbasicIndexOf in interface InternalEList<E>public int basicLastIndexOf(java.lang.Object object)
InternalEListbasicLastIndexOf in interface InternalEList<E>public java.lang.Object[] basicToArray()
InternalEListbasicToArray in interface InternalEList<E>public <T> T[] basicToArray(T[] array)
InternalEListbasicToArray in interface InternalEList<E>Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature