Package org.silverpeas.web.jobdomain
Class LocalizedComponentInstProfilesList
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<LocalizedComponentInstProfiles>
-
- org.silverpeas.web.jobdomain.LocalizedComponentInstProfilesList
-
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<LocalizedComponentInstProfiles>,Collection<LocalizedComponentInstProfiles>,List<LocalizedComponentInstProfiles>,RandomAccess
public class LocalizedComponentInstProfilesList extends ArrayList<LocalizedComponentInstProfiles>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.AbstractList
modCount
-
-
Constructor Summary
Constructors Constructor Description LocalizedComponentInstProfilesList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(LocalizedComponentInstProfiles componentProfiles)voidclear()booleanequals(Object o)LocalizedComponentInstProfilesgetByLocalComponentInstanceId(int localComponentInstanceId)inthashCode()-
Methods inherited from class java.util.ArrayList
add, addAll, addAll, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
Methods inherited from class java.util.AbstractCollection
containsAll, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
-
Methods inherited from interface java.util.List
containsAll
-
-
-
-
Method Detail
-
getByLocalComponentInstanceId
public LocalizedComponentInstProfiles getByLocalComponentInstanceId(int localComponentInstanceId)
-
add
public boolean add(LocalizedComponentInstProfiles componentProfiles)
- Specified by:
addin interfaceCollection<LocalizedComponentInstProfiles>- Specified by:
addin interfaceList<LocalizedComponentInstProfiles>- Overrides:
addin classArrayList<LocalizedComponentInstProfiles>
-
equals
public boolean equals(Object o)
- Specified by:
equalsin interfaceCollection<LocalizedComponentInstProfiles>- Specified by:
equalsin interfaceList<LocalizedComponentInstProfiles>- Overrides:
equalsin classArrayList<LocalizedComponentInstProfiles>
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceCollection<LocalizedComponentInstProfiles>- Specified by:
hashCodein interfaceList<LocalizedComponentInstProfiles>- Overrides:
hashCodein classArrayList<LocalizedComponentInstProfiles>
-
clear
public void clear()
- Specified by:
clearin interfaceCollection<LocalizedComponentInstProfiles>- Specified by:
clearin interfaceList<LocalizedComponentInstProfiles>- Overrides:
clearin classArrayList<LocalizedComponentInstProfiles>
-
-