| パッケージ | 説明 |
|---|---|
| com.uwyn.jhighlight.fastutil.chars | |
| com.uwyn.jhighlight.fastutil.objects |
| 修飾子とタイプ | インタフェースと説明 |
|---|---|
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. |
| 修飾子とタイプ | クラスと説明 |
|---|---|
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.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ObjectIterator<Char2ObjectMap.Entry<V>> |
Char2ObjectMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
|
| 修飾子とタイプ | インタフェースと説明 |
|---|---|
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. |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
AbstractObjectBidirectionalIterator<K>
An abstract class facilitating the creation of type-specific bidirectional iterators.
|
class |
AbstractObjectIterator<K>
An abstract class facilitating the creation of type-specific 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.UnmodifiableIterator<K>
An unmodifiable wrapper class for iterators.
|
static class |
ObjectIterators.UnmodifiableListIterator<K>
An unmodifiable wrapper class for list iterators.
|
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected ObjectIterator<K> |
ObjectIterators.UnmodifiableIterator.i |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static <K> ObjectIterator<K> |
ObjectIterators.asObjectIterator(Iterator<K> i)
Wraps a standard iterator into a type-specific iterator.
|
static <K> ObjectIterator<K> |
ObjectIterators.concat(ObjectIterator<? extends K>[] a)
Concatenates all iterators contained in an array.
|
static <K> ObjectIterator<K> |
ObjectIterators.concat(ObjectIterator<? extends K>[] a,
int offset,
int length)
Concatenates a sequence of iterators contained in an array.
|
ObjectIterator<K> |
ObjectSet.iterator()
Returns a type-specific iterator on the elements of this set.
|
ObjectIterator<K> |
ObjectIterable.iterator()
Returns a type-specific iterator.
|
ObjectIterator<K> |
ObjectCollection.iterator()
Returns a type-specific iterator on the elements of this collection.
|
abstract ObjectIterator<K> |
AbstractObjectSet.iterator() |
abstract ObjectIterator<K> |
AbstractObjectCollection.iterator() |
ObjectIterator<K> |
ObjectCollection.objectIterator()
非推奨です。
As of
fastutil 5, replaced by ObjectCollection.iterator(). |
ObjectIterator<K> |
AbstractObjectCollection.objectIterator()
非推奨です。
|
static <K> ObjectIterator<K> |
ObjectIterators.unmodifiable(ObjectIterator<K> i)
Returns an unmodifiable iterator backed by the specified iterator.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static <K> ObjectIterator<K> |
ObjectIterators.concat(ObjectIterator<? extends K>[] a)
Concatenates all iterators contained in an array.
|
static <K> ObjectIterator<K> |
ObjectIterators.concat(ObjectIterator<? extends K>[] a,
int offset,
int length)
Concatenates a sequence of iterators contained in an array.
|
static <K> ObjectIterator<K> |
ObjectIterators.unmodifiable(ObjectIterator<K> i)
Returns an unmodifiable iterator backed by the specified iterator.
|
| コンストラクタと説明 |
|---|
ObjectArrayList(ObjectIterator<? extends K> i)
Creates a new array list and fills it with the elements returned by a type-specific iterator..
|
UnmodifiableIterator(ObjectIterator<K> i) |
Copyright © 2011–2016. All rights reserved.