Package org.reactfx.collection
Class QuasiListChangeImpl<E>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<QuasiListModification<? extends E>>
-
- org.reactfx.collection.QuasiListChangeImpl<E>
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Iterable<QuasiListModification<? extends E>>
,java.util.Collection<QuasiListModification<? extends E>>
,java.util.List<QuasiListModification<? extends E>>
,java.util.RandomAccess
,AbstractListModificationSequence<E,QuasiListModification<? extends E>>
,ListModificationSequence<E>
,QuasiListChange<E>
final class QuasiListChangeImpl<E> extends java.util.ArrayList<QuasiListModification<? extends E>> implements QuasiListChange<E>
-
-
Constructor Summary
Constructors Constructor Description QuasiListChangeImpl()
QuasiListChangeImpl(int initialCapacity)
QuasiListChangeImpl(QuasiListChange<E> change)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<QuasiListModification<? extends E>>
getModifications()
-
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.reactfx.collection.AbstractListModificationSequence
getModificationCount, iterator
-
Methods inherited from interface org.reactfx.collection.QuasiListChange
asListChange, asListChangeAccumulator
-
-
-
-
Constructor Detail
-
QuasiListChangeImpl
public QuasiListChangeImpl()
-
QuasiListChangeImpl
public QuasiListChangeImpl(int initialCapacity)
-
QuasiListChangeImpl
public QuasiListChangeImpl(QuasiListChange<E> change)
-
-
Method Detail
-
getModifications
public java.util.List<QuasiListModification<? extends E>> getModifications()
- Specified by:
getModifications
in interfaceAbstractListModificationSequence<E,QuasiListModification<? extends E>>
-
-