Package de.gematik.rbellogger.util
Class RbelMessagesDequeFacade
java.lang.Object
de.gematik.rbellogger.util.RbelMessagesDequeFacade
- All Implemented Interfaces:
Iterable<RbelElement>,Collection<RbelElement>,Deque<RbelElement>,Queue<RbelElement>
-
Constructor Summary
ConstructorsConstructorDescriptionRbelMessagesDequeFacade(Deque<RbelElement> remoteDeque, RbelConverter rbelConverter) -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(RbelElement o) Deprecated.booleanaddAll(Collection<? extends RbelElement> c) Deprecated.voidDeprecated.voidDeprecated.voidclear()Deprecated.booleanbooleanelement()getFirst()getLast()booleanisEmpty()iterator()booleanoffer(RbelElement o) Deprecated.booleanDeprecated.booleanDeprecated.peek()peekLast()poll()Deprecated.Deprecated.pollLast()Deprecated.pop()Deprecated.voidpush(RbelElement o) Deprecated.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
-
RbelMessagesDequeFacade
@ConstructorProperties({"remoteDeque","rbelConverter"}) public RbelMessagesDequeFacade(Deque<RbelElement> remoteDeque, RbelConverter rbelConverter)
-
-
Method Details
-
addFirst
Deprecated.- Specified by:
addFirstin interfaceDeque<RbelElement>
-
addLast
Deprecated.- Specified by:
addLastin interfaceDeque<RbelElement>
-
offerFirst
Deprecated.- Specified by:
offerFirstin interfaceDeque<RbelElement>
-
offerLast
Deprecated.- Specified by:
offerLastin interfaceDeque<RbelElement>
-
removeFirst
Deprecated.- Specified by:
removeFirstin interfaceDeque<RbelElement>
-
removeLast
Deprecated.- Specified by:
removeLastin interfaceDeque<RbelElement>
-
pollFirst
Deprecated.- Specified by:
pollFirstin interfaceDeque<RbelElement>
-
pollLast
Deprecated.- Specified by:
pollLastin interfaceDeque<RbelElement>
-
getFirst
- Specified by:
getFirstin interfaceDeque<RbelElement>
-
getLast
- Specified by:
getLastin interfaceDeque<RbelElement>
-
peekFirst
- Specified by:
peekFirstin interfaceDeque<RbelElement>
-
peekLast
- Specified by:
peekLastin interfaceDeque<RbelElement>
-
retainAll
Deprecated.- Specified by:
retainAllin interfaceCollection<RbelElement>
-
removeAll
Deprecated.- Specified by:
removeAllin interfaceCollection<RbelElement>
-
removeFirstOccurrence
Deprecated.- Specified by:
removeFirstOccurrencein interfaceDeque<RbelElement>
-
removeLastOccurrence
Deprecated.- Specified by:
removeLastOccurrencein interfaceDeque<RbelElement>
-
add
Deprecated.- Specified by:
addin interfaceCollection<RbelElement>- Specified by:
addin interfaceDeque<RbelElement>- Specified by:
addin interfaceQueue<RbelElement>
-
offer
Deprecated.- Specified by:
offerin interfaceDeque<RbelElement>- Specified by:
offerin interfaceQueue<RbelElement>
-
remove
Deprecated.- Specified by:
removein interfaceDeque<RbelElement>- Specified by:
removein interfaceQueue<RbelElement>
-
poll
Deprecated.- Specified by:
pollin interfaceDeque<RbelElement>- Specified by:
pollin interfaceQueue<RbelElement>
-
element
- Specified by:
elementin interfaceDeque<RbelElement>- Specified by:
elementin interfaceQueue<RbelElement>
-
peek
- Specified by:
peekin interfaceDeque<RbelElement>- Specified by:
peekin interfaceQueue<RbelElement>
-
addAll
Deprecated.- Specified by:
addAllin interfaceCollection<RbelElement>- Specified by:
addAllin interfaceDeque<RbelElement>
-
clear
Deprecated.- Specified by:
clearin interfaceCollection<RbelElement>
-
push
Deprecated.- Specified by:
pushin interfaceDeque<RbelElement>
-
pop
Deprecated.- Specified by:
popin interfaceDeque<RbelElement>
-
remove
Deprecated.- Specified by:
removein interfaceCollection<RbelElement>- Specified by:
removein interfaceDeque<RbelElement>
-
containsAll
- Specified by:
containsAllin interfaceCollection<RbelElement>
-
contains
- Specified by:
containsin interfaceCollection<RbelElement>- Specified by:
containsin interfaceDeque<RbelElement>
-
size
public int size()- Specified by:
sizein interfaceCollection<RbelElement>- Specified by:
sizein interfaceDeque<RbelElement>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<RbelElement>
-
iterator
- Specified by:
iteratorin interfaceCollection<RbelElement>- Specified by:
iteratorin interfaceDeque<RbelElement>- Specified by:
iteratorin interfaceIterable<RbelElement>
-
toArray
- Specified by:
toArrayin interfaceCollection<RbelElement>
-
toArray
- Specified by:
toArrayin interfaceCollection<RbelElement>
-
descendingIterator
public de.gematik.rbellogger.util.RbelMessagesDequeFacade.ImmutableIteratorFacade descendingIterator()- Specified by:
descendingIteratorin interfaceDeque<RbelElement>
-