Class ImmutableDequeFacade<T>
java.lang.Object
de.gematik.test.tiger.common.util.ImmutableDequeFacade<T>
- All Implemented Interfaces:
Iterable<T>,Collection<T>,Deque<T>,Queue<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.booleanaddAll(Collection<? extends T> c) Deprecated.voidDeprecated.voidDeprecated.voidclear()Deprecated.booleanbooleanelement()getFirst()getLast()booleanisEmpty()iterator()booleanDeprecated.booleanofferFirst(T o) Deprecated.booleanDeprecated.peek()peekLast()poll()Deprecated.Deprecated.pollLast()Deprecated.pop()Deprecated.voidDeprecated.remove()Deprecated.booleanDeprecated.booleanDeprecated.Deprecated.booleanDeprecated.Deprecated.booleanDeprecated.booleanDeprecated.intsize()Object[]toArray()Object[]Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
ImmutableDequeFacade
-
-
Method Details
-
addFirst
Deprecated. -
addLast
Deprecated. -
offerFirst
Deprecated.- Specified by:
offerFirstin interfaceDeque<T>
-
offerLast
Deprecated. -
removeFirst
Deprecated.- Specified by:
removeFirstin interfaceDeque<T>
-
removeLast
Deprecated.- Specified by:
removeLastin interfaceDeque<T>
-
pollFirst
Deprecated. -
pollLast
Deprecated. -
getFirst
-
getLast
-
peekFirst
-
peekLast
-
retainAll
Deprecated.- Specified by:
retainAllin interfaceCollection<T>
-
removeAll
Deprecated.- Specified by:
removeAllin interfaceCollection<T>
-
removeFirstOccurrence
Deprecated.- Specified by:
removeFirstOccurrencein interfaceDeque<T>
-
removeLastOccurrence
Deprecated.- Specified by:
removeLastOccurrencein interfaceDeque<T>
-
add
Deprecated. -
offer
Deprecated. -
remove
Deprecated. -
poll
Deprecated. -
element
-
peek
-
addAll
Deprecated. -
clear
Deprecated.- Specified by:
clearin interfaceCollection<T>
-
push
Deprecated. -
pop
Deprecated. -
remove
Deprecated. -
containsAll
- Specified by:
containsAllin interfaceCollection<T>
-
contains
-
size
public int size() -
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<T>
-
iterator
-
toArray
- Specified by:
toArrayin interfaceCollection<T>
-
toArray
- Specified by:
toArrayin interfaceCollection<T>
-
descendingIterator
- Specified by:
descendingIteratorin interfaceDeque<T>
-