Toggle navigation
Home
java.util.Iterator to org.apache.ignite.internal.util.lang.GridCursor
No. of Instances - 13
No. of Commits - 2
No. of Projects - {'ignite'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Cascading Type Change (Different)
FilteringIterator
to
FilteringCursor
FilteringIterator
to
FilteringCursor
Rename Variable
iter
to
cursor
Add or Remove Method invocation
range.values().iterator()
to
range
curRange.hasNext()
to
curRange.next()
toRowMessage(curRange.next())
to
toRowMessage(curRange.get())
emptyIterator()
to
EMPTY_CURSOR
emptyIterator()
to
EMPTY_CURSOR
curRange.hasNext()
to
curRange.next()
curRange.hasNext()
to
curRange.next()
curRange.hasNext()
to
curRange.next()
curRange.hasNext()
to
curRange.next()
Wrap or Un-wrap
filter
to
filter