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 boolean
add(LocalizedComponentInstProfiles componentProfiles)
void
clear()
boolean
equals(Object o)
LocalizedComponentInstProfiles
getByLocalComponentInstanceId(int localComponentInstanceId)
int
hashCode()
-
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:
add
in interfaceCollection<LocalizedComponentInstProfiles>
- Specified by:
add
in interfaceList<LocalizedComponentInstProfiles>
- Overrides:
add
in classArrayList<LocalizedComponentInstProfiles>
-
equals
public boolean equals(Object o)
- Specified by:
equals
in interfaceCollection<LocalizedComponentInstProfiles>
- Specified by:
equals
in interfaceList<LocalizedComponentInstProfiles>
- Overrides:
equals
in classArrayList<LocalizedComponentInstProfiles>
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfaceCollection<LocalizedComponentInstProfiles>
- Specified by:
hashCode
in interfaceList<LocalizedComponentInstProfiles>
- Overrides:
hashCode
in classArrayList<LocalizedComponentInstProfiles>
-
clear
public void clear()
- Specified by:
clear
in interfaceCollection<LocalizedComponentInstProfiles>
- Specified by:
clear
in interfaceList<LocalizedComponentInstProfiles>
- Overrides:
clear
in classArrayList<LocalizedComponentInstProfiles>
-
-