Package | Description |
---|---|
com.uwyn.jhighlight.fastutil.chars | |
com.uwyn.jhighlight.fastutil.objects |
Class and Description |
---|
ObjectBidirectionalIterator
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
ObjectCollection
A type-specific
Collection ; provides some additional methods
that use polymorphism to avoid (un)boxing. |
ObjectIterable
A type-specific
Iterable that strengthens that specification of Iterable.iterator() . |
ObjectIterator
A type-specific
Iterator ; provides an additional method to avoid (un)boxing, and
the possibility to skip elements. |
ObjectSet
A type-specific
Set ; provides some additional methods that use polymorphism to avoid (un)boxing. |
Class and Description |
---|
AbstractObjectBidirectionalIterator
An abstract class facilitating the creation of type-specific bidirectional iterators.
|
AbstractObjectCollection
An abstract class providing basic methods for collections implementing a type-specific interface.
|
AbstractObjectIterator
An abstract class facilitating the creation of type-specific iterators.
|
AbstractObjectList
An abstract class providing basic methods for lists implementing a type-specific list interface.
|
AbstractObjectListIterator
An abstract class facilitating the creation of type-specific list iterators.
|
ObjectArrayList
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
|
ObjectBidirectionalIterator
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
ObjectCollection
A type-specific
Collection ; provides some additional methods
that use polymorphism to avoid (un)boxing. |
ObjectIterable
A type-specific
Iterable that strengthens that specification of Iterable.iterator() . |
ObjectIterator
A type-specific
Iterator ; provides an additional method to avoid (un)boxing, and
the possibility to skip elements. |
ObjectIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface.
|
ObjectList
A type-specific
List ; provides some additional methods that use polymorphism to avoid (un)boxing. |
ObjectListIterator
A type-specific bidirectional iterator that is also a
ListIterator . |
ObjectSet
A type-specific
Set ; provides some additional methods that use polymorphism to avoid (un)boxing. |
Copyright © 2011–2020. All rights reserved.