void nextInto(XString to)
XString
.
This call has the same semantics as Iterator.next()
except
that the iterator implementation may be able to avoid allocating
a String
object.
While this method is provided in support of zero garbage iteration it is implementation depend as to whether or not this call is zero garbage.
NoSuchElementException
- iteration has no more elements.Copyright © 2019 Neeve Research, LLC. All Rights Reserved.