|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LongIterable | |
---|---|
it.unimi.dsi.fastutil.bytes | Provides type-specific classes for byte elements or keys. |
it.unimi.dsi.fastutil.chars | Provides type-specific classes for character elements or keys. |
it.unimi.dsi.fastutil.doubles | Provides type-specific classes for double elements or keys. |
it.unimi.dsi.fastutil.floats | Provides type-specific classes for float elements or keys. |
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 | Provides type-specific classes for object elements or keys. |
it.unimi.dsi.fastutil.shorts | Provides type-specific classes for short elements or keys. |
Uses of LongIterable in it.unimi.dsi.fastutil.bytes |
---|
Classes in it.unimi.dsi.fastutil.bytes that implement LongIterable | |
---|---|
protected class |
AbstractByte2LongSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
Uses of LongIterable in it.unimi.dsi.fastutil.chars |
---|
Classes in it.unimi.dsi.fastutil.chars that implement LongIterable | |
---|---|
protected class |
AbstractChar2LongSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
Uses of LongIterable in it.unimi.dsi.fastutil.doubles |
---|
Classes in it.unimi.dsi.fastutil.doubles that implement LongIterable | |
---|---|
protected class |
AbstractDouble2LongSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
Uses of LongIterable in it.unimi.dsi.fastutil.floats |
---|
Classes in it.unimi.dsi.fastutil.floats that implement LongIterable | |
---|---|
protected class |
AbstractFloat2LongSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
Uses of LongIterable in it.unimi.dsi.fastutil.ints |
---|
Classes in it.unimi.dsi.fastutil.ints that implement LongIterable | |
---|---|
protected class |
AbstractInt2LongSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
Uses of LongIterable in it.unimi.dsi.fastutil.longs |
---|
Subinterfaces of LongIterable in it.unimi.dsi.fastutil.longs | |
---|---|
interface |
LongBigList
A type-specific BigList ; provides some additional methods that use polymorphism to avoid (un)boxing. |
interface |
LongCollection
A type-specific Collection ; provides some additional methods
that use polymorphism to avoid (un)boxing. |
interface |
LongList
A type-specific List ; provides some additional methods that use polymorphism to avoid (un)boxing. |
interface |
LongSet
A type-specific Set ; provides some additional methods that use polymorphism to avoid (un)boxing. |
interface |
LongSortedSet
A type-specific SortedSet ; provides some additional methods that use polymorphism to avoid (un)boxing. |
Classes in it.unimi.dsi.fastutil.longs that implement LongIterable | |
---|---|
protected class |
AbstractLong2BooleanSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2ByteSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2CharSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2DoubleSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2FloatSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2IntSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2LongSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2LongSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
protected class |
AbstractLong2ObjectSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2ReferenceSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2ShortSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
class |
AbstractLongBigList
An abstract class providing basic methods for big lists implementing a type-specific big list interface. |
static class |
AbstractLongBigList.LongSubList
|
class |
AbstractLongCollection
An abstract class providing basic methods for collections implementing a type-specific interface. |
class |
AbstractLongList
An abstract class providing basic methods for lists implementing a type-specific list interface. |
static class |
AbstractLongList.LongSubList
|
class |
AbstractLongSet
An abstract class providing basic methods for sets implementing a type-specific interface. |
class |
AbstractLongSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface. |
class |
LongArrayList
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing. |
class |
LongArraySet
A simple, brute-force implementation of a set based on a backing array. |
class |
LongAVLTreeSet
A type-specific AVL tree set with a fast, small-footprint implementation. |
class |
LongBigArrayBigList
A type-specific big list based on a big array; provides some additional methods that use polymorphism to avoid (un)boxing. |
static class |
LongBigLists.EmptyBigList
An immutable class representing an empty type-specific big list. |
static class |
LongBigLists.ListBigList
A class exposing a list as a big list. |
static class |
LongBigLists.Singleton
An immutable class representing a type-specific singleton big list. |
static class |
LongBigLists.SynchronizedBigList
A synchronized wrapper class for big lists. |
static class |
LongBigLists.UnmodifiableBigList
An unmodifiable wrapper class for big lists. |
static class |
LongCollections.EmptyCollection
An immutable class representing an empty type-specific collection. |
static class |
LongCollections.IterableCollection
A collection wrapper class for iterables. |
static class |
LongCollections.SynchronizedCollection
A synchronized wrapper class for collections. |
static class |
LongCollections.UnmodifiableCollection
An unmodifiable wrapper class for collections. |
class |
LongLinkedOpenCustomHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
LongLinkedOpenHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
static class |
LongLists.EmptyList
An immutable class representing an empty type-specific list. |
static class |
LongLists.Singleton
An immutable class representing a type-specific singleton list. |
static class |
LongLists.SynchronizedList
A synchronized wrapper class for lists. |
static class |
LongLists.UnmodifiableList
An unmodifiable wrapper class for lists. |
class |
LongOpenCustomHashSet
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
class |
LongOpenHashBigSet
A type-specific hash big set with with a fast, small-footprint implementation. |
class |
LongOpenHashSet
A type-specific hash set with with a fast, small-footprint implementation. |
class |
LongRBTreeSet
A type-specific red-black tree set with a fast, small-footprint implementation. |
static class |
LongSets.EmptySet
An immutable class representing the empty set and implementing a type-specific set interface. |
static class |
LongSets.Singleton
An immutable class representing a type-specific singleton set. |
static class |
LongSets.SynchronizedSet
A synchronized wrapper class for sets. |
static class |
LongSets.UnmodifiableSet
An unmodifiable wrapper class for sets. |
static class |
LongSortedSets.EmptySet
An immutable class representing the empty sorted set and implementing a type-specific set interface. |
static class |
LongSortedSets.Singleton
A class representing a singleton sorted set. |
static class |
LongSortedSets.SynchronizedSortedSet
A synchronized wrapper class for sorted sets. |
static class |
LongSortedSets.UnmodifiableSortedSet
An unmodifiable wrapper class for sorted sets. |
Fields in it.unimi.dsi.fastutil.longs declared as LongIterable | |
---|---|
protected LongIterable |
LongCollections.IterableCollection.iterable
|
Methods in it.unimi.dsi.fastutil.longs with parameters of type LongIterable | |
---|---|
static LongCollection |
LongCollections.asCollection(LongIterable iterable)
Returns an unmodifiable collection backed by the specified iterable. |
Constructors in it.unimi.dsi.fastutil.longs with parameters of type LongIterable | |
---|---|
LongCollections.IterableCollection(LongIterable iterable)
|
Uses of LongIterable in it.unimi.dsi.fastutil.objects |
---|
Classes in it.unimi.dsi.fastutil.objects that implement LongIterable | |
---|---|
protected class |
AbstractObject2LongSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
protected class |
AbstractReference2LongSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
Uses of LongIterable in it.unimi.dsi.fastutil.shorts |
---|
Classes in it.unimi.dsi.fastutil.shorts that implement LongIterable | |
---|---|
protected class |
AbstractShort2LongSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |