Toggle navigation
Home
org.eclipse.jetty.util.ArrayQueue to java.util.Queue
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'jetty.project'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Rename Method invocation
pollUnsafe
to
poll
peekUnsafe
to
peek
peekUnsafe
to
peek
pollUnsafe
to
poll
peekUnsafe
to
peek
pollUnsafe
to
poll
peekUnsafe
to
peek
pollUnsafe
to
poll
addUnsafe
to
offer
Add or Remove Method invocation
_inputQ.pollUnsafe()
to
_inputQ.poll()
_inputQ.peekUnsafe()
to
_inputQ.peek()
_inputQ.peekUnsafe()
to
_inputQ.peek()
_inputQ.peekUnsafe()
to
_inputQ.peek()
_inputQ.peekUnsafe()
to
_inputQ.peek()
_inputQ.sizeUnsafe()
to
_inputQ.size()