Uses of Class
jfxtras.icalendarfx.content.PushbackIterator
Packages that use PushbackIterator
-
Uses of PushbackIterator in jfxtras.icalendarfx.content
Methods in jfxtras.icalendarfx.content that return PushbackIteratorModifier and TypeMethodDescriptionstatic <E> PushbackIterator<E>
PushbackIterator.pushbackIterator
(Iterator<? extends E> iterator) Decorates the specified iterator to support one-element lookahead.