public class ItemPropertyValueCollection extends ArrayList<ItemPropertyValue>
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_LIST |
static int |
TYPE_SET |
static int |
TYPE_SORTEDSET |
static int |
TYPE_UNKNOWN |
modCount| Constructor and Description |
|---|
ItemPropertyValueCollection() |
ItemPropertyValueCollection(Collection coll) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
ItemPropertyValue element) |
boolean |
add(ItemPropertyValue o) |
boolean |
addAll(Collection c) |
boolean |
addAll(int index,
Collection c) |
Object |
clone() |
ItemPropertyValueCollection |
cloneWithoutInvalid(BitSet invalidIndexes) |
Collection |
createNewWrappedCollection() |
int |
getWrapedCollectionType() |
static int |
getWrapedTypeOfCollection(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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic 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(Collection coll)
public static int getWrapedTypeOfCollection(Collection<?> coll)
public Collection createNewWrappedCollection()
public Object clone()
clone in class ArrayList<ItemPropertyValue>public ItemPropertyValueCollection cloneWithoutInvalid(BitSet invalidIndexes)
public void add(int index,
ItemPropertyValue element)
add in interface List<ItemPropertyValue>add in class ArrayList<ItemPropertyValue>public boolean add(ItemPropertyValue o)
add in interface Collection<ItemPropertyValue>add in interface List<ItemPropertyValue>add in class ArrayList<ItemPropertyValue>public boolean addAll(Collection c)
addAll in interface Collection<ItemPropertyValue>addAll in interface List<ItemPropertyValue>addAll in class ArrayList<ItemPropertyValue>public boolean addAll(int index,
Collection c)
addAll in interface List<ItemPropertyValue>addAll in class ArrayList<ItemPropertyValue>public ItemPropertyValue set(int index, ItemPropertyValue element)
set in interface List<ItemPropertyValue>set in class ArrayList<ItemPropertyValue>public int getWrapedCollectionType()
public void setWrapedCollectionType(int wrapedCollectionType)
wrapedCollectionType - the wrapedCollectionType to setCopyright © 2017 SAP SE. All Rights Reserved.