Package de.hybris.platform.util
Class ItemPropertyValueCollection
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<ItemPropertyValue>,Collection<ItemPropertyValue>,List<ItemPropertyValue>,RandomAccess
instances of this class represent a collection of property values that are Items on jalo level
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(int index, ItemPropertyValue element) booleanbooleanaddAll(int index, Collection c) booleanaddAll(Collection c) clone()cloneWithoutInvalid(BitSet invalidIndexes) intstatic intgetWrapedTypeOfCollection(Collection<?> coll) set(int index, ItemPropertyValue element) voidsetWrapedCollectionType(int wrapedCollectionType) Methods inherited from class java.util.ArrayList
clear, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll
-
Field Details
-
TYPE_UNKNOWN
public static final int TYPE_UNKNOWN- See Also:
-
TYPE_LIST
public static final int TYPE_LIST- See Also:
-
TYPE_SET
public static final int TYPE_SET- See Also:
-
TYPE_SORTEDSET
public static final int TYPE_SORTEDSET- See Also:
-
-
Constructor Details
-
ItemPropertyValueCollection
public ItemPropertyValueCollection() -
ItemPropertyValueCollection
-
-
Method Details
-
getWrapedTypeOfCollection
-
createNewWrappedCollection
-
clone
- Overrides:
clonein classArrayList<ItemPropertyValue>
-
cloneWithoutInvalid
-
add
- Specified by:
addin interfaceList<ItemPropertyValue>- Overrides:
addin classArrayList<ItemPropertyValue>
-
add
- Specified by:
addin interfaceCollection<ItemPropertyValue>- Specified by:
addin interfaceList<ItemPropertyValue>- Overrides:
addin classArrayList<ItemPropertyValue>
-
addAll
- Specified by:
addAllin interfaceCollection<ItemPropertyValue>- Specified by:
addAllin interfaceList<ItemPropertyValue>- Overrides:
addAllin classArrayList<ItemPropertyValue>
-
addAll
- Specified by:
addAllin interfaceList<ItemPropertyValue>- Overrides:
addAllin classArrayList<ItemPropertyValue>
-
set
- Specified by:
setin interfaceList<ItemPropertyValue>- Overrides:
setin classArrayList<ItemPropertyValue>
-
getWrapedCollectionType
public int getWrapedCollectionType()- Returns:
- the wrapedCollectionType
-
setWrapedCollectionType
public void setWrapedCollectionType(int wrapedCollectionType) - Parameters:
wrapedCollectionType- the wrapedCollectionType to set
-