- Alle implementierten Schnittstellen:
Serializable,Cloneable,Iterable<Modification>,Collection<Modification>,List<Modification>,RandomAccess,SequencedCollection<Modification>
@Root(name="modifications")
@ElementList(entry="allowmod",type=AllowModification.class) @ElementList(entry="checkmod",type=CheckModification.class) @ElementList(entry="costmod",type=CostModification.class) @ElementList(entry="embed",type=EmbedModification.class) @ElementList(entry="valmod",type=ValueModification.class) @ElementList(entry="itemmod",type=DataItemModification.class) @ElementList(entry="recommod",type=RecommendationModification.class) @ElementList(entry="relevancemod",type=RelevanceModification.class) @ElementList(entry="selmod",type=ModificationChoice.class) @ElementList(entry="allmod",type=ModificationGroup.class)
public class ModificationList
extends ArrayList<Modification>
- Siehe auch:
-
Feldübersicht
Von Klasse geerbte Felder java.util.AbstractList
modCount -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden java.util.ArrayList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeVon Klasse geerbte Methoden java.util.AbstractCollection
containsAll, toStringVon Klasse geerbte Methoden java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden java.util.Collection
parallelStream, stream, toArrayVon Schnittstelle geerbte Methoden java.util.List
containsAll, reversed
-
Konstruktordetails
-
ModificationList
public ModificationList() -
ModificationList
- Parameter:
c-
-
-
Methodendetails
-
getModificiations
-
validate
Validate all modifications in this list- Löst aus:
ReferenceException
-