Statistics
 ChangedAddedRemovedUnchangedTotal
Contexts0004242
StatusNot Changed
Class Summary
ArrayDeque
Field Detail
Constructor Detail
<init>()
<init>(int)
<init>(java.util.Collection)
Method Detail
add(E)
addAll(java.util.Collection)
addFirst(E)
addLast(E)
clear()
clone()
contains(java.lang.Object)
descendingIterator()
element()
forEach(java.util.function.Consumer)
getFirst()
getLast()
isEmpty()
iterator()
offer(E)
offerFirst(E)
offerLast(E)
peek()
peekFirst()
peekLast()
poll()
pollFirst()
pollLast()
pop()
push(E)
remove()
remove(java.lang.Object)
removeAll(java.util.Collection)
removeFirst()
removeFirstOccurrence(java.lang.Object)
removeIf(java.util.function.Predicate)
removeLast()
removeLastOccurrence(java.lang.Object)
retainAll(java.util.Collection)
size()
spliterator()
toArray()
toArray(T[])

© 2018 Oracle Corporation and/or its affiliates