Payload - The payload type.public final class ListSequence<Payload> extends AbstractListSequence<Payload>
| Constructor and Description |
|---|
ListSequence()
|
ListSequence(List<Payload> list)
|
ListSequence(Nullity nullity)
Creates a new
CodeSource with a new LinkedList. |
ListSequence(Nullity nullity,
List<Payload> list)
Creates a new
CodeSource. |
doClear, doGet, doInsert, doIterator, doRemove, doRemoveAll, doReplace, getList, sizeappend, appendAll, appendAll, clear, equals, getNullity, hashCode, insert, insertAll, insertAll, onInserted, onRemoved, onRemoved, prepend, prependAll, prependAll, remove, removeAll, removeAllMatches, removeFirst, removeFirst, removeFirstMatch, removeLast, removeLast, removeLastMatch, replace, replaceAll, replaceAllMatches, replaceFirst, replaceFirst, replaceFirstMatch, replaceLast, replaceLast, replaceLastMatch, retainAll, retainAllMatchesdoGetFirst, firstIndexOf, firstIndexOfMatch, get, getLast, getLast, getLastMatch, isFirst, isLast, iterator, iterator, lastIndexOf, lastIndexOfMatchcontains, containsAll, containsAll, containsMatch, createPredicate, firstIndexOf, getAll, getAllMatches, getFirst, getFirst, getFirstMatch, isEmpty, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitfirstIndexOf, firstIndexOfMatch, get, getFirst, getFirst, getFirstMatch, getLast, getLast, getLastMatch, isFirst, isLast, iterator, lastIndexOf, lastIndexOfMatchcontains, containsAll, containsAll, containsMatch, getAll, getAllMatches, isEmptyiteratoriteratorforEach, spliteratorpublic ListSequence()
public ListSequence(List<Payload> list) throws IllegalArgumentException
list - The List to be used.IllegalArgumentException - If the given List is null.public ListSequence(Nullity nullity) throws IllegalArgumentException
CodeSource with a new LinkedList.nullity - The Nullity to be used.IllegalArgumentException - If the given Nullity is null.public ListSequence(Nullity nullity, List<Payload> list) throws IllegalArgumentException
CodeSource.nullity - The Nullity to be used.list - The List to be used.IllegalArgumentException - If the given Nullity is null or if the
given List is null.Copyright © 2016–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.