Package org.apache.cxf.common.util
Class ModCountCopyOnWriteArrayList<T>
java.lang.Object
java.util.concurrent.CopyOnWriteArrayList<T>
org.apache.cxf.common.util.ModCountCopyOnWriteArrayList<T>
- All Implemented Interfaces:
- Serializable,- Cloneable,- Iterable<T>,- Collection<T>,- List<T>,- RandomAccess
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbooleanbooleanaddAll(int index, Collection<? extends T> c) booleanaddAll(Collection<? extends T> c) intaddAllAbsent(Collection<? extends T> c) booleanaddIfAbsent(T element) voidclear()booleanintinthashCode()remove(int index) booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) voidsetModCount(int i) Methods inherited from class java.util.concurrent.CopyOnWriteArrayListclone, contains, containsAll, forEach, get, indexOf, indexOf, isEmpty, iterator, lastIndexOf, lastIndexOf, listIterator, listIterator, removeIf, replaceAll, set, size, sort, spliterator, subList, toArray, toArray, toStringMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, stream, toArray
- 
Constructor Details- 
ModCountCopyOnWriteArrayListpublic ModCountCopyOnWriteArrayList()
- 
ModCountCopyOnWriteArrayList
 
- 
- 
Method Details- 
getModCountpublic int getModCount()
- 
setModCountpublic void setModCount(int i) 
- 
add
- 
add- Specified by:
- addin interface- Collection<T>
- Specified by:
- addin interface- List<T>
- Overrides:
- addin class- CopyOnWriteArrayList<T>
 
- 
addAll- Specified by:
- addAllin interface- Collection<T>
- Specified by:
- addAllin interface- List<T>
- Overrides:
- addAllin class- CopyOnWriteArrayList<T>
 
- 
addAll
- 
addAllAbsent- Overrides:
- addAllAbsentin class- CopyOnWriteArrayList<T>
 
- 
addIfAbsent- Overrides:
- addIfAbsentin class- CopyOnWriteArrayList<T>
 
- 
clearpublic void clear()- Specified by:
- clearin interface- Collection<T>
- Specified by:
- clearin interface- List<T>
- Overrides:
- clearin class- CopyOnWriteArrayList<T>
 
- 
remove
- 
remove- Specified by:
- removein interface- Collection<T>
- Specified by:
- removein interface- List<T>
- Overrides:
- removein class- CopyOnWriteArrayList<T>
 
- 
removeAll- Specified by:
- removeAllin interface- Collection<T>
- Specified by:
- removeAllin interface- List<T>
- Overrides:
- removeAllin class- CopyOnWriteArrayList<T>
 
- 
retainAll- Specified by:
- retainAllin interface- Collection<T>
- Specified by:
- retainAllin interface- List<T>
- Overrides:
- retainAllin class- CopyOnWriteArrayList<T>
 
- 
hashCodepublic int hashCode()- Specified by:
- hashCodein interface- Collection<T>
- Specified by:
- hashCodein interface- List<T>
- Overrides:
- hashCodein class- CopyOnWriteArrayList<T>
 
- 
equals- Specified by:
- equalsin interface- Collection<T>
- Specified by:
- equalsin interface- List<T>
- Overrides:
- equalsin class- CopyOnWriteArrayList<T>
 
 
-