Package | Description |
---|---|
org.codelibs.jhighlight.fastutil.chars | |
org.codelibs.jhighlight.fastutil.objects |
Modifier and Type | Interface and Description |
---|---|
interface |
CharBidirectionalIterator
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
interface |
CharListIterator
A type-specific bidirectional iterator that is also a
ListIterator . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCharBidirectionalIterator
An abstract class facilitating the creation of type-specific bidirectional iterators.
|
class |
AbstractCharListIterator
An abstract class facilitating the creation of type-specific list iterators.
|
static class |
CharIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface.
|
static class |
CharIterators.UnmodifiableBidirectionalIterator
An unmodifiable wrapper class for bidirectional iterators.
|
static class |
CharIterators.UnmodifiableListIterator
An unmodifiable wrapper class for list iterators.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ObjectBidirectionalIterator<K>
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
interface |
ObjectListIterator<K>
A type-specific bidirectional iterator that is also a
ListIterator . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractObjectBidirectionalIterator<K>
An abstract class facilitating the creation of type-specific bidirectional iterators.
|
class |
AbstractObjectListIterator<K>
An abstract class facilitating the creation of type-specific list iterators.
|
static class |
ObjectIterators.EmptyIterator<K>
A class returning no elements and a type-specific iterator interface.
|
static class |
ObjectIterators.UnmodifiableBidirectionalIterator<K>
An unmodifiable wrapper class for bidirectional iterators.
|
static class |
ObjectIterators.UnmodifiableListIterator<K>
An unmodifiable wrapper class for list iterators.
|
Copyright © 2011–2024. All rights reserved.