Uses of Interface
org.codelibs.jhighlight.fastutil.BidirectionalIterator
-
Packages that use BidirectionalIterator Package Description org.codelibs.jhighlight.fastutil.chars org.codelibs.jhighlight.fastutil.objects -
-
Uses of BidirectionalIterator in org.codelibs.jhighlight.fastutil.chars
Subinterfaces of BidirectionalIterator in org.codelibs.jhighlight.fastutil.chars Modifier and Type Interface Description interfaceCharBidirectionalIteratorA type-specific bidirectional iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements backwards.interfaceCharListIteratorA type-specific bidirectional iterator that is also aListIterator.Classes in org.codelibs.jhighlight.fastutil.chars that implement BidirectionalIterator Modifier and Type Class Description classAbstractCharBidirectionalIteratorAn abstract class facilitating the creation of type-specific bidirectional iterators.classAbstractCharListIteratorAn abstract class facilitating the creation of type-specific list iterators.static classCharIterators.EmptyIteratorA class returning no elements and a type-specific iterator interface.static classCharIterators.UnmodifiableBidirectionalIteratorAn unmodifiable wrapper class for bidirectional iterators.static classCharIterators.UnmodifiableListIteratorAn unmodifiable wrapper class for list iterators. -
Uses of BidirectionalIterator in org.codelibs.jhighlight.fastutil.objects
Subinterfaces of BidirectionalIterator in org.codelibs.jhighlight.fastutil.objects Modifier and Type Interface Description interfaceObjectBidirectionalIterator<K>A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements backwards.interfaceObjectListIterator<K>A type-specific bidirectional iterator that is also aListIterator.Classes in org.codelibs.jhighlight.fastutil.objects that implement BidirectionalIterator Modifier and Type Class Description classAbstractObjectBidirectionalIterator<K>An abstract class facilitating the creation of type-specific bidirectional iterators.classAbstractObjectListIterator<K>An abstract class facilitating the creation of type-specific list iterators.static classObjectIterators.EmptyIterator<K>A class returning no elements and a type-specific iterator interface.static classObjectIterators.UnmodifiableBidirectionalIterator<K>An unmodifiable wrapper class for bidirectional iterators.static classObjectIterators.UnmodifiableListIterator<K>An unmodifiable wrapper class for list iterators.
-