Class IdentityArrayList<E>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<E>
-
- com.hybris.cockpitng.collections.impl.IdentityArrayList<E>
-
- All Implemented Interfaces:
IdentityList<E>,java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<E>,java.util.Collection<E>,java.util.List<E>,java.util.RandomAccess
public class IdentityArrayList<E> extends java.util.ArrayList<E> implements IdentityList<E>
Default implementation forIdentityList- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdentityArrayList()IdentityArrayList(int initialCapacity)Deprecated, for removal: This API element is subject to removal in a future version.since 1811.IdentityArrayList(java.util.Collection<? extends E> collection)Deprecated, for removal: This API element is subject to removal in a future version.since 1811.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(java.lang.Object object)intindexOf(java.lang.Object object)intlastIndexOf(java.lang.Object object)-
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, ensureCapacity, equals, forEach, get, hashCode, isEmpty, iterator, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
-
-
-
Constructor Detail
-
IdentityArrayList
public IdentityArrayList()
-
IdentityArrayList
@Deprecated(since="1811", forRemoval=true) public IdentityArrayList(java.util.Collection<? extends E> collection)Deprecated, for removal: This API element is subject to removal in a future version.since 1811. Not used anymore.
-
IdentityArrayList
@Deprecated(since="1811", forRemoval=true) public IdentityArrayList(int initialCapacity)Deprecated, for removal: This API element is subject to removal in a future version.since 1811. Not used anymore.
-
-