Package com.hybris.cockpitng.collections
Interface IdentityList<E>
-
- Type Parameters:
E- type of the elements
- All Superinterfaces:
java.util.Collection<E>,java.lang.Iterable<E>,java.util.List<E>
- All Known Implementing Classes:
IdentityArrayList
public interface IdentityList<E> extends java.util.List<E>List using reference comparison instead of using equals method
-
-
Method Summary
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
-