| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.ints |
Provides type-specific classes for integer elements or keys.
|
| it.unimi.dsi.fastutil.longs |
Provides type-specific classes for long elements or keys.
|
| it.unimi.dsi.fastutil.objects |
| Class and Description |
|---|
| 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.
|
| 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. |
| ObjectSortedSet
A type-specific
SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Class and Description |
|---|
| 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.
|
| 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. |
| ObjectSortedSet
A type-specific
SortedSet; 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.
|
| AbstractObjectSet
An abstract class providing basic methods for sets implementing a type-specific interface.
|
| ObjectArrayList
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
|
| ObjectArraySet
A simple, brute-force implementation of a set based on a backing array.
|
| 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. |
| ObjectCollections.EmptyCollection
An immutable class representing an empty type-specific collection.
|
| ObjectCollections.SynchronizedCollection
A synchronized wrapper class for collections.
|
| ObjectCollections.UnmodifiableCollection
An unmodifiable wrapper class for collections.
|
| 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. |
| ObjectSets.EmptySet
An immutable class representing the empty set and implementing a type-specific set interface.
|
| ObjectSets.Singleton
An immutable class representing a type-specific singleton set.
|
| ObjectSets.SynchronizedSet
A synchronized wrapper class for sets.
|
| ObjectSets.UnmodifiableSet
An unmodifiable wrapper class for sets.
|
| ObjectSortedSet
A type-specific
SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing. |
| ObjectSortedSets.EmptySet
An immutable class representing the empty sorted set and implementing a type-specific set interface.
|
Copyright © 2016. All rights reserved.