public class ItemPropertyValueCollection extends java.util.ArrayList<ItemPropertyValue>
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_LIST |
static int |
TYPE_SET |
static int |
TYPE_SORTEDSET |
static int |
TYPE_UNKNOWN |
| Constructor and Description |
|---|
ItemPropertyValueCollection() |
ItemPropertyValueCollection(java.util.Collection coll) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
ItemPropertyValue element) |
boolean |
add(ItemPropertyValue o) |
boolean |
addAll(java.util.Collection c) |
boolean |
addAll(int index,
java.util.Collection c) |
java.lang.Object |
clone() |
ItemPropertyValueCollection |
cloneWithoutInvalid(java.util.BitSet invalidIndexes) |
java.util.Collection |
createNewWrappedCollection() |
int |
getWrapedCollectionType() |
static int |
getWrapedTypeOfCollection(java.util.Collection<?> coll) |
ItemPropertyValue |
set(int index,
ItemPropertyValue element) |
void |
setWrapedCollectionType(int wrapedCollectionType) |
clear, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic static final int TYPE_UNKNOWN
public static final int TYPE_LIST
public static final int TYPE_SET
public static final int TYPE_SORTEDSET
public ItemPropertyValueCollection()
public ItemPropertyValueCollection(java.util.Collection coll)
public static int getWrapedTypeOfCollection(java.util.Collection<?> coll)
public java.util.Collection createNewWrappedCollection()
public java.lang.Object clone()
clone in class java.util.ArrayList<ItemPropertyValue>public ItemPropertyValueCollection cloneWithoutInvalid(java.util.BitSet invalidIndexes)
public void add(int index,
ItemPropertyValue element)
add in interface java.util.List<ItemPropertyValue>add in class java.util.ArrayList<ItemPropertyValue>public boolean add(ItemPropertyValue o)
add in interface java.util.Collection<ItemPropertyValue>add in interface java.util.List<ItemPropertyValue>add in class java.util.ArrayList<ItemPropertyValue>public boolean addAll(java.util.Collection c)
addAll in interface java.util.Collection<ItemPropertyValue>addAll in interface java.util.List<ItemPropertyValue>addAll in class java.util.ArrayList<ItemPropertyValue>public boolean addAll(int index,
java.util.Collection c)
addAll in interface java.util.List<ItemPropertyValue>addAll in class java.util.ArrayList<ItemPropertyValue>public ItemPropertyValue set(int index, ItemPropertyValue element)
set in interface java.util.List<ItemPropertyValue>set in class java.util.ArrayList<ItemPropertyValue>public int getWrapedCollectionType()
public void setWrapedCollectionType(int wrapedCollectionType)
wrapedCollectionType - the wrapedCollectionType to setCopyright © 2018 SAP SE. All Rights Reserved.