Class ConfigurationItems
java.lang.Object
java.util.AbstractCollection<ConfigurationItemIF>
java.util.AbstractList<ConfigurationItemIF>
java.util.ArrayList<ConfigurationItemIF>
de.mid.innovator.m2msdk.model.configuration.ConfigurationItems
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<ConfigurationItemIF>,Collection<ConfigurationItemIF>,List<ConfigurationItemIF>,RandomAccess,SequencedCollection<ConfigurationItemIF>
Multiple configuration items.
- Version:
- 10.1.1
- Author:
- jmback
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinsert(ConfigurationItemIF iNew, int iAfter) Insert the configuration item to the list after the given position.Methods inherited from class 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, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll, reversed
-
Constructor Details
-
ConfigurationItems
public ConfigurationItems() -
ConfigurationItems
-
-
Method Details
-
insert
Insert the configuration item to the list after the given position.- Parameters:
iNew- new configuration item to be insertediAfter- position where to insert the new item after. -1 means begin of the list
-