Toggle navigation
Home
org.apache.tomcat.util.buf.CharChunk to java.nio.CharBuffer
No. of Instances - 2
No. of Commits - 2
No. of Projects - {'tomcat'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
cb.getLength()
to
cb.remaining()
cb.getLength()
to
cb.remaining()
cb.getLength()
to
cb.remaining()
cb.getLength()
to
cb.remaining()
cb.getEnd()
to
cb.limit()
bb.getLength()
to
bb.remaining()
cb.getLength()
to
cb.remaining()
cb.getLength()
to
cb.remaining()
cb.getLength()
to
cb.remaining()
cb.getStart()
to
cb.position()
cb.getLength()
to
cb.remaining()
Rename Method invocation
getLength
to
remaining
substract
to
get
substract
to
get
setOffset
to
position