Index

A B C D E F G H I K L M N O P R S T U V W 
All Classes|All Packages

A

AbstractByte2ByteFunction - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractByte2ByteMap - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2ByteMap.BasicEntry - Class in it.unimi.dsi.fastutil.bytes
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractByte2ByteMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.bytes
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractByte2ByteSortedMap - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractByte2CharFunction - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractByte2CharMap - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2CharMap.BasicEntry - Class in it.unimi.dsi.fastutil.bytes
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractByte2CharMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.bytes
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractByte2CharSortedMap - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractByte2DoubleFunction - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractByte2DoubleMap - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2DoubleMap.BasicEntry - Class in it.unimi.dsi.fastutil.bytes
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractByte2DoubleMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.bytes
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractByte2DoubleSortedMap - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractByte2IntFunction - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractByte2IntMap - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2IntMap.BasicEntry - Class in it.unimi.dsi.fastutil.bytes
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractByte2IntMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.bytes
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractByte2IntSortedMap - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractByte2LongFunction - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractByte2LongMap - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2LongMap.BasicEntry - Class in it.unimi.dsi.fastutil.bytes
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractByte2LongMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.bytes
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractByte2LongSortedMap - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractByte2ObjectFunction<V> - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractByte2ObjectMap<V> - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2ObjectMap.BasicEntry<V> - Class in it.unimi.dsi.fastutil.bytes
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractByte2ObjectMap.BasicEntrySet<V> - Class in it.unimi.dsi.fastutil.bytes
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractByte2ObjectSortedMap<V> - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractByte2ReferenceFunction<V> - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractByte2ReferenceMap<V> - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2ReferenceMap.BasicEntry<V> - Class in it.unimi.dsi.fastutil.bytes
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractByte2ReferenceMap.BasicEntrySet<V> - Class in it.unimi.dsi.fastutil.bytes
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractByte2ReferenceSortedMap<V> - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractByteBidirectionalIterator - Class in it.unimi.dsi.fastutil.bytes
Deprecated.
As of fastutil 8 this class is no longer necessary, as its previous abstract methods are now default methods of the type-specific interface.
AbstractByteBigList - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for big lists implementing a type-specific big list interface.
AbstractByteBigList.ByteRandomAccessSubList - Class in it.unimi.dsi.fastutil.bytes
 
AbstractByteBigList.ByteSubList - Class in it.unimi.dsi.fastutil.bytes
A class implementing a sublist view.
AbstractByteBigListIterator - Class in it.unimi.dsi.fastutil.bytes
Deprecated.
As of fastutil 8 this class is no longer necessary, as its previous abstract methods are now default methods of the type-specific interface.
AbstractByteCollection - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for collections implementing a type-specific interface.
AbstractByteComparator - Class in it.unimi.dsi.fastutil.bytes
Deprecated.
As of fastutil 8 this class is no longer necessary, as its only previous abstract method is now a default method of the type-specific interface.
AbstractByteIterator - Class in it.unimi.dsi.fastutil.bytes
An abstract class facilitating the creation of type-specific iterators.
AbstractByteList - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for lists implementing a type-specific list interface.
AbstractByteList.ByteRandomAccessSubList - Class in it.unimi.dsi.fastutil.bytes
 
AbstractByteList.ByteSubList - Class in it.unimi.dsi.fastutil.bytes
A class implementing a sublist view.
AbstractByteListIterator - Class in it.unimi.dsi.fastutil.bytes
Deprecated.
As of fastutil 8 this class is no longer necessary, as its previous abstract methods are now default methods of the type-specific interface.
AbstractBytePriorityQueue - Class in it.unimi.dsi.fastutil.bytes
Deprecated.
As of fastutil 8 this class is no longer necessary, as its previous abstract methods are now default methods of the type-specific interface.
AbstractBytePriorityQueue() - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractBytePriorityQueue
Deprecated.
 
AbstractByteSet - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for sets implementing a type-specific interface.
AbstractByteSortedSet - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
AbstractByteSpliterator - Class in it.unimi.dsi.fastutil.bytes
An abstract class facilitating the creation of type-specific iterators.
AbstractByteStack - Class in it.unimi.dsi.fastutil.bytes
Deprecated.
As of fastutil 8 this class is no longer necessary, as its previous abstract methods are now default methods of the type-specific interface.
AbstractChar2ByteFunction - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractChar2ByteMap - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractChar2ByteMap.BasicEntry - Class in it.unimi.dsi.fastutil.chars
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractChar2ByteMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.chars
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractChar2ByteSortedMap - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractChar2CharFunction - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractChar2CharMap - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractChar2CharMap.BasicEntry - Class in it.unimi.dsi.fastutil.chars
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractChar2CharMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.chars
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractChar2CharSortedMap - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractChar2DoubleFunction - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractChar2DoubleMap - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractChar2DoubleMap.BasicEntry - Class in it.unimi.dsi.fastutil.chars
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractChar2DoubleMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.chars
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractChar2DoubleSortedMap - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractChar2IntFunction - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractChar2IntMap - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractChar2IntMap.BasicEntry - Class in it.unimi.dsi.fastutil.chars
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractChar2IntMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.chars
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractChar2IntSortedMap - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractChar2LongFunction - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractChar2LongMap - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractChar2LongMap.BasicEntry - Class in it.unimi.dsi.fastutil.chars
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractChar2LongMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.chars
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractChar2LongSortedMap - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractChar2ObjectFunction<V> - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractChar2ObjectMap<V> - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractChar2ObjectMap.BasicEntry<V> - Class in it.unimi.dsi.fastutil.chars
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractChar2ObjectMap.BasicEntrySet<V> - Class in it.unimi.dsi.fastutil.chars
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractChar2ObjectSortedMap<V> - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractChar2ReferenceFunction<V> - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractChar2ReferenceMap<V> - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractChar2ReferenceMap.BasicEntry<V> - Class in it.unimi.dsi.fastutil.chars
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractChar2ReferenceMap.BasicEntrySet<V> - Class in it.unimi.dsi.fastutil.chars
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractChar2ReferenceSortedMap<V> - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractCharBidirectionalIterator - Class in it.unimi.dsi.fastutil.chars
Deprecated.
As of fastutil 8 this class is no longer necessary, as its previous abstract methods are now default methods of the type-specific interface.
AbstractCharBigList - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for big lists implementing a type-specific big list interface.
AbstractCharBigList.CharRandomAccessSubList - Class in it.unimi.dsi.fastutil.chars
 
AbstractCharBigList.CharSubList - Class in it.unimi.dsi.fastutil.chars
A class implementing a sublist view.
AbstractCharBigListIterator - Class in it.unimi.dsi.fastutil.chars
Deprecated.
As of fastutil 8 this class is no longer necessary, as its previous abstract methods are now default methods of the type-specific interface.
AbstractCharCollection - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for collections implementing a type-specific interface.
AbstractCharComparator - Class in it.unimi.dsi.fastutil.chars
Deprecated.
As of fastutil 8 this class is no longer necessary, as its only previous abstract method is now a default method of the type-specific interface.
AbstractCharIterator - Class in it.unimi.dsi.fastutil.chars
An abstract class facilitating the creation of type-specific iterators.
AbstractCharList - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for lists implementing a type-specific list interface.
AbstractCharList.CharRandomAccessSubList - Class in it.unimi.dsi.fastutil.chars
 
AbstractCharList.CharSubList - Class in it.unimi.dsi.fastutil.chars
A class implementing a sublist view.
AbstractCharListIterator - Class in it.unimi.dsi.fastutil.chars
Deprecated.
As of fastutil 8 this class is no longer necessary, as its previous abstract methods are now default methods of the type-specific interface.
AbstractCharPriorityQueue - Class in it.unimi.dsi.fastutil.chars
Deprecated.
As of fastutil 8 this class is no longer necessary, as its previous abstract methods are now default methods of the type-specific interface.
AbstractCharPriorityQueue() - Constructor for class it.unimi.dsi.fastutil.chars.AbstractCharPriorityQueue
Deprecated.
 
AbstractCharSet - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for sets implementing a type-specific interface.
AbstractCharSortedSet - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
AbstractCharSpliterator - Class in it.unimi.dsi.fastutil.chars
An abstract class facilitating the creation of type-specific iterators.
AbstractCharStack - Class in it.unimi.dsi.fastutil.chars
Deprecated.
As of fastutil 8 this class is no longer necessary, as its previous abstract methods are now default methods of the type-specific interface.
AbstractDouble2ByteFunction - Class in it.unimi.dsi.fastutil.doubles
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractDouble2ByteMap - Class in it.unimi.dsi.fastutil.doubles
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractDouble2ByteMap.BasicEntry - Class in it.unimi.dsi.fastutil.doubles
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractDouble2ByteMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.doubles
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractDouble2ByteSortedMap - Class in it.unimi.dsi.fastutil.doubles
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractDouble2CharFunction - Class in it.unimi.dsi.fastutil.doubles
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractDouble2CharMap - Class in it.unimi.dsi.fastutil.doubles
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractDouble2CharMap.BasicEntry - Class in it.unimi.dsi.fastutil.doubles
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractDouble2CharMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.doubles
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractDouble2CharSortedMap - Class in it.unimi.dsi.fastutil.doubles
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractDouble2ReferenceFunction<V> - Class in it.unimi.dsi.fastutil.doubles
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractDouble2ReferenceMap<V> - Class in it.unimi.dsi.fastutil.doubles
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractDouble2ReferenceMap.BasicEntry<V> - Class in it.unimi.dsi.fastutil.doubles
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractDouble2ReferenceMap.BasicEntrySet<V> - Class in it.unimi.dsi.fastutil.doubles
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractDouble2ReferenceSortedMap<V> - Class in it.unimi.dsi.fastutil.doubles
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractInt2ByteFunction - Class in it.unimi.dsi.fastutil.ints
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractInt2ByteMap - Class in it.unimi.dsi.fastutil.ints
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractInt2ByteMap.BasicEntry - Class in it.unimi.dsi.fastutil.ints
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractInt2ByteMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.ints
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractInt2ByteSortedMap - Class in it.unimi.dsi.fastutil.ints
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractInt2CharFunction - Class in it.unimi.dsi.fastutil.ints
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractInt2CharMap - Class in it.unimi.dsi.fastutil.ints
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractInt2CharMap.BasicEntry - Class in it.unimi.dsi.fastutil.ints
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractInt2CharMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.ints
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractInt2CharSortedMap - Class in it.unimi.dsi.fastutil.ints
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractInt2ReferenceFunction<V> - Class in it.unimi.dsi.fastutil.ints
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractInt2ReferenceMap<V> - Class in it.unimi.dsi.fastutil.ints
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractInt2ReferenceMap.BasicEntry<V> - Class in it.unimi.dsi.fastutil.ints
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractInt2ReferenceMap.BasicEntrySet<V> - Class in it.unimi.dsi.fastutil.ints
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractInt2ReferenceSortedMap<V> - Class in it.unimi.dsi.fastutil.ints
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractLong2ByteFunction - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractLong2ByteMap - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractLong2ByteMap.BasicEntry - Class in it.unimi.dsi.fastutil.longs
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractLong2ByteMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.longs
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractLong2ByteSortedMap - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractLong2CharFunction - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractLong2CharMap - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractLong2CharMap.BasicEntry - Class in it.unimi.dsi.fastutil.longs
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractLong2CharMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.longs
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractLong2CharSortedMap - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractLong2ReferenceFunction<V> - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractLong2ReferenceMap<V> - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractLong2ReferenceMap.BasicEntry<V> - Class in it.unimi.dsi.fastutil.longs
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractLong2ReferenceMap.BasicEntrySet<V> - Class in it.unimi.dsi.fastutil.longs
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractLong2ReferenceSortedMap<V> - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractObject2ByteFunction<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractObject2ByteMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractObject2ByteMap.BasicEntry<K> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractObject2ByteMap.BasicEntrySet<K> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractObject2ByteSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractObject2CharFunction<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractObject2CharMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractObject2CharMap.BasicEntry<K> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractObject2CharMap.BasicEntrySet<K> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractObject2CharSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractObject2ReferenceFunction<K,​V> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractObject2ReferenceMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractObject2ReferenceMap.BasicEntry<K,​V> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractObject2ReferenceMap.BasicEntrySet<K,​V> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractObject2ReferenceSortedMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractReference2ByteFunction<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractReference2ByteMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractReference2ByteMap.BasicEntry<K> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractReference2ByteMap.BasicEntrySet<K> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractReference2ByteSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractReference2CharFunction<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractReference2CharMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractReference2CharMap.BasicEntry<K> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractReference2CharMap.BasicEntrySet<K> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractReference2CharSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractReference2DoubleFunction<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractReference2DoubleMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractReference2DoubleMap.BasicEntry<K> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractReference2DoubleMap.BasicEntrySet<K> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractReference2DoubleSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractReference2IntFunction<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractReference2IntMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractReference2IntMap.BasicEntry<K> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractReference2IntMap.BasicEntrySet<K> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractReference2IntSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractReference2LongFunction<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractReference2LongMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractReference2LongMap.BasicEntry<K> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractReference2LongMap.BasicEntrySet<K> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractReference2LongSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractReference2ObjectFunction<K,​V> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractReference2ObjectMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractReference2ObjectMap.BasicEntry<K,​V> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractReference2ObjectMap.BasicEntrySet<K,​V> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractReference2ObjectSortedMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractReference2ReferenceFunction<K,​V> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractReference2ReferenceMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractReference2ReferenceMap.BasicEntry<K,​V> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractReference2ReferenceMap.BasicEntrySet<K,​V> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractReference2ReferenceSortedMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractReferenceBigList<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for big lists implementing a type-specific big list interface.
AbstractReferenceBigList.ReferenceRandomAccessSubList<K> - Class in it.unimi.dsi.fastutil.objects
 
AbstractReferenceBigList.ReferenceSubList<K> - Class in it.unimi.dsi.fastutil.objects
A class implementing a sublist view.
AbstractReferenceCollection<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for collections implementing a type-specific interface.
AbstractReferenceList<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for lists implementing a type-specific list interface.
AbstractReferenceList.ReferenceRandomAccessSubList<K> - Class in it.unimi.dsi.fastutil.objects
 
AbstractReferenceList.ReferenceSubList<K> - Class in it.unimi.dsi.fastutil.objects
A class implementing a sublist view.
AbstractReferenceSet<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sets implementing a type-specific interface.
AbstractReferenceSortedSet<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
accept(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteConsumer
Performs this operation on the given input.
accept(char) - Method in interface it.unimi.dsi.fastutil.chars.CharConsumer
Performs this operation on the given input.
accept(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteConsumer
Deprecated.
Please use the corresponding exact type-specific method instead.
accept(int) - Method in interface it.unimi.dsi.fastutil.chars.CharConsumer
Deprecated.
Please use the corresponding exact type-specific method instead.
accept(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteConsumer
Deprecated.
Please use the corresponding type-specific method instead.
accept(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharConsumer
Deprecated.
Please use the corresponding type-specific method instead.
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Ensures that this collection contains the specified element (optional operation).
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
 
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
Ensures that this collection contains the specified element (optional operation).
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Ensures that this collection contains the specified element (optional operation).
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteArraySet
 
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
 
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
add(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigListIterator
Inserts the specified element into the list (optional operation).
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.AbstractIndexBasedBigListIterator
 
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.BigListIteratorListIterator
 
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
add(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Ensures that this collection contains the specified element (optional operation).
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedListIterator
 
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
 
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
 
add(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Appends the specified element to the end of this list (optional operation).
add(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteListIterator
Inserts the specified element into the list (optional operation).
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
 
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
 
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
 
add(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Ensures that this collection contains the specified element (optional operation).
add(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList.CharSubList
 
add(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharCollection
Ensures that this collection contains the specified element (optional operation).
add(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
Ensures that this collection contains the specified element (optional operation).
add(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList.CharSubList
 
add(char) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
add(char) - Method in class it.unimi.dsi.fastutil.chars.CharArraySet
 
add(char) - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
add(char) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
add(char) - Method in interface it.unimi.dsi.fastutil.chars.CharBigListIterator
Inserts the specified element into the list (optional operation).
add(char) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.AbstractIndexBasedBigListIterator
 
add(char) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.BigListIteratorListIterator
 
add(char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
add(char) - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Ensures that this collection contains the specified element (optional operation).
add(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
add(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
add(char) - Method in class it.unimi.dsi.fastutil.chars.CharIterators.AbstractIndexBasedListIterator
 
add(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
 
add(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
 
add(char) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Appends the specified element to the end of this list (optional operation).
add(char) - Method in interface it.unimi.dsi.fastutil.chars.CharListIterator
Inserts the specified element into the list (optional operation).
add(char) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
add(char) - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
 
add(char) - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
 
add(char) - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
add(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Inserts the specified element at the specified position in this list (optional operation).
add(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
add(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
add(int, byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Inserts the specified element at the specified position in this list (optional operation).
add(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
add(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
add(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
add(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
add(int, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
Inserts the specified element at the specified position in this list (optional operation).
add(int, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList.CharSubList
 
add(int, char) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
add(int, char) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Inserts the specified element at the specified position in this list (optional operation).
add(int, char) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
add(int, char) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
add(int, char) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
add(int, char) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
add(int, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
add(int, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
add(int, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
add(int, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
add(int, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
add(int, Character) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Deprecated.
Please use the corresponding type-specific method instead.
add(int, Character) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
add(int, Character) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
add(int, Character) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
add(int, Character) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
add(int, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
add(int, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList.ReferenceSubList
 
add(int, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
add(int, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
add(int, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Deprecated. 
add(int, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
add(int, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
add(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Inserts the specified element at the specified position in this type-specific big list (optional operation).
add(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
 
add(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
add(long, byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Inserts the specified element at the specified position in this type-specific big list (optional operation).
add(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
add(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
add(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
add(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
add(long, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Inserts the specified element at the specified position in this type-specific big list (optional operation).
add(long, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList.CharSubList
 
add(long, char) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
add(long, char) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Inserts the specified element at the specified position in this type-specific big list (optional operation).
add(long, char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
add(long, char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
add(long, char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
add(long, char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
add(long, Byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Deprecated.
Please use the corresponding type-specific method instead.
add(long, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Deprecated.
Please use the corresponding type-specific method instead.
add(long, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
Deprecated.
Please use the corresponding type-specific method instead.
add(long, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
Deprecated.
Please use the corresponding type-specific method instead.
add(long, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
Deprecated.
Please use the corresponding type-specific method instead.
add(long, Character) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Deprecated.
Please use the corresponding type-specific method instead.
add(long, Character) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Deprecated.
Please use the corresponding type-specific method instead.
add(long, Character) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
Deprecated.
Please use the corresponding type-specific method instead.
add(long, Character) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
Deprecated.
Please use the corresponding type-specific method instead.
add(long, Character) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
Deprecated.
Please use the corresponding type-specific method instead.
add(long, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
add(long, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
add(long, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
add(long, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
add(long, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
add(long, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
 
add(long, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.UnmodifiableBigList
 
add(Byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
Deprecated.
Please use the corresponding type-specific method instead.
add(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
add(Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
Deprecated.
Please use the corresponding type-specific method instead.
add(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Deprecated.
Please use the corresponding type-specific method instead.
add(Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
Deprecated.
add(Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
Deprecated.
add(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
add(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteListIterator
Deprecated.
Please use the corresponding type-specific method instead.
add(Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
add(Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
add(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteSet
Deprecated.
Please use the corresponding type-specific method instead.
add(Character) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharCollection
Deprecated.
Please use the corresponding type-specific method instead.
add(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
add(Character) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
Deprecated.
Please use the corresponding type-specific method instead.
add(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Deprecated.
Please use the corresponding type-specific method instead.
add(Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
Deprecated.
add(Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
Deprecated.
add(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Deprecated.
Please use the corresponding type-specific method instead.
add(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharListIterator
Deprecated.
Please use the corresponding type-specific method instead.
add(Character) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
add(Character) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
add(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharSet
Deprecated.
Please use the corresponding type-specific method instead.
add(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
add(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
add(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
add(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList.ReferenceSubList
 
add(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
add(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
 
add(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
add(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
add(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
add(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
add(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
 
add(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Deprecated. 
add(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
 
add(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
 
addAll(int, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
addAll(int, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
addAll(int, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
addAll(int, ByteCollection) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Inserts all of the elements in the specified type-specific collection into this type-specific list at the specified position (optional operation).
addAll(int, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
addAll(int, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
addAll(int, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
addAll(int, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
addAll(int, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
addAll(int, ByteList) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
addAll(int, ByteList) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
addAll(int, ByteList) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Inserts all of the elements in the specified type-specific list into this type-specific list at the specified position (optional operation).
addAll(int, ByteList) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
addAll(int, ByteList) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
addAll(int, ByteList) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
addAll(int, ByteList) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
addAll(int, ByteList) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
addAll(int, CharCollection) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
 
addAll(int, CharCollection) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList.CharSubList
 
addAll(int, CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
addAll(int, CharCollection) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Inserts all of the elements in the specified type-specific collection into this type-specific list at the specified position (optional operation).
addAll(int, CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
addAll(int, CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
addAll(int, CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
addAll(int, CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
addAll(int, CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
addAll(int, CharList) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList.CharSubList
 
addAll(int, CharList) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
addAll(int, CharList) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Inserts all of the elements in the specified type-specific list into this type-specific list at the specified position (optional operation).
addAll(int, CharList) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
addAll(int, CharList) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
addAll(int, CharList) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
addAll(int, CharList) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
addAll(int, CharList) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
addAll(int, ReferenceList<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
addAll(int, ReferenceList<? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Inserts all of the elements in the specified type-specific list into this type-specific list at the specified position (optional operation).
addAll(int, Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Adds all of the elements in the specified collection to this list (optional operation).
addAll(int, Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
addAll(int, Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
addAll(int, Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
addAll(int, Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
addAll(int, Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
addAll(int, Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
addAll(int, Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
Adds all of the elements in the specified collection to this list (optional operation).
addAll(int, Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList.CharSubList
 
addAll(int, Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
addAll(int, Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
addAll(int, Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
addAll(int, Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
addAll(int, Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
addAll(int, Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
Adds all of the elements in the specified collection to this list (optional operation).
addAll(int, Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList.ReferenceSubList
 
addAll(int, Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
addAll(int, Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
addAll(int, Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Deprecated. 
addAll(int, Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
addAll(int, Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
addAll(int, Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
addAll(long, ByteBigList) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
 
addAll(long, ByteBigList) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
addAll(long, ByteBigList) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Inserts all of the elements in the specified type-specific big list into this type-specific big list at the specified position (optional operation).
addAll(long, ByteBigList) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
addAll(long, ByteBigList) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
addAll(long, ByteBigList) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
addAll(long, ByteBigList) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
addAll(long, ByteBigList) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
addAll(long, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Inserts all of the elements in the specified type-specific collection into this type-specific big list at the specified position (optional operation).
addAll(long, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
 
addAll(long, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
addAll(long, ByteCollection) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Inserts all of the elements in the specified type-specific collection into this type-specific big list at the specified position (optional operation).
addAll(long, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
addAll(long, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
addAll(long, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
addAll(long, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
addAll(long, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
addAll(long, ByteList) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
addAll(long, ByteList) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Inserts all of the elements in the specified type-specific list into this type-specific big list at the specified position (optional operation).
addAll(long, CharBigList) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList.CharSubList
 
addAll(long, CharBigList) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
addAll(long, CharBigList) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Inserts all of the elements in the specified type-specific big list into this type-specific big list at the specified position (optional operation).
addAll(long, CharBigList) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
addAll(long, CharBigList) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
addAll(long, CharBigList) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
addAll(long, CharBigList) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
addAll(long, CharBigList) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
addAll(long, CharCollection) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Inserts all of the elements in the specified type-specific collection into this type-specific big list at the specified position (optional operation).
addAll(long, CharCollection) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList.CharSubList
 
addAll(long, CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
addAll(long, CharCollection) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Inserts all of the elements in the specified type-specific collection into this type-specific big list at the specified position (optional operation).
addAll(long, CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
addAll(long, CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
addAll(long, CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
addAll(long, CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
addAll(long, CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
addAll(long, CharList) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
addAll(long, CharList) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Inserts all of the elements in the specified type-specific list into this type-specific big list at the specified position (optional operation).
addAll(long, ReferenceBigList<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
addAll(long, ReferenceBigList<? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Inserts all of the elements in the specified type-specific big list into this type-specific big list at the specified position (optional operation).
addAll(long, ReferenceList<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
addAll(long, ReferenceList<? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Inserts all of the elements in the specified type-specific list into this type-specific big list at the specified position (optional operation).
addAll(long, Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Adds all of the elements in the specified collection to this list (optional operation).
addAll(long, Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
 
addAll(long, Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
addAll(long, Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
addAll(long, Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
addAll(long, Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
addAll(long, Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
addAll(long, Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Adds all of the elements in the specified collection to this list (optional operation).
addAll(long, Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList.CharSubList
 
addAll(long, Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
addAll(long, Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
addAll(long, Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
addAll(long, Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
addAll(long, Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
addAll(long, Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Adds all of the elements in the specified collection to this list (optional operation).
addAll(long, Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
addAll(long, Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
addAll(long, Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
addAll(long, Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
addAll(long, Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.Singleton
 
addAll(long, Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
 
addAll(long, Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.UnmodifiableBigList
 
addAll(ByteBigList) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Appends all of the elements in the specified type-specific big list to the end of this type-specific big list (optional operation).
addAll(ByteBigList) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
addAll(ByteBigList) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
addAll(ByteBigList) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
addAll(ByteBigList) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
addAll(ByteBigList) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
addAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Adds all elements of the given type-specific collection to this collection.
addAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
 
addAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Adds all elements of the given type-specific collection to this collection.
addAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
addAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
addAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
addAll(ByteCollection) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Adds all elements of the given type-specific collection to this collection.
addAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
addAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
addAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
addAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
 
addAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
 
addAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
addAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
addAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
 
addAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
 
addAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.Singleton
 
addAll(ByteList) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Appends all of the elements in the specified type-specific list to the end of this type-specific big list (optional operation).
addAll(ByteList) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Appends all of the elements in the specified type-specific list to the end of this type-specific list (optional operation).
addAll(ByteList) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
addAll(ByteList) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
addAll(ByteList) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
addAll(ByteList) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
addAll(ByteList) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
addAll(CharBigList) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Appends all of the elements in the specified type-specific big list to the end of this type-specific big list (optional operation).
addAll(CharBigList) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
addAll(CharBigList) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
addAll(CharBigList) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
addAll(CharBigList) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
addAll(CharBigList) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
addAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Adds all elements of the given type-specific collection to this collection.
addAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharCollection
 
addAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
Adds all elements of the given type-specific collection to this collection.
addAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
addAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
addAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
addAll(CharCollection) - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Adds all elements of the given type-specific collection to this collection.
addAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
 
addAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
addAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
addAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
 
addAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
 
addAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
addAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
addAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
 
addAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
 
addAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
addAll(CharList) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Appends all of the elements in the specified type-specific list to the end of this type-specific big list (optional operation).
addAll(CharList) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Appends all of the elements in the specified type-specific list to the end of this type-specific list (optional operation).
addAll(CharList) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
addAll(CharList) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
addAll(CharList) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
addAll(CharList) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
addAll(CharList) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
addAll(ReferenceBigList<? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Appends all of the elements in the specified type-specific big list to the end of this type-specific big list (optional operation).
addAll(ReferenceList<? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Appends all of the elements in the specified type-specific list to the end of this type-specific big list (optional operation).
addAll(ReferenceList<? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Appends all of the elements in the specified type-specific list to the end of this type-specific list (optional operation).
addAll(Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
addAll(Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
addAll(Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
addAll(Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
addAll(Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
addAll(Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
addAll(Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
addAll(Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
addAll(Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
 
addAll(Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
 
addAll(Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
addAll(Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
addAll(Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
 
addAll(Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
 
addAll(Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.Singleton
 
addAll(Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
addAll(Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharCollection
addAll(Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
addAll(Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
addAll(Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
addAll(Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
 
addAll(Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
addAll(Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
addAll(Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
 
addAll(Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
 
addAll(Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
addAll(Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
addAll(Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
 
addAll(Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
 
addAll(Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
addAll(Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
addAll(Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
addAll(Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
addAll(Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.Singleton
 
addAll(Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceCollections.EmptyCollection
 
addAll(Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
addAll(Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
addAll(Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
 
addAll(Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Deprecated. 
addAll(Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
addAll(Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
 
addAll(Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
 
addAll(Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
addAndMoveToFirst(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Adds a key to the set; if the key is already present, it is moved to the first position of the iteration order.
addAndMoveToFirst(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Adds a key to the set; if the key is already present, it is moved to the first position of the iteration order.
addAndMoveToFirst(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Adds a key to the set; if the key is already present, it is moved to the first position of the iteration order.
addAndMoveToFirst(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Adds a key to the set; if the key is already present, it is moved to the first position of the iteration order.
addAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Adds a key to the set; if the key is already present, it is moved to the first position of the iteration order.
addAndMoveToLast(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Adds a key to the set; if the key is already present, it is moved to the last position of the iteration order.
addAndMoveToLast(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Adds a key to the set; if the key is already present, it is moved to the last position of the iteration order.
addAndMoveToLast(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Adds a key to the set; if the key is already present, it is moved to the last position of the iteration order.
addAndMoveToLast(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Adds a key to the set; if the key is already present, it is moved to the last position of the iteration order.
addAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Adds a key to the set; if the key is already present, it is moved to the last position of the iteration order.
addElements(int, byte[]) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, byte[]) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
addElements(int, byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
addElements(int, byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
addElements(int, byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
addElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
addElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Adds elements to this type-specific list using optimized system calls.
addElements(int, byte[], int, int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
addElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
addElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
addElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
addElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
addElements(int, char[]) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, char[]) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, char[]) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
addElements(int, char[]) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
addElements(int, char[]) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
addElements(int, char[]) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
addElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList.CharSubList
 
addElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
Adds elements to this type-specific list using optimized system calls.
addElements(int, char[], int, int) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
addElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
addElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
addElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
addElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
addElements(int, K[]) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, K[]) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, K[]) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
addElements(int, K[]) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
addElements(int, K[]) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
addElements(int, K[]) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
addElements(int, K[], int, int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, K[], int, int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList.ReferenceSubList
 
addElements(int, K[], int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Adds elements to this type-specific list using optimized system calls.
addElements(int, K[], int, int) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, K[], int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
addElements(int, K[], int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Deprecated. 
addElements(int, K[], int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
addElements(int, K[], int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
addElements(int, K[], int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
addElements(long, byte[][]) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Add (hopefully quickly) elements to this type-specific big list.
addElements(long, byte[][]) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Add (hopefully quickly) elements to this type-specific big list.
addElements(long, byte[][]) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
addElements(long, byte[][]) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
addElements(long, byte[][]) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
addElements(long, byte[][], long, long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Add (hopefully quickly) elements to this type-specific big list.
addElements(long, byte[][], long, long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
 
addElements(long, byte[][], long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
Adds elements to this type-specific list using optimized system calls.
addElements(long, byte[][], long, long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Add (hopefully quickly) elements to this type-specific big list.
addElements(long, byte[][], long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
addElements(long, byte[][], long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
addElements(long, byte[][], long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
addElements(long, char[][]) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Add (hopefully quickly) elements to this type-specific big list.
addElements(long, char[][]) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Add (hopefully quickly) elements to this type-specific big list.
addElements(long, char[][]) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
addElements(long, char[][]) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
addElements(long, char[][]) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
addElements(long, char[][], long, long) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Add (hopefully quickly) elements to this type-specific big list.
addElements(long, char[][], long, long) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList.CharSubList
 
addElements(long, char[][], long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
Adds elements to this type-specific list using optimized system calls.
addElements(long, char[][], long, long) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Add (hopefully quickly) elements to this type-specific big list.
addElements(long, char[][], long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
addElements(long, char[][], long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
addElements(long, char[][], long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
addElements(long, K[][]) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Add (hopefully quickly) elements to this type-specific big list.
addElements(long, K[][]) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Add (hopefully quickly) elements to this type-specific big list.
addElements(long, K[][]) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
addElements(long, K[][]) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
 
addElements(long, K[][]) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.UnmodifiableBigList
 
addElements(long, K[][], long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Add (hopefully quickly) elements to this type-specific big list.
addElements(long, K[][], long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
addElements(long, K[][], long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Adds elements to this type-specific list using optimized system calls.
addElements(long, K[][], long, long) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Add (hopefully quickly) elements to this type-specific big list.
addElements(long, K[][], long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
addElements(long, K[][], long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
 
addElements(long, K[][], long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.UnmodifiableBigList
 
addTo(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
Adds an increment to value currently associated with a key.
addTo(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
Adds an increment to value currently associated with a key.
addTo(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
Adds an increment to value currently associated with a key.
addTo(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
Adds an increment to value currently associated with a key.
addTo(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
Adds an increment to value currently associated with a key.
addTo(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
Adds an increment to value currently associated with a key.
addTo(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
Adds an increment to value currently associated with a key.
addTo(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
Adds an increment to value currently associated with a key.
addTo(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
Adds an increment to value currently associated with a key.
addTo(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
Adds an increment to value currently associated with a key.
addTo(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
Adds an increment to value currently associated with a key.
addTo(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
Adds an increment to value currently associated with a key.
addTo(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
Adds an increment to value currently associated with a key.
addTo(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
Adds an increment to value currently associated with a key.
addTo(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Adds an increment to value currently associated with a key.
addTo(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Adds an increment to value currently associated with a key.
addTo(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
Adds an increment to value currently associated with a key.
addTo(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
Adds an increment to value currently associated with a key.
addTo(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
Adds an increment to value currently associated with a key.
addTo(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
Adds an increment to value currently associated with a key.
addTo(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Adds an increment to value currently associated with a key.
addTo(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Adds an increment to value currently associated with a key.
addTo(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
Adds an increment to value currently associated with a key.
addTo(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
Adds an increment to value currently associated with a key.
addTo(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
Adds an increment to value currently associated with a key.
addTo(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
Adds an increment to value currently associated with a key.
addTo(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
Adds an increment to value currently associated with a key.
addTo(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
Adds an increment to value currently associated with a key.
addTo(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Adds an increment to value currently associated with a key.
addTo(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Adds an increment to value currently associated with a key.
addTo(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
Adds an increment to value currently associated with a key.
addTo(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
Adds an increment to value currently associated with a key.
addTo(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Adds an increment to value currently associated with a key.
addTo(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Adds an increment to value currently associated with a key.
addTo(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Adds an increment to value currently associated with a key.
addTo(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
Adds an increment to value currently associated with a key.
addTo(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
Adds an increment to value currently associated with a key.
addTo(K, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(K, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(K, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
Adds an increment to value currently associated with a key.
addTo(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Adds an increment to value currently associated with a key.
addTo(K, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(K, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(K, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
Adds an increment to value currently associated with a key.
addTo(K, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(K, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(K, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
Adds an increment to value currently associated with a key.
all(ByteIterator, BytePredicate) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Returns whether all elements returned by the given iterator satisfy the given predicate.
all(ByteIterator, IntPredicate) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Returns whether all elements returned by the given iterator satisfy the given predicate.
all(CharIterator, CharPredicate) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Returns whether all elements returned by the given iterator satisfy the given predicate.
all(CharIterator, IntPredicate) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Returns whether all elements returned by the given iterator satisfy the given predicate.
allChanged() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
Signals the queue that all elements have changed.
allChanged() - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapIndirectPriorityQueue
Rebuilds this queue in a bottom-up fashion (in linear time).
allChanged() - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapSemiIndirectPriorityQueue
Rebuilds this heap in a bottom-up fashion (in linear time).
allChanged() - Method in class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
Signals the queue that all elements have changed.
allChanged() - Method in class it.unimi.dsi.fastutil.chars.CharHeapIndirectPriorityQueue
Rebuilds this queue in a bottom-up fashion (in linear time).
allChanged() - Method in class it.unimi.dsi.fastutil.chars.CharHeapSemiIndirectPriorityQueue
Rebuilds this heap in a bottom-up fashion (in linear time).
and(BytePredicate) - Method in interface it.unimi.dsi.fastutil.bytes.BytePredicate
Returns a composed type-specific predicate that represents a short-circuiting logical AND of this type-specific predicate and another.
and(CharPredicate) - Method in interface it.unimi.dsi.fastutil.chars.CharPredicate
Returns a composed type-specific predicate that represents a short-circuiting logical AND of this type-specific predicate and another.
and(IntPredicate) - Method in interface it.unimi.dsi.fastutil.bytes.BytePredicate
and(IntPredicate) - Method in interface it.unimi.dsi.fastutil.chars.CharPredicate
and(Predicate<? super Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.BytePredicate
Deprecated.
Please use the corresponding type-specific method instead.
and(Predicate<? super Character>) - Method in interface it.unimi.dsi.fastutil.chars.CharPredicate
Deprecated.
Please use the corresponding type-specific method instead.
andThen(ByteConsumer) - Method in interface it.unimi.dsi.fastutil.bytes.ByteConsumer
Returns a composed type-specific consumer that performs, in sequence, this operation followed by the after operation.
andThen(CharConsumer) - Method in interface it.unimi.dsi.fastutil.chars.CharConsumer
Returns a composed type-specific consumer that performs, in sequence, this operation followed by the after operation.
andThen(Consumer<? super Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.ByteConsumer
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Consumer<? super Character>) - Method in interface it.unimi.dsi.fastutil.chars.CharConsumer
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Byte, ? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Byte, ? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Byte, ? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Byte, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Byte, ? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Character, ? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Character, ? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Character, ? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Character, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Character, ? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Float, ? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Float, ? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Float, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Short, ? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Short, ? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Short, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(IntConsumer) - Method in interface it.unimi.dsi.fastutil.bytes.ByteConsumer
andThen(IntConsumer) - Method in interface it.unimi.dsi.fastutil.chars.CharConsumer
andThenByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
andThenByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
andThenByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
andThenByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
andThenByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
andThenByte(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
andThenByte(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
andThenByte(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
andThenByte(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
andThenByte(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
andThenByte(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
andThenByte(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
andThenByte(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
andThenByte(Reference2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
andThenByte(Reference2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
andThenByte(Reference2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
andThenByte(Reference2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
andThenByte(Reference2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
andThenByte(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
andThenByte(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
andThenByte(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
andThenChar(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
andThenChar(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
andThenChar(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
andThenChar(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
andThenChar(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
andThenChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
andThenChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
andThenChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
andThenChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
andThenChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
andThenChar(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
andThenChar(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
andThenChar(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
andThenChar(Reference2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
andThenChar(Reference2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
andThenChar(Reference2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
andThenChar(Reference2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
andThenChar(Reference2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
andThenChar(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
andThenChar(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
andThenChar(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
andThenDouble(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
andThenDouble(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
andThenDouble(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
andThenDouble(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
andThenDouble(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
andThenDouble(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
andThenDouble(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
andThenDouble(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
andThenDouble(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
andThenDouble(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
andThenDouble(Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
andThenDouble(Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
andThenDouble(Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
andThenDouble(Reference2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
andThenDouble(Reference2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
andThenDouble(Reference2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
andThenDouble(Reference2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
andThenDouble(Reference2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
andThenDouble(Short2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
andThenDouble(Short2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
andThenDouble(Short2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
andThenFloat(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
andThenFloat(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
andThenFloat(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
andThenFloat(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
andThenFloat(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
andThenFloat(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
andThenFloat(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
andThenFloat(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
andThenFloat(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
andThenFloat(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
andThenFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
andThenFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
andThenFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
andThenFloat(Reference2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
andThenFloat(Reference2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
andThenFloat(Reference2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
andThenFloat(Reference2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
andThenFloat(Reference2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
andThenFloat(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
andThenFloat(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
andThenFloat(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
andThenInt(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
andThenInt(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
andThenInt(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
andThenInt(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
andThenInt(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
andThenInt(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
andThenInt(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
andThenInt(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
andThenInt(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
andThenInt(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
andThenInt(Float2IntFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
andThenInt(Float2IntFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
andThenInt(Float2IntFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
andThenInt(Reference2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
andThenInt(Reference2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
andThenInt(Reference2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
andThenInt(Reference2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
andThenInt(Reference2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
andThenInt(Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
andThenInt(Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
andThenInt(Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
andThenLong(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
andThenLong(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
andThenLong(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
andThenLong(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
andThenLong(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
andThenLong(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
andThenLong(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
andThenLong(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
andThenLong(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
andThenLong(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
andThenLong(Float2LongFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
andThenLong(Float2LongFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
andThenLong(Float2LongFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
andThenLong(Reference2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
andThenLong(Reference2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
andThenLong(Reference2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
andThenLong(Reference2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
andThenLong(Reference2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
andThenLong(Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
andThenLong(Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
andThenLong(Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
andThenObject(Byte2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
andThenObject(Byte2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
andThenObject(Byte2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
andThenObject(Byte2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
andThenObject(Byte2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
andThenObject(Char2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
andThenObject(Char2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
andThenObject(Char2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
andThenObject(Char2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
andThenObject(Char2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
andThenObject(Float2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
andThenObject(Float2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
andThenObject(Float2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
andThenObject(Reference2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
andThenObject(Reference2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
andThenObject(Reference2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
andThenObject(Reference2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
andThenObject(Reference2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
andThenObject(Short2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
andThenObject(Short2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
andThenObject(Short2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
andThenReference(Byte2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
andThenReference(Byte2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
andThenReference(Byte2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
andThenReference(Byte2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
andThenReference(Byte2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
andThenReference(Char2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
andThenReference(Char2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
andThenReference(Char2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
andThenReference(Char2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
andThenReference(Char2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
andThenReference(Float2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
andThenReference(Float2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
andThenReference(Float2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
andThenReference(Reference2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
andThenReference(Reference2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
andThenReference(Reference2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
andThenReference(Reference2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
andThenReference(Reference2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
andThenReference(Short2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
andThenReference(Short2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
andThenReference(Short2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
andThenShort(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
andThenShort(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
andThenShort(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
andThenShort(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
andThenShort(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
andThenShort(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
andThenShort(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
andThenShort(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
andThenShort(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
andThenShort(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
andThenShort(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
andThenShort(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
andThenShort(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
andThenShort(Reference2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
andThenShort(Reference2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
andThenShort(Reference2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
andThenShort(Reference2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
andThenShort(Reference2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
andThenShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
andThenShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
andThenShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
any(ByteIterator, BytePredicate) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Returns whether an element returned by the given iterator satisfies the given predicate.
any(ByteIterator, IntPredicate) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Returns whether an element returned by the given iterator satisfies the given predicate.
any(CharIterator, CharPredicate) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Returns whether an element returned by the given iterator satisfies the given predicate.
any(CharIterator, IntPredicate) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Returns whether an element returned by the given iterator satisfies the given predicate.
apply(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteUnaryOperator
Computes the operator on the given input.
apply(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBinaryOperator
Computes the operator on the given inputs.
apply(char) - Method in interface it.unimi.dsi.fastutil.chars.CharUnaryOperator
Computes the operator on the given input.
apply(char, char) - Method in interface it.unimi.dsi.fastutil.chars.CharBinaryOperator
Computes the operator on the given inputs.
apply(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.SynchronizedFunction
 
apply(double) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
apply(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
apply(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(int) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
apply(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
apply(int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
apply(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
apply(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteUnaryOperator
Deprecated.
Please use the corresponding type-specific method instead.
apply(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBinaryOperator
Deprecated.
Please use the corresponding type-specific method instead.
apply(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharUnaryOperator
Deprecated.
Please use the corresponding type-specific method instead.
apply(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.CharBinaryOperator
Deprecated.
Please use the corresponding type-specific method instead.
apply(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
apply(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.SynchronizedFunction
 
apply(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
applyAsDouble(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsDouble(int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsDouble(int) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsDouble(int) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsDouble(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
 
applyAsDouble(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
applyAsInt(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
applyAsInt(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.SynchronizedFunction
 
applyAsInt(double) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(double) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsInt(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteUnaryOperator
Deprecated.
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(int) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsInt(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.chars.CharUnaryOperator
Deprecated.
applyAsInt(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
 
applyAsInt(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
 
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(int, int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBinaryOperator
Deprecated.
applyAsInt(int, int) - Method in interface it.unimi.dsi.fastutil.chars.CharBinaryOperator
Deprecated.
applyAsInt(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
applyAsInt(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
 
applyAsInt(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
applyAsInt(K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.SynchronizedFunction
 
applyAsInt(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
applyAsInt(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
applyAsInt(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
applyAsInt(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.SynchronizedFunction
 
applyAsInt(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.SynchronizedFunction
 
applyAsInt(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
applyAsLong(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsLong(int) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsLong(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.SynchronizedFunction
 
arrayLength(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedList
Computes the length of the array at the given index.
arrayLength(int) - Method in class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedList
Computes the length of the array at the given index.
arrayLength(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedBigList
Computes the length of the array at the given index.
arrayLength(long) - Method in class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedBigList
Computes the length of the array at the given index.
asBigList(ByteList) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigLists
Returns a big list backed by the specified list.
asBigList(CharList) - Static method in class it.unimi.dsi.fastutil.chars.CharBigLists
Returns a big list backed by the specified list.
asBigList(ReferenceList<K>) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists
Returns a big list backed by the specified list.
asBigListIterator(ByteListIterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators
Returns a big-list iterator backed by the specified list iterator.
asBigListIterator(CharListIterator) - Static method in class it.unimi.dsi.fastutil.chars.CharBigListIterators
Returns a big-list iterator backed by the specified list iterator.
asByteComparator(Comparator<? super Byte>) - Static method in class it.unimi.dsi.fastutil.bytes.ByteComparators
Returns a type-specific comparator that is equivalent to the given comparator.
asByteIterator(Iterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Wraps a standard iterator into a type-specific iterator.
asByteIterator(ListIterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Wraps a standard list iterator into a type-specific list iterator.
asByteSpliterator(Spliterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wraps a standard spliterator into a type-specific spliterator.
asByteSpliterator(Spliterator, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wraps a standard spliterator into a type-specific spliterator.
asCharComparator(Comparator<? super Character>) - Static method in class it.unimi.dsi.fastutil.chars.CharComparators
Returns a type-specific comparator that is equivalent to the given comparator.
asCharIterator(Iterator) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Wraps a standard iterator into a type-specific iterator.
asCharIterator(ListIterator) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Wraps a standard list iterator into a type-specific list iterator.
asCharSpliterator(Spliterator) - Static method in class it.unimi.dsi.fastutil.chars.CharSpliterators
Wraps a standard spliterator into a type-specific spliterator.
asCharSpliterator(Spliterator, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharSpliterators
Wraps a standard spliterator into a type-specific spliterator.
asCollection(ByteIterable) - Static method in class it.unimi.dsi.fastutil.bytes.ByteCollections
Returns an unmodifiable collection backed by the specified iterable.
asCollection(CharIterable) - Static method in class it.unimi.dsi.fastutil.chars.CharCollections
Returns an unmodifiable collection backed by the specified iterable.
asCollection(ObjectIterable<K>) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceCollections
Returns an unmodifiable collection backed by the specified iterable.
asIterator(ByteSpliterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wrap a type-specific Spliterator as a type-specific Iterator
asIterator(CharSpliterator) - Static method in class it.unimi.dsi.fastutil.chars.CharSpliterators
Wrap a type-specific Spliterator as a type-specific Iterator
asSpliterator(ByteIterator, long, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wrap a type-specific Iterator of a known size as a type-specific Spliterator
asSpliterator(CharIterator, long, int) - Static method in class it.unimi.dsi.fastutil.chars.CharSpliterators
Wrap a type-specific Iterator of a known size as a type-specific Spliterator
asSpliteratorFromSorted(ByteIterator, long, int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wrap a type-specific, sorted Iterator of a known size as a type-specific Spliterator
asSpliteratorFromSorted(CharIterator, long, int, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharSpliterators
Wrap a type-specific, sorted Iterator of a known size as a type-specific Spliterator
asSpliteratorFromSortedUnknownSize(ByteIterator, int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wrap a type-specific, sorted Iterator of an unknown size as a type-specific Spliterator
asSpliteratorFromSortedUnknownSize(CharIterator, int, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharSpliterators
Wrap a type-specific, sorted Iterator of an unknown size as a type-specific Spliterator
asSpliteratorUnknownSize(ByteIterator, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wrap a type-specific Iterator of an unknown size as a type-specific Spliterator
asSpliteratorUnknownSize(CharIterator, int) - Static method in class it.unimi.dsi.fastutil.chars.CharSpliterators
Wrap a type-specific Iterator of an unknown size as a type-specific Spliterator

B

back(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBidirectionalIterator
Moves back for the given number of elements.
back(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.BigListIteratorListIterator
 
back(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedListIterator
 
back(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
 
back(int) - Method in interface it.unimi.dsi.fastutil.chars.CharBidirectionalIterator
Moves back for the given number of elements.
back(int) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.BigListIteratorListIterator
 
back(int) - Method in class it.unimi.dsi.fastutil.chars.CharIterators.AbstractIndexBasedListIterator
 
back(int) - Method in class it.unimi.dsi.fastutil.chars.CharIterators.EmptyIterator
 
back(long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigListIterator
Moves back for the given number of elements.
back(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.AbstractIndexBasedBigListIterator
 
back(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.BigListIteratorListIterator
 
back(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.EmptyBigListIterator
 
back(long) - Method in interface it.unimi.dsi.fastutil.chars.CharBigListIterator
Moves back for the given number of elements.
back(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.AbstractIndexBasedBigListIterator
 
back(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.BigListIteratorListIterator
 
back(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.EmptyBigListIterator
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectMap.BasicEntry
 
BasicEntry() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntry
 
BasicEntry(byte, byte) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap.BasicEntry
 
BasicEntry(byte, char) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap.BasicEntry
 
BasicEntry(byte, double) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntry
 
BasicEntry(byte, int) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap.BasicEntry
 
BasicEntry(byte, long) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap.BasicEntry
 
BasicEntry(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntry
 
BasicEntry(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntry
 
BasicEntry(char, byte) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap.BasicEntry
 
BasicEntry(char, char) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap.BasicEntry
 
BasicEntry(char, double) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntry
 
BasicEntry(char, int) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap.BasicEntry
 
BasicEntry(char, long) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap.BasicEntry
 
BasicEntry(char, V) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap.BasicEntry
 
BasicEntry(char, V) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap.BasicEntry
 
BasicEntry(double, byte) - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntry
 
BasicEntry(double, char) - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap.BasicEntry
 
BasicEntry(double, V) - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap.BasicEntry
 
BasicEntry(int, byte) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap.BasicEntry
 
BasicEntry(int, char) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap.BasicEntry
 
BasicEntry(int, V) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntry
 
BasicEntry(long, byte) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntry
 
BasicEntry(long, char) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap.BasicEntry
 
BasicEntry(long, V) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntry
 
BasicEntry(Byte, Byte) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap.BasicEntry
 
BasicEntry(Byte, Character) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap.BasicEntry
 
BasicEntry(Byte, Double) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntry
 
BasicEntry(Byte, Integer) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap.BasicEntry
 
BasicEntry(Byte, Long) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap.BasicEntry
 
BasicEntry(Byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntry
 
BasicEntry(Byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntry
 
BasicEntry(Character, Byte) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap.BasicEntry
 
BasicEntry(Character, Character) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap.BasicEntry
 
BasicEntry(Character, Double) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntry
 
BasicEntry(Character, Integer) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap.BasicEntry
 
BasicEntry(Character, Long) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap.BasicEntry
 
BasicEntry(Character, V) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap.BasicEntry
 
BasicEntry(Character, V) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap.BasicEntry
 
BasicEntry(Double, Byte) - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntry
 
BasicEntry(Double, Character) - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap.BasicEntry
 
BasicEntry(Double, V) - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap.BasicEntry
 
BasicEntry(Integer, Byte) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap.BasicEntry
 
BasicEntry(Integer, Character) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap.BasicEntry
 
BasicEntry(Integer, V) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntry
 
BasicEntry(Long, Byte) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntry
 
BasicEntry(Long, Character) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap.BasicEntry
 
BasicEntry(Long, V) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntry
 
BasicEntry(K, byte) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntry
 
BasicEntry(K, byte) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntry
 
BasicEntry(K, char) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap.BasicEntry
 
BasicEntry(K, char) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap.BasicEntry
 
BasicEntry(K, double) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntry
 
BasicEntry(K, int) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap.BasicEntry
 
BasicEntry(K, long) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap.BasicEntry
 
BasicEntry(K, Byte) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntry
 
BasicEntry(K, Byte) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntry
 
BasicEntry(K, Character) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap.BasicEntry
 
BasicEntry(K, Character) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap.BasicEntry
 
BasicEntry(K, Double) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntry
 
BasicEntry(K, Integer) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap.BasicEntry
 
BasicEntry(K, Long) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap.BasicEntry
 
BasicEntry(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntry
 
BasicEntry(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectMap.BasicEntry
 
BasicEntry(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntry
 
BasicEntrySet(Byte2ByteMap) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap.BasicEntrySet
 
BasicEntrySet(Byte2CharMap) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap.BasicEntrySet
 
BasicEntrySet(Byte2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntrySet
 
BasicEntrySet(Byte2IntMap) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap.BasicEntrySet
 
BasicEntrySet(Byte2LongMap) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap.BasicEntrySet
 
BasicEntrySet(Byte2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntrySet
 
BasicEntrySet(Byte2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntrySet
 
BasicEntrySet(Char2ByteMap) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap.BasicEntrySet
 
BasicEntrySet(Char2CharMap) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap.BasicEntrySet
 
BasicEntrySet(Char2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntrySet
 
BasicEntrySet(Char2IntMap) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap.BasicEntrySet
 
BasicEntrySet(Char2LongMap) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap.BasicEntrySet
 
BasicEntrySet(Char2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap.BasicEntrySet
 
BasicEntrySet(Char2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap.BasicEntrySet
 
BasicEntrySet(Double2ByteMap) - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntrySet
 
BasicEntrySet(Double2CharMap) - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap.BasicEntrySet
 
BasicEntrySet(Double2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap.BasicEntrySet
 
BasicEntrySet(Int2ByteMap) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap.BasicEntrySet
 
BasicEntrySet(Int2CharMap) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap.BasicEntrySet
 
BasicEntrySet(Int2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntrySet
 
BasicEntrySet(Long2ByteMap) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntrySet
 
BasicEntrySet(Long2CharMap) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap.BasicEntrySet
 
BasicEntrySet(Long2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntrySet
 
BasicEntrySet(Object2ByteMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntrySet
 
BasicEntrySet(Object2CharMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap.BasicEntrySet
 
BasicEntrySet(Object2ReferenceMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntrySet
 
BasicEntrySet(Reference2ByteMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntrySet
 
BasicEntrySet(Reference2CharMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap.BasicEntrySet
 
BasicEntrySet(Reference2DoubleMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntrySet
 
BasicEntrySet(Reference2IntMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap.BasicEntrySet
 
BasicEntrySet(Reference2LongMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap.BasicEntrySet
 
BasicEntrySet(Reference2ObjectMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectMap.BasicEntrySet
 
BasicEntrySet(Reference2ReferenceMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntrySet
 
Byte2ByteArrayMap - Class in it.unimi.dsi.fastutil.bytes
A simple, brute-force implementation of a map based on two parallel backing arrays.
Byte2ByteArrayMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteArrayMap
Creates a new empty array map.
Byte2ByteArrayMap(byte[], byte[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteArrayMap
Creates a new empty array map with given key and value backing arrays.
Byte2ByteArrayMap(byte[], byte[], int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Byte2ByteArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteArrayMap
Creates a new empty array map of given capacity.
Byte2ByteArrayMap(Byte2ByteMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
Byte2ByteArrayMap(Map<? extends Byte, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
Byte2ByteAVLTreeMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific AVL tree map with a fast, small-footprint implementation.
Byte2ByteAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
Creates a new empty tree map.
Byte2ByteAVLTreeMap(byte[], byte[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Byte2ByteAVLTreeMap(byte[], byte[], Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Byte2ByteAVLTreeMap(Byte2ByteMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
Creates a new tree map copying a given map.
Byte2ByteAVLTreeMap(Byte2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2ByteAVLTreeMap(Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
Creates a new empty tree map with the given comparator.
Byte2ByteAVLTreeMap(Map<? extends Byte, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
Creates a new tree map copying a given map.
Byte2ByteAVLTreeMap(SortedMap<Byte, Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
byte2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteArrayMap
 
byte2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
 
byte2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
 
byte2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Returns a type-specific set view of the mappings contained in this map.
byte2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.EmptyMap
 
byte2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.Singleton
 
byte2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
 
byte2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
 
byte2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
 
byte2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
 
byte2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
 
byte2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
byte2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.EmptySortedMap
 
byte2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.Singleton
 
byte2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.SynchronizedSortedMap
 
byte2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.UnmodifiableSortedMap
 
Byte2ByteFunction - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2ByteFunctions - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific functions.
Byte2ByteFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific function.
Byte2ByteFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.bytes
An adapter for mapping generic total functions to partial primitive functions.
Byte2ByteFunctions.Singleton - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton function.
Byte2ByteFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for functions.
Byte2ByteFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for functions.
Byte2ByteLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific linked hash map with with a fast, small-footprint implementation.
Byte2ByteLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ByteLinkedOpenHashMap(byte[], byte[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2ByteLinkedOpenHashMap(byte[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2ByteLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ByteLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Creates a new hash map.
Byte2ByteLinkedOpenHashMap(Byte2ByteMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2ByteLinkedOpenHashMap(Byte2ByteMap, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Byte2ByteLinkedOpenHashMap(Map<? extends Byte, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2ByteLinkedOpenHashMap(Map<? extends Byte, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Creates a new hash map copying a given one.
Byte2ByteMap - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Byte2ByteMap.Entry - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2ByteMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.bytes
An entry set providing fast iteration.
Byte2ByteMaps - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific maps.
Byte2ByteMaps.EmptyMap - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific map.
Byte2ByteMaps.Singleton - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton map.
Byte2ByteMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for maps.
Byte2ByteMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for maps.
Byte2ByteOpenCustomHashMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Byte2ByteOpenCustomHashMap(byte[], byte[], float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2ByteOpenCustomHashMap(byte[], byte[], ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2ByteOpenCustomHashMap(int, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
Creates a new hash map.
Byte2ByteOpenCustomHashMap(int, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ByteOpenCustomHashMap(Byte2ByteMap, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Byte2ByteOpenCustomHashMap(Byte2ByteMap, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2ByteOpenCustomHashMap(ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ByteOpenCustomHashMap(Map<? extends Byte, ? extends Byte>, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
Creates a new hash map copying a given one.
Byte2ByteOpenCustomHashMap(Map<? extends Byte, ? extends Byte>, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2ByteOpenHashMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific hash map with a fast, small-footprint implementation.
Byte2ByteOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ByteOpenHashMap(byte[], byte[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2ByteOpenHashMap(byte[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2ByteOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ByteOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
Creates a new hash map.
Byte2ByteOpenHashMap(Byte2ByteMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2ByteOpenHashMap(Byte2ByteMap, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
Creates a new hash map copying a given type-specific one.
Byte2ByteOpenHashMap(Map<? extends Byte, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2ByteOpenHashMap(Map<? extends Byte, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
Creates a new hash map copying a given one.
Byte2ByteRBTreeMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2ByteRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
Creates a new empty tree map.
Byte2ByteRBTreeMap(byte[], byte[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Byte2ByteRBTreeMap(byte[], byte[], Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Byte2ByteRBTreeMap(Byte2ByteMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
Creates a new tree map copying a given map.
Byte2ByteRBTreeMap(Byte2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2ByteRBTreeMap(Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
Creates a new empty tree map with the given comparator.
Byte2ByteRBTreeMap(Map<? extends Byte, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
Creates a new tree map copying a given map.
Byte2ByteRBTreeMap(SortedMap<Byte, Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2ByteSortedMap - Interface in it.unimi.dsi.fastutil.bytes
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2ByteSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.bytes
A sorted entry set providing fast iteration.
Byte2ByteSortedMaps - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific sorted maps.
Byte2ByteSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific sorted map.
Byte2ByteSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton sorted map.
Byte2ByteSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for sorted maps.
Byte2ByteSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for sorted maps.
Byte2CharArrayMap - Class in it.unimi.dsi.fastutil.bytes
A simple, brute-force implementation of a map based on two parallel backing arrays.
Byte2CharArrayMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharArrayMap
Creates a new empty array map.
Byte2CharArrayMap(byte[], char[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharArrayMap
Creates a new empty array map with given key and value backing arrays.
Byte2CharArrayMap(byte[], char[], int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Byte2CharArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharArrayMap
Creates a new empty array map of given capacity.
Byte2CharArrayMap(Byte2CharMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharArrayMap
Creates a new empty array map copying the entries of a given map.
Byte2CharArrayMap(Map<? extends Byte, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharArrayMap
Creates a new empty array map copying the entries of a given map.
Byte2CharAVLTreeMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific AVL tree map with a fast, small-footprint implementation.
Byte2CharAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
Creates a new empty tree map.
Byte2CharAVLTreeMap(byte[], char[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Byte2CharAVLTreeMap(byte[], char[], Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Byte2CharAVLTreeMap(Byte2CharMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
Creates a new tree map copying a given map.
Byte2CharAVLTreeMap(Byte2CharSortedMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2CharAVLTreeMap(Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
Creates a new empty tree map with the given comparator.
Byte2CharAVLTreeMap(Map<? extends Byte, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
Creates a new tree map copying a given map.
Byte2CharAVLTreeMap(SortedMap<Byte, Character>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
byte2CharEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharArrayMap
 
byte2CharEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
 
byte2CharEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
 
byte2CharEntrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Returns a type-specific set view of the mappings contained in this map.
byte2CharEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.EmptyMap
 
byte2CharEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.Singleton
 
byte2CharEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
 
byte2CharEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
 
byte2CharEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
 
byte2CharEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
 
byte2CharEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
 
byte2CharEntrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
byte2CharEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.EmptySortedMap
 
byte2CharEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.Singleton
 
byte2CharEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.SynchronizedSortedMap
 
byte2CharEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.UnmodifiableSortedMap
 
Byte2CharFunction - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2CharFunctions - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific functions.
Byte2CharFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific function.
Byte2CharFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.bytes
An adapter for mapping generic total functions to partial primitive functions.
Byte2CharFunctions.Singleton - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton function.
Byte2CharFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for functions.
Byte2CharFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for functions.
Byte2CharLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific linked hash map with with a fast, small-footprint implementation.
Byte2CharLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2CharLinkedOpenHashMap(byte[], char[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2CharLinkedOpenHashMap(byte[], char[], float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2CharLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2CharLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Creates a new hash map.
Byte2CharLinkedOpenHashMap(Byte2CharMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2CharLinkedOpenHashMap(Byte2CharMap, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Byte2CharLinkedOpenHashMap(Map<? extends Byte, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2CharLinkedOpenHashMap(Map<? extends Byte, ? extends Character>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Creates a new hash map copying a given one.
Byte2CharMap - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Byte2CharMap.Entry - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2CharMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.bytes
An entry set providing fast iteration.
Byte2CharMaps - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific maps.
Byte2CharMaps.EmptyMap - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific map.
Byte2CharMaps.Singleton - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton map.
Byte2CharMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for maps.
Byte2CharMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for maps.
Byte2CharOpenCustomHashMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Byte2CharOpenCustomHashMap(byte[], char[], float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2CharOpenCustomHashMap(byte[], char[], ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2CharOpenCustomHashMap(int, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
Creates a new hash map.
Byte2CharOpenCustomHashMap(int, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2CharOpenCustomHashMap(Byte2CharMap, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Byte2CharOpenCustomHashMap(Byte2CharMap, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2CharOpenCustomHashMap(ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2CharOpenCustomHashMap(Map<? extends Byte, ? extends Character>, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
Creates a new hash map copying a given one.
Byte2CharOpenCustomHashMap(Map<? extends Byte, ? extends Character>, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2CharOpenHashMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific hash map with a fast, small-footprint implementation.
Byte2CharOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2CharOpenHashMap(byte[], char[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2CharOpenHashMap(byte[], char[], float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2CharOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2CharOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
Creates a new hash map.
Byte2CharOpenHashMap(Byte2CharMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2CharOpenHashMap(Byte2CharMap, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
Creates a new hash map copying a given type-specific one.
Byte2CharOpenHashMap(Map<? extends Byte, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2CharOpenHashMap(Map<? extends Byte, ? extends Character>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
Creates a new hash map copying a given one.
Byte2CharRBTreeMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2CharRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
Creates a new empty tree map.
Byte2CharRBTreeMap(byte[], char[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Byte2CharRBTreeMap(byte[], char[], Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Byte2CharRBTreeMap(Byte2CharMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
Creates a new tree map copying a given map.
Byte2CharRBTreeMap(Byte2CharSortedMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2CharRBTreeMap(Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
Creates a new empty tree map with the given comparator.
Byte2CharRBTreeMap(Map<? extends Byte, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
Creates a new tree map copying a given map.
Byte2CharRBTreeMap(SortedMap<Byte, Character>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2CharSortedMap - Interface in it.unimi.dsi.fastutil.bytes
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2CharSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.bytes
A sorted entry set providing fast iteration.
Byte2CharSortedMaps - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific sorted maps.
Byte2CharSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific sorted map.
Byte2CharSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton sorted map.
Byte2CharSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for sorted maps.
Byte2CharSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for sorted maps.
Byte2DoubleArrayMap - Class in it.unimi.dsi.fastutil.bytes
A simple, brute-force implementation of a map based on two parallel backing arrays.
Byte2DoubleArrayMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
Creates a new empty array map.
Byte2DoubleArrayMap(byte[], double[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
Creates a new empty array map with given key and value backing arrays.
Byte2DoubleArrayMap(byte[], double[], int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Byte2DoubleArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
Creates a new empty array map of given capacity.
Byte2DoubleArrayMap(Byte2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
Creates a new empty array map copying the entries of a given map.
Byte2DoubleArrayMap(Map<? extends Byte, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
Creates a new empty array map copying the entries of a given map.
Byte2DoubleAVLTreeMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific AVL tree map with a fast, small-footprint implementation.
Byte2DoubleAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
Creates a new empty tree map.
Byte2DoubleAVLTreeMap(byte[], double[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Byte2DoubleAVLTreeMap(byte[], double[], Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Byte2DoubleAVLTreeMap(Byte2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
Creates a new tree map copying a given map.
Byte2DoubleAVLTreeMap(Byte2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2DoubleAVLTreeMap(Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
Creates a new empty tree map with the given comparator.
Byte2DoubleAVLTreeMap(Map<? extends Byte, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
Creates a new tree map copying a given map.
Byte2DoubleAVLTreeMap(SortedMap<Byte, Double>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
 
byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
 
byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
 
byte2DoubleEntrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Returns a type-specific set view of the mappings contained in this map.
byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.EmptyMap
 
byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.Singleton
 
byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
 
byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
 
byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
 
byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
 
byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
 
byte2DoubleEntrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.EmptySortedMap
 
byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
 
byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
 
byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.UnmodifiableSortedMap
 
Byte2DoubleFunctions - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific functions.
Byte2DoubleFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific function.
Byte2DoubleFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.bytes
An adapter for mapping generic total functions to partial primitive functions.
Byte2DoubleFunctions.Singleton - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton function.
Byte2DoubleFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for functions.
Byte2DoubleFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for functions.
Byte2DoubleLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific linked hash map with with a fast, small-footprint implementation.
Byte2DoubleLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2DoubleLinkedOpenHashMap(byte[], double[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2DoubleLinkedOpenHashMap(byte[], double[], float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2DoubleLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2DoubleLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Creates a new hash map.
Byte2DoubleLinkedOpenHashMap(Byte2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2DoubleLinkedOpenHashMap(Byte2DoubleMap, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Byte2DoubleLinkedOpenHashMap(Map<? extends Byte, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2DoubleLinkedOpenHashMap(Map<? extends Byte, ? extends Double>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Creates a new hash map copying a given one.
Byte2DoubleMap - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Byte2DoubleMap.Entry - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2DoubleMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.bytes
An entry set providing fast iteration.
Byte2DoubleMaps - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific maps.
Byte2DoubleMaps.EmptyMap - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific map.
Byte2DoubleMaps.Singleton - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton map.
Byte2DoubleMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for maps.
Byte2DoubleMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for maps.
Byte2DoubleOpenCustomHashMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Byte2DoubleOpenCustomHashMap(byte[], double[], float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2DoubleOpenCustomHashMap(byte[], double[], ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2DoubleOpenCustomHashMap(int, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
Creates a new hash map.
Byte2DoubleOpenCustomHashMap(int, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2DoubleOpenCustomHashMap(Byte2DoubleMap, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Byte2DoubleOpenCustomHashMap(Byte2DoubleMap, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2DoubleOpenCustomHashMap(ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2DoubleOpenCustomHashMap(Map<? extends Byte, ? extends Double>, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
Creates a new hash map copying a given one.
Byte2DoubleOpenCustomHashMap(Map<? extends Byte, ? extends Double>, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2DoubleOpenHashMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific hash map with a fast, small-footprint implementation.
Byte2DoubleOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2DoubleOpenHashMap(byte[], double[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2DoubleOpenHashMap(byte[], double[], float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2DoubleOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2DoubleOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
Creates a new hash map.
Byte2DoubleOpenHashMap(Byte2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2DoubleOpenHashMap(Byte2DoubleMap, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
Creates a new hash map copying a given type-specific one.
Byte2DoubleOpenHashMap(Map<? extends Byte, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2DoubleOpenHashMap(Map<? extends Byte, ? extends Double>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
Creates a new hash map copying a given one.
Byte2DoubleRBTreeMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2DoubleRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
Creates a new empty tree map.
Byte2DoubleRBTreeMap(byte[], double[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Byte2DoubleRBTreeMap(byte[], double[], Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Byte2DoubleRBTreeMap(Byte2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
Creates a new tree map copying a given map.
Byte2DoubleRBTreeMap(Byte2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2DoubleRBTreeMap(Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
Creates a new empty tree map with the given comparator.
Byte2DoubleRBTreeMap(Map<? extends Byte, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
Creates a new tree map copying a given map.
Byte2DoubleRBTreeMap(SortedMap<Byte, Double>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2DoubleSortedMap - Interface in it.unimi.dsi.fastutil.bytes
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2DoubleSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.bytes
A sorted entry set providing fast iteration.
Byte2DoubleSortedMaps - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific sorted maps.
Byte2DoubleSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific sorted map.
Byte2DoubleSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton sorted map.
Byte2DoubleSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for sorted maps.
Byte2DoubleSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for sorted maps.
Byte2FloatFunction - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2IntArrayMap - Class in it.unimi.dsi.fastutil.bytes
A simple, brute-force implementation of a map based on two parallel backing arrays.
Byte2IntArrayMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntArrayMap
Creates a new empty array map.
Byte2IntArrayMap(byte[], int[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntArrayMap
Creates a new empty array map with given key and value backing arrays.
Byte2IntArrayMap(byte[], int[], int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Byte2IntArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntArrayMap
Creates a new empty array map of given capacity.
Byte2IntArrayMap(Byte2IntMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntArrayMap
Creates a new empty array map copying the entries of a given map.
Byte2IntArrayMap(Map<? extends Byte, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntArrayMap
Creates a new empty array map copying the entries of a given map.
Byte2IntAVLTreeMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific AVL tree map with a fast, small-footprint implementation.
Byte2IntAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
Creates a new empty tree map.
Byte2IntAVLTreeMap(byte[], int[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Byte2IntAVLTreeMap(byte[], int[], Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Byte2IntAVLTreeMap(Byte2IntMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
Creates a new tree map copying a given map.
Byte2IntAVLTreeMap(Byte2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2IntAVLTreeMap(Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
Creates a new empty tree map with the given comparator.
Byte2IntAVLTreeMap(Map<? extends Byte, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
Creates a new tree map copying a given map.
Byte2IntAVLTreeMap(SortedMap<Byte, Integer>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
byte2IntEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntArrayMap
 
byte2IntEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
 
byte2IntEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
 
byte2IntEntrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Returns a type-specific set view of the mappings contained in this map.
byte2IntEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.EmptyMap
 
byte2IntEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.Singleton
 
byte2IntEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
 
byte2IntEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
 
byte2IntEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
 
byte2IntEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
 
byte2IntEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
 
byte2IntEntrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
byte2IntEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.EmptySortedMap
 
byte2IntEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.Singleton
 
byte2IntEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.SynchronizedSortedMap
 
byte2IntEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.UnmodifiableSortedMap
 
Byte2IntFunctions - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific functions.
Byte2IntFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific function.
Byte2IntFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.bytes
An adapter for mapping generic total functions to partial primitive functions.
Byte2IntFunctions.Singleton - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton function.
Byte2IntFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for functions.
Byte2IntFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for functions.
Byte2IntLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific linked hash map with with a fast, small-footprint implementation.
Byte2IntLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2IntLinkedOpenHashMap(byte[], int[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2IntLinkedOpenHashMap(byte[], int[], float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2IntLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2IntLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Creates a new hash map.
Byte2IntLinkedOpenHashMap(Byte2IntMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2IntLinkedOpenHashMap(Byte2IntMap, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Byte2IntLinkedOpenHashMap(Map<? extends Byte, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2IntLinkedOpenHashMap(Map<? extends Byte, ? extends Integer>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Creates a new hash map copying a given one.
Byte2IntMap - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Byte2IntMap.Entry - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2IntMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.bytes
An entry set providing fast iteration.
Byte2IntMaps - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific maps.
Byte2IntMaps.EmptyMap - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific map.
Byte2IntMaps.Singleton - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton map.
Byte2IntMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for maps.
Byte2IntMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for maps.
Byte2IntOpenCustomHashMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Byte2IntOpenCustomHashMap(byte[], int[], float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2IntOpenCustomHashMap(byte[], int[], ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2IntOpenCustomHashMap(int, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
Creates a new hash map.
Byte2IntOpenCustomHashMap(int, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2IntOpenCustomHashMap(Byte2IntMap, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Byte2IntOpenCustomHashMap(Byte2IntMap, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2IntOpenCustomHashMap(ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2IntOpenCustomHashMap(Map<? extends Byte, ? extends Integer>, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
Creates a new hash map copying a given one.
Byte2IntOpenCustomHashMap(Map<? extends Byte, ? extends Integer>, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2IntOpenHashMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific hash map with a fast, small-footprint implementation.
Byte2IntOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2IntOpenHashMap(byte[], int[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2IntOpenHashMap(byte[], int[], float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2IntOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2IntOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
Creates a new hash map.
Byte2IntOpenHashMap(Byte2IntMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2IntOpenHashMap(Byte2IntMap, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
Creates a new hash map copying a given type-specific one.
Byte2IntOpenHashMap(Map<? extends Byte, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2IntOpenHashMap(Map<? extends Byte, ? extends Integer>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
Creates a new hash map copying a given one.
Byte2IntRBTreeMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2IntRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
Creates a new empty tree map.
Byte2IntRBTreeMap(byte[], int[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Byte2IntRBTreeMap(byte[], int[], Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Byte2IntRBTreeMap(Byte2IntMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
Creates a new tree map copying a given map.
Byte2IntRBTreeMap(Byte2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2IntRBTreeMap(Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
Creates a new empty tree map with the given comparator.
Byte2IntRBTreeMap(Map<? extends Byte, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
Creates a new tree map copying a given map.
Byte2IntRBTreeMap(SortedMap<Byte, Integer>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2IntSortedMap - Interface in it.unimi.dsi.fastutil.bytes
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2IntSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.bytes
A sorted entry set providing fast iteration.
Byte2IntSortedMaps - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific sorted maps.
Byte2IntSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific sorted map.
Byte2IntSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton sorted map.
Byte2IntSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for sorted maps.
Byte2IntSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for sorted maps.
Byte2LongArrayMap - Class in it.unimi.dsi.fastutil.bytes
A simple, brute-force implementation of a map based on two parallel backing arrays.
Byte2LongArrayMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongArrayMap
Creates a new empty array map.
Byte2LongArrayMap(byte[], long[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongArrayMap
Creates a new empty array map with given key and value backing arrays.
Byte2LongArrayMap(byte[], long[], int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Byte2LongArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongArrayMap
Creates a new empty array map of given capacity.
Byte2LongArrayMap(Byte2LongMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongArrayMap
Creates a new empty array map copying the entries of a given map.
Byte2LongArrayMap(Map<? extends Byte, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongArrayMap
Creates a new empty array map copying the entries of a given map.
Byte2LongAVLTreeMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific AVL tree map with a fast, small-footprint implementation.
Byte2LongAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
Creates a new empty tree map.
Byte2LongAVLTreeMap(byte[], long[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Byte2LongAVLTreeMap(byte[], long[], Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Byte2LongAVLTreeMap(Byte2LongMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
Creates a new tree map copying a given map.
Byte2LongAVLTreeMap(Byte2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2LongAVLTreeMap(Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
Creates a new empty tree map with the given comparator.
Byte2LongAVLTreeMap(Map<? extends Byte, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
Creates a new tree map copying a given map.
Byte2LongAVLTreeMap(SortedMap<Byte, Long>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
byte2LongEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongArrayMap
 
byte2LongEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
 
byte2LongEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
 
byte2LongEntrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Returns a type-specific set view of the mappings contained in this map.
byte2LongEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.EmptyMap
 
byte2LongEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.Singleton
 
byte2LongEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
 
byte2LongEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
 
byte2LongEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
 
byte2LongEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
 
byte2LongEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
 
byte2LongEntrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
byte2LongEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.EmptySortedMap
 
byte2LongEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.Singleton
 
byte2LongEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.SynchronizedSortedMap
 
byte2LongEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.UnmodifiableSortedMap
 
Byte2LongFunctions - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific functions.
Byte2LongFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific function.
Byte2LongFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.bytes
An adapter for mapping generic total functions to partial primitive functions.
Byte2LongFunctions.Singleton - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton function.
Byte2LongFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for functions.
Byte2LongFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for functions.
Byte2LongLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific linked hash map with with a fast, small-footprint implementation.
Byte2LongLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2LongLinkedOpenHashMap(byte[], long[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2LongLinkedOpenHashMap(byte[], long[], float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2LongLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2LongLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Creates a new hash map.
Byte2LongLinkedOpenHashMap(Byte2LongMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2LongLinkedOpenHashMap(Byte2LongMap, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Byte2LongLinkedOpenHashMap(Map<? extends Byte, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2LongLinkedOpenHashMap(Map<? extends Byte, ? extends Long>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Creates a new hash map copying a given one.
Byte2LongMap - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Byte2LongMap.Entry - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2LongMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.bytes
An entry set providing fast iteration.
Byte2LongMaps - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific maps.
Byte2LongMaps.EmptyMap - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific map.
Byte2LongMaps.Singleton - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton map.
Byte2LongMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for maps.
Byte2LongMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for maps.
Byte2LongOpenCustomHashMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Byte2LongOpenCustomHashMap(byte[], long[], float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2LongOpenCustomHashMap(byte[], long[], ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2LongOpenCustomHashMap(int, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
Creates a new hash map.
Byte2LongOpenCustomHashMap(int, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2LongOpenCustomHashMap(Byte2LongMap, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Byte2LongOpenCustomHashMap(Byte2LongMap, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2LongOpenCustomHashMap(ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2LongOpenCustomHashMap(Map<? extends Byte, ? extends Long>, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
Creates a new hash map copying a given one.
Byte2LongOpenCustomHashMap(Map<? extends Byte, ? extends Long>, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2LongOpenHashMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific hash map with a fast, small-footprint implementation.
Byte2LongOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2LongOpenHashMap(byte[], long[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2LongOpenHashMap(byte[], long[], float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2LongOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2LongOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
Creates a new hash map.
Byte2LongOpenHashMap(Byte2LongMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2LongOpenHashMap(Byte2LongMap, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
Creates a new hash map copying a given type-specific one.
Byte2LongOpenHashMap(Map<? extends Byte, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2LongOpenHashMap(Map<? extends Byte, ? extends Long>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
Creates a new hash map copying a given one.
Byte2LongRBTreeMap - Class in it.unimi.dsi.fastutil.bytes
A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2LongRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
Creates a new empty tree map.
Byte2LongRBTreeMap(byte[], long[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Byte2LongRBTreeMap(byte[], long[], Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Byte2LongRBTreeMap(Byte2LongMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
Creates a new tree map copying a given map.
Byte2LongRBTreeMap(Byte2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2LongRBTreeMap(Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
Creates a new empty tree map with the given comparator.
Byte2LongRBTreeMap(Map<? extends Byte, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
Creates a new tree map copying a given map.
Byte2LongRBTreeMap(SortedMap<Byte, Long>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2LongSortedMap - Interface in it.unimi.dsi.fastutil.bytes
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2LongSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.bytes
A sorted entry set providing fast iteration.
Byte2LongSortedMaps - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific sorted maps.
Byte2LongSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific sorted map.
Byte2LongSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton sorted map.
Byte2LongSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for sorted maps.
Byte2LongSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for sorted maps.
Byte2ObjectArrayMap<V> - Class in it.unimi.dsi.fastutil.bytes
A simple, brute-force implementation of a map based on two parallel backing arrays.
Byte2ObjectArrayMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
Creates a new empty array map.
Byte2ObjectArrayMap(byte[], Object[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
Creates a new empty array map with given key and value backing arrays.
Byte2ObjectArrayMap(byte[], Object[], int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Byte2ObjectArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
Creates a new empty array map of given capacity.
Byte2ObjectArrayMap(Byte2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
Creates a new empty array map copying the entries of a given map.
Byte2ObjectArrayMap(Map<? extends Byte, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
Creates a new empty array map copying the entries of a given map.
Byte2ObjectAVLTreeMap<V> - Class in it.unimi.dsi.fastutil.bytes
A type-specific AVL tree map with a fast, small-footprint implementation.
Byte2ObjectAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
Creates a new empty tree map.
Byte2ObjectAVLTreeMap(byte[], V[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Byte2ObjectAVLTreeMap(byte[], V[], Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Byte2ObjectAVLTreeMap(Byte2ObjectMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
Creates a new tree map copying a given map.
Byte2ObjectAVLTreeMap(Byte2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2ObjectAVLTreeMap(Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
Creates a new empty tree map with the given comparator.
Byte2ObjectAVLTreeMap(Map<? extends Byte, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
Creates a new tree map copying a given map.
Byte2ObjectAVLTreeMap(SortedMap<Byte, V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
 
byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
 
byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
 
byte2ObjectEntrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Returns a type-specific set view of the mappings contained in this map.
byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.EmptyMap
 
byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.Singleton
 
byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
 
byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
 
byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
 
byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
 
byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
 
byte2ObjectEntrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.EmptySortedMap
 
byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
 
byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
 
byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.UnmodifiableSortedMap
 
Byte2ObjectFunctions - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific functions.
Byte2ObjectFunctions.EmptyFunction<V> - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific function.
Byte2ObjectFunctions.PrimitiveFunction<V> - Class in it.unimi.dsi.fastutil.bytes
An adapter for mapping generic total functions to partial primitive functions.
Byte2ObjectFunctions.Singleton<V> - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton function.
Byte2ObjectFunctions.SynchronizedFunction<V> - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for functions.
Byte2ObjectFunctions.UnmodifiableFunction<V> - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for functions.
Byte2ObjectLinkedOpenHashMap<V> - Class in it.unimi.dsi.fastutil.bytes
A type-specific linked hash map with with a fast, small-footprint implementation.
Byte2ObjectLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ObjectLinkedOpenHashMap(byte[], V[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2ObjectLinkedOpenHashMap(byte[], V[], float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2ObjectLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ObjectLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Creates a new hash map.
Byte2ObjectLinkedOpenHashMap(Byte2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2ObjectLinkedOpenHashMap(Byte2ObjectMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Byte2ObjectLinkedOpenHashMap(Map<? extends Byte, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2ObjectLinkedOpenHashMap(Map<? extends Byte, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Creates a new hash map copying a given one.
Byte2ObjectMap<V> - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Byte2ObjectMap.Entry<V> - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2ObjectMap.FastEntrySet<V> - Interface in it.unimi.dsi.fastutil.bytes
An entry set providing fast iteration.
Byte2ObjectMaps - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific maps.
Byte2ObjectMaps.EmptyMap<V> - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific map.
Byte2ObjectMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton map.
Byte2ObjectMaps.SynchronizedMap<V> - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for maps.
Byte2ObjectMaps.UnmodifiableMap<V> - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for maps.
Byte2ObjectOpenCustomHashMap<V> - Class in it.unimi.dsi.fastutil.bytes
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Byte2ObjectOpenCustomHashMap(byte[], V[], float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2ObjectOpenCustomHashMap(byte[], V[], ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2ObjectOpenCustomHashMap(int, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
Creates a new hash map.
Byte2ObjectOpenCustomHashMap(int, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ObjectOpenCustomHashMap(Byte2ObjectMap<V>, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Byte2ObjectOpenCustomHashMap(Byte2ObjectMap<V>, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2ObjectOpenCustomHashMap(ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ObjectOpenCustomHashMap(Map<? extends Byte, ? extends V>, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
Creates a new hash map copying a given one.
Byte2ObjectOpenCustomHashMap(Map<? extends Byte, ? extends V>, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2ObjectOpenHashMap<V> - Class in it.unimi.dsi.fastutil.bytes
A type-specific hash map with a fast, small-footprint implementation.
Byte2ObjectOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ObjectOpenHashMap(byte[], V[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2ObjectOpenHashMap(byte[], V[], float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2ObjectOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ObjectOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
Creates a new hash map.
Byte2ObjectOpenHashMap(Byte2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2ObjectOpenHashMap(Byte2ObjectMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
Creates a new hash map copying a given type-specific one.
Byte2ObjectOpenHashMap(Map<? extends Byte, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2ObjectOpenHashMap(Map<? extends Byte, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
Creates a new hash map copying a given one.
Byte2ObjectRBTreeMap<V> - Class in it.unimi.dsi.fastutil.bytes
A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2ObjectRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
Creates a new empty tree map.
Byte2ObjectRBTreeMap(byte[], V[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Byte2ObjectRBTreeMap(byte[], V[], Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Byte2ObjectRBTreeMap(Byte2ObjectMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
Creates a new tree map copying a given map.
Byte2ObjectRBTreeMap(Byte2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2ObjectRBTreeMap(Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
Creates a new empty tree map with the given comparator.
Byte2ObjectRBTreeMap(Map<? extends Byte, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
Creates a new tree map copying a given map.
Byte2ObjectRBTreeMap(SortedMap<Byte, V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2ObjectSortedMap<V> - Interface in it.unimi.dsi.fastutil.bytes
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2ObjectSortedMap.FastSortedEntrySet<V> - Interface in it.unimi.dsi.fastutil.bytes
A sorted entry set providing fast iteration.
Byte2ObjectSortedMaps - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific sorted maps.
Byte2ObjectSortedMaps.EmptySortedMap<V> - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific sorted map.
Byte2ObjectSortedMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton sorted map.
Byte2ObjectSortedMaps.SynchronizedSortedMap<V> - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for sorted maps.
Byte2ObjectSortedMaps.UnmodifiableSortedMap<V> - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for sorted maps.
Byte2ReferenceArrayMap<V> - Class in it.unimi.dsi.fastutil.bytes
A simple, brute-force implementation of a map based on two parallel backing arrays.
Byte2ReferenceArrayMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
Creates a new empty array map.
Byte2ReferenceArrayMap(byte[], Object[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
Creates a new empty array map with given key and value backing arrays.
Byte2ReferenceArrayMap(byte[], Object[], int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Byte2ReferenceArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
Creates a new empty array map of given capacity.
Byte2ReferenceArrayMap(Byte2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
Creates a new empty array map copying the entries of a given map.
Byte2ReferenceArrayMap(Map<? extends Byte, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
Creates a new empty array map copying the entries of a given map.
Byte2ReferenceAVLTreeMap<V> - Class in it.unimi.dsi.fastutil.bytes
A type-specific AVL tree map with a fast, small-footprint implementation.
Byte2ReferenceAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Creates a new empty tree map.
Byte2ReferenceAVLTreeMap(byte[], V[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Byte2ReferenceAVLTreeMap(byte[], V[], Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Byte2ReferenceAVLTreeMap(Byte2ReferenceMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Creates a new tree map copying a given map.
Byte2ReferenceAVLTreeMap(Byte2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2ReferenceAVLTreeMap(Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Creates a new empty tree map with the given comparator.
Byte2ReferenceAVLTreeMap(Map<? extends Byte, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Creates a new tree map copying a given map.
Byte2ReferenceAVLTreeMap(SortedMap<Byte, V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
 
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
byte2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Returns a type-specific set view of the mappings contained in this map.
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
 
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
byte2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
 
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
 
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
 
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
 
Byte2ReferenceFunction<V> - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2ReferenceFunctions - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific functions.
Byte2ReferenceFunctions.EmptyFunction<V> - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific function.
Byte2ReferenceFunctions.PrimitiveFunction<V> - Class in it.unimi.dsi.fastutil.bytes
An adapter for mapping generic total functions to partial primitive functions.
Byte2ReferenceFunctions.Singleton<V> - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton function.
Byte2ReferenceFunctions.SynchronizedFunction<V> - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for functions.
Byte2ReferenceFunctions.UnmodifiableFunction<V> - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for functions.
Byte2ReferenceLinkedOpenHashMap<V> - Class in it.unimi.dsi.fastutil.bytes
A type-specific linked hash map with with a fast, small-footprint implementation.
Byte2ReferenceLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ReferenceLinkedOpenHashMap(byte[], V[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2ReferenceLinkedOpenHashMap(byte[], V[], float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2ReferenceLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ReferenceLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Creates a new hash map.
Byte2ReferenceLinkedOpenHashMap(Byte2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2ReferenceLinkedOpenHashMap(Byte2ReferenceMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Byte2ReferenceLinkedOpenHashMap(Map<? extends Byte, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2ReferenceLinkedOpenHashMap(Map<? extends Byte, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Creates a new hash map copying a given one.
Byte2ReferenceMap<V> - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Byte2ReferenceMap.Entry<V> - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2ReferenceMap.FastEntrySet<V> - Interface in it.unimi.dsi.fastutil.bytes
An entry set providing fast iteration.
Byte2ReferenceMaps - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific maps.
Byte2ReferenceMaps.EmptyMap<V> - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific map.
Byte2ReferenceMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton map.
Byte2ReferenceMaps.SynchronizedMap<V> - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for maps.
Byte2ReferenceMaps.UnmodifiableMap<V> - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for maps.
Byte2ReferenceOpenCustomHashMap<V> - Class in it.unimi.dsi.fastutil.bytes
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Byte2ReferenceOpenCustomHashMap(byte[], V[], float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2ReferenceOpenCustomHashMap(byte[], V[], ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2ReferenceOpenCustomHashMap(int, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Creates a new hash map.
Byte2ReferenceOpenCustomHashMap(int, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ReferenceOpenCustomHashMap(Byte2ReferenceMap<V>, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Byte2ReferenceOpenCustomHashMap(Byte2ReferenceMap<V>, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2ReferenceOpenCustomHashMap(ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ReferenceOpenCustomHashMap(Map<? extends Byte, ? extends V>, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Creates a new hash map copying a given one.
Byte2ReferenceOpenCustomHashMap(Map<? extends Byte, ? extends V>, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2ReferenceOpenHashMap<V> - Class in it.unimi.dsi.fastutil.bytes
A type-specific hash map with a fast, small-footprint implementation.
Byte2ReferenceOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ReferenceOpenHashMap(byte[], V[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2ReferenceOpenHashMap(byte[], V[], float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2ReferenceOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ReferenceOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Creates a new hash map.
Byte2ReferenceOpenHashMap(Byte2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2ReferenceOpenHashMap(Byte2ReferenceMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Creates a new hash map copying a given type-specific one.
Byte2ReferenceOpenHashMap(Map<? extends Byte, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2ReferenceOpenHashMap(Map<? extends Byte, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Creates a new hash map copying a given one.
Byte2ReferenceRBTreeMap<V> - Class in it.unimi.dsi.fastutil.bytes
A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2ReferenceRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Creates a new empty tree map.
Byte2ReferenceRBTreeMap(byte[], V[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Byte2ReferenceRBTreeMap(byte[], V[], Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Byte2ReferenceRBTreeMap(Byte2ReferenceMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Creates a new tree map copying a given map.
Byte2ReferenceRBTreeMap(Byte2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2ReferenceRBTreeMap(Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Creates a new empty tree map with the given comparator.
Byte2ReferenceRBTreeMap(Map<? extends Byte, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Creates a new tree map copying a given map.
Byte2ReferenceRBTreeMap(SortedMap<Byte, V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2ReferenceSortedMap<V> - Interface in it.unimi.dsi.fastutil.bytes
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2ReferenceSortedMap.FastSortedEntrySet<V> - Interface in it.unimi.dsi.fastutil.bytes
A sorted entry set providing fast iteration.
Byte2ReferenceSortedMaps - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific sorted maps.
Byte2ReferenceSortedMaps.EmptySortedMap<V> - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific sorted map.
Byte2ReferenceSortedMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton sorted map.
Byte2ReferenceSortedMaps.SynchronizedSortedMap<V> - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for sorted maps.
Byte2ReferenceSortedMaps.UnmodifiableSortedMap<V> - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for sorted maps.
Byte2ShortFunction - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteArrayFIFOQueue - Class in it.unimi.dsi.fastutil.bytes
A type-specific array-based FIFO queue, supporting also deque operations.
ByteArrayFIFOQueue() - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayFIFOQueue
Creates a new empty queue with standard initial capacity.
ByteArrayFIFOQueue(int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayFIFOQueue
Creates a new empty queue with given capacity.
ByteArrayFrontCodedBigList - Class in it.unimi.dsi.fastutil.bytes
Compact storage of big lists of arrays using front coding.
ByteArrayFrontCodedBigList(Collection<byte[]>, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedBigList
Creates a new front-coded list containing the arrays in the given collection.
ByteArrayFrontCodedBigList(Iterator<byte[]>, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedBigList
Creates a new front-coded list containing the arrays returned by the given iterator.
ByteArrayFrontCodedList - Class in it.unimi.dsi.fastutil.bytes
Compact storage of lists of arrays using front coding.
ByteArrayFrontCodedList(Collection<byte[]>, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedList
Creates a new front-coded list containing the arrays in the given collection.
ByteArrayFrontCodedList(Iterator<byte[]>, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedList
Creates a new front-coded list containing the arrays returned by the given iterator.
ByteArrayIndirectPriorityQueue - Class in it.unimi.dsi.fastutil.bytes
A type-specific array-based semi-indirect priority queue.
ByteArrayIndirectPriorityQueue(byte[]) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
Creates a new empty queue with capacity equal to the length of the reference array and using the natural order.
ByteArrayIndirectPriorityQueue(byte[], int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
Creates a new empty queue with given capacity and using the natural order.
ByteArrayIndirectPriorityQueue(byte[], int[]) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
Wraps a given array in a queue using the natural order.
ByteArrayIndirectPriorityQueue(byte[], int[], int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
Wraps a given array in a queue using the natural order.
ByteArrayIndirectPriorityQueue(byte[], int[], int, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
Wraps a given array in a queue using a given comparator.
ByteArrayIndirectPriorityQueue(byte[], int[], ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
Wraps a given array in a queue using a given comparator.
ByteArrayIndirectPriorityQueue(byte[], int, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
Creates a new empty queue without elements with a given capacity and comparator.
ByteArrayIndirectPriorityQueue(byte[], ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
Creates a new empty queue with capacity equal to the length of the reference array and a given comparator.
ByteArrayList - Class in it.unimi.dsi.fastutil.bytes
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteArrayList() - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayList
Creates a new array list with ByteArrayList.DEFAULT_INITIAL_CAPACITY capacity.
ByteArrayList(byte[]) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayList
Creates a new array list and fills it with the elements of a given array.
ByteArrayList(byte[], int, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayList
Creates a new array list and fills it with the elements of a given array.
ByteArrayList(int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayList
Creates a new array list with given capacity.
ByteArrayList(ByteCollection) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayList
Creates a new array list and fills it with a given type-specific collection.
ByteArrayList(ByteIterator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayList
Creates a new array list and fills it with the elements returned by a type-specific iterator..
ByteArrayList(ByteList) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayList
Creates a new array list and fills it with a given type-specific list.
ByteArrayList(Collection<? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayList
Creates a new array list and fills it with a given collection.
ByteArrayList(Iterator<? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayList
Creates a new array list and fills it with the elements returned by an iterator..
ByteArrayPriorityQueue - Class in it.unimi.dsi.fastutil.bytes
A type-specific array-based priority queue.
ByteArrayPriorityQueue() - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayPriorityQueue
Creates a new empty queue using the natural order.
ByteArrayPriorityQueue(byte[]) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayPriorityQueue
Wraps a given array in a queue using the natural order.
ByteArrayPriorityQueue(byte[], int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayPriorityQueue
Wraps a given array in a queue using the natural order.
ByteArrayPriorityQueue(byte[], int, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayPriorityQueue
Wraps a given array in a queue using a given comparator.
ByteArrayPriorityQueue(byte[], ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayPriorityQueue
Wraps a given array in a queue using a given comparator.
ByteArrayPriorityQueue(int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayPriorityQueue
Creates a new empty queue with a given capacity and using the natural order.
ByteArrayPriorityQueue(int, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayPriorityQueue
Creates a new empty queue with a given capacity and comparator.
ByteArrayPriorityQueue(ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayPriorityQueue
Creates a new empty queue with a given comparator.
ByteArraySet - Class in it.unimi.dsi.fastutil.bytes
A simple, brute-force implementation of a set based on a backing array.
ByteArraySet() - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArraySet
Creates a new empty array set.
ByteArraySet(byte[]) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArraySet
Creates a new array set using the given backing array.
ByteArraySet(byte[], int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArraySet
Creates a new array set using the given backing array and the given number of elements of the array.
ByteArraySet(int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArraySet
Creates a new empty array set of given initial capacity.
ByteArraySet(ByteCollection) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArraySet
Creates a new array set copying the contents of a given collection.
ByteArraySet(ByteSet) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArraySet
Creates a new array set copying the contents of a given collection.
ByteArraySet(Collection<? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArraySet
Creates a new array set copying the contents of a given set.
ByteArraySet(Set<? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArraySet
Creates a new array set copying the contents of a given set.
ByteAVLTreeSet - Class in it.unimi.dsi.fastutil.bytes
A type-specific AVL tree set with a fast, small-footprint implementation.
ByteAVLTreeSet() - Constructor for class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
Creates a new empty tree set.
ByteAVLTreeSet(byte[]) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
Creates a new tree set copying the elements of an array.
ByteAVLTreeSet(byte[], int, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
Creates a new tree set and fills it with the elements of a given array.
ByteAVLTreeSet(byte[], int, int, Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
Creates a new tree set and fills it with the elements of a given array using a given Comparator.
ByteAVLTreeSet(byte[], Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
Creates a new tree set copying the elements of an array using a given Comparator.
ByteAVLTreeSet(ByteCollection) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
Creates a new tree set copying a given type-specific collection.
ByteAVLTreeSet(ByteIterator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
Creates a new tree set using elements provided by a type-specific iterator.
ByteAVLTreeSet(ByteSortedSet) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
Creates a new tree set copying a given type-specific sorted set (and its Comparator).
ByteAVLTreeSet(Collection<? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
Creates a new tree set copying a given set.
ByteAVLTreeSet(Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
Creates a new empty tree set with the given comparator.
ByteAVLTreeSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
Creates a new tree set using elements provided by an iterator.
ByteAVLTreeSet(SortedSet<Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
Creates a new tree set copying a given sorted set (and its Comparator).
ByteBidirectionalIterable - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Iterable that further strengthens the specification of Iterable.iterator().
ByteBidirectionalIterator - Interface in it.unimi.dsi.fastutil.bytes
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements backwards.
ByteBigArrayBigList - Class in it.unimi.dsi.fastutil.bytes
A type-specific big list based on a big array; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteBigArrayBigList() - Constructor for class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
Creates a new big-array big list with ByteBigArrayBigList.DEFAULT_INITIAL_CAPACITY capacity.
ByteBigArrayBigList(byte[][]) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
Creates a new big-array big list and fills it with the elements of a given big array.
ByteBigArrayBigList(byte[][], long, long) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
Creates a new big-array big list and fills it with the elements of a given big array.
ByteBigArrayBigList(long) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
Creates a new big-array big list with given capacity.
ByteBigArrayBigList(ByteBigList) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
Creates a new big-array big list and fills it with a given type-specific list.
ByteBigArrayBigList(ByteCollection) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
Creates a new big-array big list and fills it with a given type-specific collection.
ByteBigArrayBigList(ByteIterator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
Creates a new big-array big list and fills it with the elements returned by a type-specific iterator..
ByteBigArrayBigList(Iterator<? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
Creates a new big-array big list and fills it with the elements returned by an iterator..
ByteBigList - Interface in it.unimi.dsi.fastutil.bytes
A type-specific BigList; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteBigListIterator - Interface in it.unimi.dsi.fastutil.bytes
A type-specific BigListIterator.
ByteBigListIterators - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific iterators.
ByteBigListIterators.AbstractIndexBasedBigIterator - Class in it.unimi.dsi.fastutil.bytes
A skeletal implementation for an iterator backed by an index based data store.
ByteBigListIterators.AbstractIndexBasedBigListIterator - Class in it.unimi.dsi.fastutil.bytes
A skeletal implementation for a list-iterator backed by an index based data store.
ByteBigListIterators.BigListIteratorListIterator - Class in it.unimi.dsi.fastutil.bytes
A class exposing a list iterator as a big-list iterator..
ByteBigListIterators.EmptyBigListIterator - Class in it.unimi.dsi.fastutil.bytes
A class returning no elements and a type-specific big list iterator interface.
ByteBigListIterators.UnmodifiableBigListIterator - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for big list iterators.
ByteBigLists - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific big lists.
ByteBigLists.EmptyBigList - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific big list.
ByteBigLists.ListBigList - Class in it.unimi.dsi.fastutil.bytes
A class exposing a list as a big list.
ByteBigLists.Singleton - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton big list.
ByteBigLists.SynchronizedBigList - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for big lists.
ByteBigLists.UnmodifiableBigList - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for big lists.
ByteBigSpliterators - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific spliterators on big (potentially greater then Integer.MAX_VALUE items long).
ByteBigSpliterators() - Constructor for class it.unimi.dsi.fastutil.bytes.ByteBigSpliterators
 
ByteBigSpliterators.AbstractIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.bytes
A skeletal implementation for a spliterator backed by an index based data store.
ByteBigSpliterators.EarlyBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.bytes
A skeletal implementation for a spliterator backed by an index based data store.
ByteBigSpliterators.LateBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.bytes
A skeletal implementation for a spliterator backed by an index based data store.
ByteBinaryOperator - Interface in it.unimi.dsi.fastutil.bytes
A type-specific BinaryOperator; provides methods operating both on objects and on primitives.
ByteByteImmutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteByteImmutablePair(byte, byte) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteByteImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ByteByteImmutableSortedPair - Class in it.unimi.dsi.fastutil.bytes
A type-specific immutable SortedPair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteByteMutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteByteMutablePair(byte, byte) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteByteMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ByteBytePair - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteByteSortedPair - Interface in it.unimi.dsi.fastutil.bytes
A type-specific immutable SortedPair.
ByteCharImmutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteCharImmutablePair(byte, char) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteCharImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ByteCharMutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteCharMutablePair(byte, char) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteCharMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ByteCharPair - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteCollection - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Collection; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteCollections - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific collections.
ByteCollections.EmptyCollection - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific collection.
ByteCollections.IterableCollection - Class in it.unimi.dsi.fastutil.bytes
A collection wrapper class for iterables.
ByteComparator - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Comparator; provides methods to compare two primitive types both as objects and as primitive types.
ByteComparators - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with comparators.
ByteConsumer - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Consumer; provides methods to consume a primitive type both as object and as primitive.
ByteDoubleImmutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteDoubleImmutablePair(byte, double) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteDoubleImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ByteDoubleMutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteDoubleMutablePair(byte, double) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteDoubleMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ByteDoublePair - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteHash - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Hash interface.
ByteHash.Strategy - Interface in it.unimi.dsi.fastutil.bytes
A type-specific hash strategy.
ByteHeapIndirectPriorityQueue - Class in it.unimi.dsi.fastutil.bytes
A type-specific heap-based indirect priority queue.
ByteHeapIndirectPriorityQueue(byte[]) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapIndirectPriorityQueue
Creates a new empty queue with capacity equal to the length of the reference array and using the natural order.
ByteHeapIndirectPriorityQueue(byte[], int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapIndirectPriorityQueue
Creates a new empty queue with a given capacity and using the natural order.
ByteHeapIndirectPriorityQueue(byte[], int[]) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapIndirectPriorityQueue
Wraps a given array in a queue using the natural order.
ByteHeapIndirectPriorityQueue(byte[], int[], int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapIndirectPriorityQueue
Wraps a given array in a queue using the natural order.
ByteHeapIndirectPriorityQueue(byte[], int[], int, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapIndirectPriorityQueue
Wraps a given array in a queue using a given comparator.
ByteHeapIndirectPriorityQueue(byte[], int[], ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapIndirectPriorityQueue
Wraps a given array in a queue using a given comparator.
ByteHeapIndirectPriorityQueue(byte[], int, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapIndirectPriorityQueue
Creates a new empty queue with a given capacity and comparator.
ByteHeapIndirectPriorityQueue(byte[], ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapIndirectPriorityQueue
Creates a new empty queue with capacity equal to the length of the reference array and a given comparator.
ByteHeapPriorityQueue - Class in it.unimi.dsi.fastutil.bytes
A type-specific heap-based priority queue.
ByteHeapPriorityQueue() - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapPriorityQueue
Creates a new empty queue using the natural order.
ByteHeapPriorityQueue(byte[]) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapPriorityQueue
Wraps a given array in a queue using the natural order.
ByteHeapPriorityQueue(byte[], int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapPriorityQueue
Wraps a given array in a queue using the natural order.
ByteHeapPriorityQueue(byte[], int, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapPriorityQueue
Wraps a given array in a queue using a given comparator.
ByteHeapPriorityQueue(byte[], ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapPriorityQueue
Wraps a given array in a queue using a given comparator.
ByteHeapPriorityQueue(int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapPriorityQueue
Creates a new empty queue with a given capacity and using the natural order.
ByteHeapPriorityQueue(int, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapPriorityQueue
Creates a new empty queue with a given capacity and comparator.
ByteHeapPriorityQueue(ByteCollection) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapPriorityQueue
Creates a queue using the elements in a type-specific collection using the natural order.
ByteHeapPriorityQueue(ByteCollection, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapPriorityQueue
Creates a queue using the elements in a type-specific collection using a given comparator.
ByteHeapPriorityQueue(ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapPriorityQueue
Creates a new empty queue with a given comparator.
ByteHeapPriorityQueue(Collection<? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapPriorityQueue
Creates a queue using the elements in a collection using the natural order.
ByteHeapPriorityQueue(Collection<? extends Byte>, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapPriorityQueue
Creates a queue using the elements in a collection using a given comparator.
ByteHeaps - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with heaps.
ByteHeapSemiIndirectPriorityQueue - Class in it.unimi.dsi.fastutil.bytes
A type-specific heap-based semi-indirect priority queue.
ByteHeapSemiIndirectPriorityQueue(byte[]) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapSemiIndirectPriorityQueue
Creates a new empty queue with capacity equal to the length of the reference array and using the natural order.
ByteHeapSemiIndirectPriorityQueue(byte[], int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapSemiIndirectPriorityQueue
Creates a new empty queue with given capacity and using the natural order.
ByteHeapSemiIndirectPriorityQueue(byte[], int[]) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapSemiIndirectPriorityQueue
Wraps a given array in a queue using the natural order.
ByteHeapSemiIndirectPriorityQueue(byte[], int[], int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapSemiIndirectPriorityQueue
Wraps a given array in a queue using the natural order.
ByteHeapSemiIndirectPriorityQueue(byte[], int[], int, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapSemiIndirectPriorityQueue
Wraps a given array in a queue using a given comparator.
ByteHeapSemiIndirectPriorityQueue(byte[], int[], ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapSemiIndirectPriorityQueue
Wraps a given array in a queue using a given comparator.
ByteHeapSemiIndirectPriorityQueue(byte[], int, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapSemiIndirectPriorityQueue
Creates a new empty queue without elements with a given capacity and comparator.
ByteHeapSemiIndirectPriorityQueue(byte[], ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteHeapSemiIndirectPriorityQueue
Creates a new empty queue with capacity equal to the length of the reference array and a given comparator.
ByteImmutableList - Class in it.unimi.dsi.fastutil.bytes
A type-specific array-based immutable list; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteImmutableList(byte[]) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Creates a new immutable list using a given array.
ByteImmutableList(byte[], int, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Creates a new immutable list and fills it with the elements of a given array.
ByteImmutableList(ByteCollection) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Creates a new immutable list and fills it with a given type-specific collection.
ByteImmutableList(ByteIterator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Creates a new immutable list and fills it with the elements returned by a type-specific iterator..
ByteImmutableList(ByteList) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Creates a new immutable list and fills it with a given type-specific list.
ByteImmutableList(Collection<? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Creates a new immutable list and fills it with a given collection.
ByteIndirectHeaps - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with indirect heaps.
ByteIndirectPriorityQueue - Interface in it.unimi.dsi.fastutil.bytes
A type-specific IndirectPriorityQueue.
ByteIntImmutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteIntImmutablePair(byte, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteIntImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ByteIntMutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteIntMutablePair(byte, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteIntMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ByteIntPair - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteIterables - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific iterables.
ByteIterators - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific iterators.
ByteIterators.AbstractIndexBasedIterator - Class in it.unimi.dsi.fastutil.bytes
A skeletal implementation for an iterator backed by an index-based data store.
ByteIterators.AbstractIndexBasedListIterator - Class in it.unimi.dsi.fastutil.bytes
A skeletal implementation for a list-iterator backed by an index-based data store.
ByteIterators.EmptyIterator - Class in it.unimi.dsi.fastutil.bytes
A class returning no elements and a type-specific iterator interface.
ByteIterators.UnmodifiableBidirectionalIterator - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for bidirectional iterators.
ByteIterators.UnmodifiableIterator - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for iterators.
ByteIterators.UnmodifiableListIterator - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for list iterators.
ByteLinkedOpenCustomHashSet - Class in it.unimi.dsi.fastutil.bytes
A type-specific linked hash set with with a fast, small-footprint implementation.
ByteLinkedOpenCustomHashSet(byte[], float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Creates a new hash set copying the elements of an array.
ByteLinkedOpenCustomHashSet(byte[], int, int, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Creates a new hash set and fills it with the elements of a given array.
ByteLinkedOpenCustomHashSet(byte[], int, int, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
ByteLinkedOpenCustomHashSet(byte[], ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
ByteLinkedOpenCustomHashSet(int, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Creates a new hash set.
ByteLinkedOpenCustomHashSet(int, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
ByteLinkedOpenCustomHashSet(ByteCollection, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Creates a new hash set copying a given type-specific collection.
ByteLinkedOpenCustomHashSet(ByteCollection, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
ByteLinkedOpenCustomHashSet(ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
ByteLinkedOpenCustomHashSet(ByteIterator, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Creates a new hash set using elements provided by a type-specific iterator.
ByteLinkedOpenCustomHashSet(ByteIterator, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
ByteLinkedOpenCustomHashSet(Collection<? extends Byte>, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Creates a new hash set copying a given collection.
ByteLinkedOpenCustomHashSet(Collection<? extends Byte>, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
ByteLinkedOpenCustomHashSet(Iterator<?>, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Creates a new hash set using elements provided by an iterator.
ByteLinkedOpenCustomHashSet(Iterator<?>, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
ByteLinkedOpenHashSet - Class in it.unimi.dsi.fastutil.bytes
A type-specific linked hash set with with a fast, small-footprint implementation.
ByteLinkedOpenHashSet() - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
ByteLinkedOpenHashSet(byte[]) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
ByteLinkedOpenHashSet(byte[], float) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Creates a new hash set copying the elements of an array.
ByteLinkedOpenHashSet(byte[], int, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
ByteLinkedOpenHashSet(byte[], int, int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Creates a new hash set and fills it with the elements of a given array.
ByteLinkedOpenHashSet(int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
ByteLinkedOpenHashSet(int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Creates a new hash set.
ByteLinkedOpenHashSet(ByteCollection) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
ByteLinkedOpenHashSet(ByteCollection, float) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Creates a new hash set copying a given type-specific collection.
ByteLinkedOpenHashSet(ByteIterator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
ByteLinkedOpenHashSet(ByteIterator, float) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Creates a new hash set using elements provided by a type-specific iterator.
ByteLinkedOpenHashSet(Collection<? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
ByteLinkedOpenHashSet(Collection<? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Creates a new hash set copying a given collection.
ByteLinkedOpenHashSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
ByteLinkedOpenHashSet(Iterator<?>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Creates a new hash set using elements provided by an iterator.
ByteList - Interface in it.unimi.dsi.fastutil.bytes
A type-specific List; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteListIterator - Interface in it.unimi.dsi.fastutil.bytes
A type-specific bidirectional iterator that is also a ListIterator.
ByteLists - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific lists.
ByteLists.EmptyList - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific list.
ByteLists.Singleton - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton list.
ByteLists.SynchronizedList - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for lists.
ByteLists.SynchronizedRandomAccessList - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for random-access lists.
ByteLists.UnmodifiableList - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for lists.
ByteLists.UnmodifiableRandomAccessList - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for random-access lists.
ByteLongImmutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteLongImmutablePair(byte, long) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLongImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ByteLongMutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteLongMutablePair(byte, long) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLongMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ByteLongPair - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteObjectImmutablePair<V> - Class in it.unimi.dsi.fastutil.bytes
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteObjectImmutablePair(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteObjectImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ByteObjectMutablePair<V> - Class in it.unimi.dsi.fastutil.bytes
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteObjectMutablePair(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteObjectMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ByteObjectPair<V> - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteOpenCustomHashSet - Class in it.unimi.dsi.fastutil.bytes
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
ByteOpenCustomHashSet(byte[], float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
Creates a new hash set copying the elements of an array.
ByteOpenCustomHashSet(byte[], int, int, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
Creates a new hash set and fills it with the elements of a given array.
ByteOpenCustomHashSet(byte[], int, int, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
ByteOpenCustomHashSet(byte[], ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
ByteOpenCustomHashSet(int, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
Creates a new hash set.
ByteOpenCustomHashSet(int, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
ByteOpenCustomHashSet(ByteCollection, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
Creates a new hash set copying a given type-specific collection.
ByteOpenCustomHashSet(ByteCollection, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
ByteOpenCustomHashSet(ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
ByteOpenCustomHashSet(ByteIterator, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
Creates a new hash set using elements provided by a type-specific iterator.
ByteOpenCustomHashSet(ByteIterator, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
ByteOpenCustomHashSet(Collection<? extends Byte>, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
Creates a new hash set copying a given collection.
ByteOpenCustomHashSet(Collection<? extends Byte>, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
ByteOpenCustomHashSet(Iterator<?>, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
Creates a new hash set using elements provided by an iterator.
ByteOpenCustomHashSet(Iterator<?>, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
ByteOpenHashSet - Class in it.unimi.dsi.fastutil.bytes
A type-specific hash set with with a fast, small-footprint implementation.
ByteOpenHashSet() - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
ByteOpenHashSet(byte[]) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
ByteOpenHashSet(byte[], float) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Creates a new hash set copying the elements of an array.
ByteOpenHashSet(byte[], int, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
ByteOpenHashSet(byte[], int, int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Creates a new hash set and fills it with the elements of a given array.
ByteOpenHashSet(int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
ByteOpenHashSet(int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Creates a new hash set.
ByteOpenHashSet(ByteCollection) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
ByteOpenHashSet(ByteCollection, float) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Creates a new hash set copying a given type-specific collection.
ByteOpenHashSet(ByteIterator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
ByteOpenHashSet(ByteIterator, float) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Creates a new hash set using elements provided by a type-specific iterator.
ByteOpenHashSet(Collection<? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
ByteOpenHashSet(Collection<? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Creates a new hash set copying a given collection.
ByteOpenHashSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
ByteOpenHashSet(Iterator<?>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Creates a new hash set using elements provided by an iterator.
BytePredicate - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Predicate; provides methods to test a primitive type both as object and as primitive.
BytePriorityQueue - Interface in it.unimi.dsi.fastutil.bytes
A type-specific PriorityQueue; provides some additional methods that use polymorphism to avoid (un)boxing.
BytePriorityQueues - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific priority queues.
BytePriorityQueues.SynchronizedPriorityQueue - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for priority queues.
ByteRandomAccessSubList(ByteBigList, long, long) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteRandomAccessSubList
 
ByteRandomAccessSubList(ByteList, int, int) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteRandomAccessSubList
 
ByteRBTreeSet - Class in it.unimi.dsi.fastutil.bytes
A type-specific red-black tree set with a fast, small-footprint implementation.
ByteRBTreeSet() - Constructor for class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
Creates a new empty tree set.
ByteRBTreeSet(byte[]) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
Creates a new tree set copying the elements of an array.
ByteRBTreeSet(byte[], int, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
Creates a new tree set and fills it with the elements of a given array.
ByteRBTreeSet(byte[], int, int, Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
Creates a new tree set and fills it with the elements of a given array using a given Comparator.
ByteRBTreeSet(byte[], Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
Creates a new tree set copying the elements of an array using a given Comparator.
ByteRBTreeSet(ByteCollection) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
Creates a new tree set copying a given type-specific collection.
ByteRBTreeSet(ByteIterator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
Creates a new tree set using elements provided by a type-specific iterator.
ByteRBTreeSet(ByteSortedSet) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
Creates a new tree set copying a given type-specific sorted set (and its Comparator).
ByteRBTreeSet(Collection<? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
Creates a new tree set copying a given collection.
ByteRBTreeSet(Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
Creates a new empty tree set with the given comparator.
ByteRBTreeSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
Creates a new tree set using elements provided by an iterator.
ByteRBTreeSet(SortedSet<Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
Creates a new tree set copying a given sorted set (and its Comparator).
ByteReferenceImmutablePair<V> - Class in it.unimi.dsi.fastutil.bytes
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteReferenceImmutablePair(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteReferenceImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ByteReferenceMutablePair<V> - Class in it.unimi.dsi.fastutil.bytes
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteReferenceMutablePair(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteReferenceMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ByteReferencePair<V> - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteSemiIndirectHeaps - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with semi-indirect heaps.
ByteSet - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteSets - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific sets.
ByteSets.EmptySet - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing the empty set and implementing a type-specific set interface.
ByteSets.Singleton - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton set.
ByteSets.SynchronizedSet - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for sets.
ByteSets.UnmodifiableSet - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for sets.
ByteSortedSet - Interface in it.unimi.dsi.fastutil.bytes
A type-specific SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteSortedSets - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific sorted sets.
ByteSortedSets.EmptySet - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing the empty sorted set and implementing a type-specific set interface.
ByteSortedSets.Singleton - Class in it.unimi.dsi.fastutil.bytes
A class representing a singleton sorted set.
ByteSortedSets.SynchronizedSortedSet - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for sorted sets.
ByteSortedSets.UnmodifiableSortedSet - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for sorted sets.
ByteSpliterators - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific spliterators.
ByteSpliterators.AbstractIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.bytes
A skeletal implementation for a spliterator backed by an index based data store.
ByteSpliterators.EarlyBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.bytes
A skeletal implementation for a spliterator backed by an index based data store.
ByteSpliterators.EmptySpliterator - Class in it.unimi.dsi.fastutil.bytes
A class returning no elements and a type-specific spliterator interface.
ByteSpliterators.LateBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.bytes
A skeletal implementation for a spliterator backed by an index based data store.
ByteStack - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Stack; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteSubList(ByteBigList, long, long) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
 
ByteSubList(ByteList, int, int) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
ByteUnaryOperator - Interface in it.unimi.dsi.fastutil.bytes
A type-specific UnaryOperator; provides methods operating both on objects and on primitives.

C

changed() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
 
changed() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayPriorityQueue
 
changed() - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapIndirectPriorityQueue
 
changed() - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapPriorityQueue
 
changed() - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapSemiIndirectPriorityQueue
changed() - Method in class it.unimi.dsi.fastutil.bytes.BytePriorityQueues.SynchronizedPriorityQueue
 
changed() - Method in class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
 
changed() - Method in class it.unimi.dsi.fastutil.chars.CharArrayPriorityQueue
 
changed() - Method in class it.unimi.dsi.fastutil.chars.CharHeapIndirectPriorityQueue
 
changed() - Method in class it.unimi.dsi.fastutil.chars.CharHeapPriorityQueue
 
changed() - Method in class it.unimi.dsi.fastutil.chars.CharHeapSemiIndirectPriorityQueue
changed() - Method in class it.unimi.dsi.fastutil.chars.CharPriorityQueues.SynchronizedPriorityQueue
 
changed(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
changed(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapIndirectPriorityQueue
 
changed(int) - Method in class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
changed(int) - Method in class it.unimi.dsi.fastutil.chars.CharHeapIndirectPriorityQueue
 
Char2ByteArrayMap - Class in it.unimi.dsi.fastutil.chars
A simple, brute-force implementation of a map based on two parallel backing arrays.
Char2ByteArrayMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteArrayMap
Creates a new empty array map.
Char2ByteArrayMap(char[], byte[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteArrayMap
Creates a new empty array map with given key and value backing arrays.
Char2ByteArrayMap(char[], byte[], int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Char2ByteArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteArrayMap
Creates a new empty array map of given capacity.
Char2ByteArrayMap(Char2ByteMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
Char2ByteArrayMap(Map<? extends Character, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
Char2ByteAVLTreeMap - Class in it.unimi.dsi.fastutil.chars
A type-specific AVL tree map with a fast, small-footprint implementation.
Char2ByteAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
Creates a new empty tree map.
Char2ByteAVLTreeMap(char[], byte[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Char2ByteAVLTreeMap(char[], byte[], Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Char2ByteAVLTreeMap(Char2ByteMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
Creates a new tree map copying a given map.
Char2ByteAVLTreeMap(Char2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2ByteAVLTreeMap(Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
Creates a new empty tree map with the given comparator.
Char2ByteAVLTreeMap(Map<? extends Character, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
Creates a new tree map copying a given map.
Char2ByteAVLTreeMap(SortedMap<Character, Byte>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
char2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteArrayMap
 
char2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
 
char2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
 
char2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Returns a type-specific set view of the mappings contained in this map.
char2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.EmptyMap
 
char2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.Singleton
 
char2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
 
char2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
 
char2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
 
char2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
 
char2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
 
char2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
char2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.EmptySortedMap
 
char2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.Singleton
 
char2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.SynchronizedSortedMap
 
char2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.UnmodifiableSortedMap
 
Char2ByteFunction - Interface in it.unimi.dsi.fastutil.chars
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2ByteFunctions - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific functions.
Char2ByteFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific function.
Char2ByteFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.chars
An adapter for mapping generic total functions to partial primitive functions.
Char2ByteFunctions.Singleton - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton function.
Char2ByteFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for functions.
Char2ByteFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for functions.
Char2ByteLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.chars
A type-specific linked hash map with with a fast, small-footprint implementation.
Char2ByteLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2ByteLinkedOpenHashMap(char[], byte[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2ByteLinkedOpenHashMap(char[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2ByteLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2ByteLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Creates a new hash map.
Char2ByteLinkedOpenHashMap(Char2ByteMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2ByteLinkedOpenHashMap(Char2ByteMap, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Char2ByteLinkedOpenHashMap(Map<? extends Character, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2ByteLinkedOpenHashMap(Map<? extends Character, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Creates a new hash map copying a given one.
Char2ByteMap - Interface in it.unimi.dsi.fastutil.chars
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Char2ByteMap.Entry - Interface in it.unimi.dsi.fastutil.chars
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2ByteMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.chars
An entry set providing fast iteration.
Char2ByteMaps - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific maps.
Char2ByteMaps.EmptyMap - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific map.
Char2ByteMaps.Singleton - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton map.
Char2ByteMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for maps.
Char2ByteMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for maps.
Char2ByteOpenCustomHashMap - Class in it.unimi.dsi.fastutil.chars
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Char2ByteOpenCustomHashMap(char[], byte[], float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2ByteOpenCustomHashMap(char[], byte[], CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2ByteOpenCustomHashMap(int, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
Creates a new hash map.
Char2ByteOpenCustomHashMap(int, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2ByteOpenCustomHashMap(Char2ByteMap, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Char2ByteOpenCustomHashMap(Char2ByteMap, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2ByteOpenCustomHashMap(CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2ByteOpenCustomHashMap(Map<? extends Character, ? extends Byte>, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
Creates a new hash map copying a given one.
Char2ByteOpenCustomHashMap(Map<? extends Character, ? extends Byte>, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2ByteOpenHashMap - Class in it.unimi.dsi.fastutil.chars
A type-specific hash map with a fast, small-footprint implementation.
Char2ByteOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2ByteOpenHashMap(char[], byte[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2ByteOpenHashMap(char[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2ByteOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2ByteOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
Creates a new hash map.
Char2ByteOpenHashMap(Char2ByteMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2ByteOpenHashMap(Char2ByteMap, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
Creates a new hash map copying a given type-specific one.
Char2ByteOpenHashMap(Map<? extends Character, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2ByteOpenHashMap(Map<? extends Character, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
Creates a new hash map copying a given one.
Char2ByteRBTreeMap - Class in it.unimi.dsi.fastutil.chars
A type-specific red-black tree map with a fast, small-footprint implementation.
Char2ByteRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
Creates a new empty tree map.
Char2ByteRBTreeMap(char[], byte[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Char2ByteRBTreeMap(char[], byte[], Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Char2ByteRBTreeMap(Char2ByteMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
Creates a new tree map copying a given map.
Char2ByteRBTreeMap(Char2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2ByteRBTreeMap(Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
Creates a new empty tree map with the given comparator.
Char2ByteRBTreeMap(Map<? extends Character, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
Creates a new tree map copying a given map.
Char2ByteRBTreeMap(SortedMap<Character, Byte>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2ByteSortedMap - Interface in it.unimi.dsi.fastutil.chars
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2ByteSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.chars
A sorted entry set providing fast iteration.
Char2ByteSortedMaps - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific sorted maps.
Char2ByteSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific sorted map.
Char2ByteSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton sorted map.
Char2ByteSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for sorted maps.
Char2ByteSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for sorted maps.
Char2CharArrayMap - Class in it.unimi.dsi.fastutil.chars
A simple, brute-force implementation of a map based on two parallel backing arrays.
Char2CharArrayMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharArrayMap
Creates a new empty array map.
Char2CharArrayMap(char[], char[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharArrayMap
Creates a new empty array map with given key and value backing arrays.
Char2CharArrayMap(char[], char[], int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Char2CharArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharArrayMap
Creates a new empty array map of given capacity.
Char2CharArrayMap(Char2CharMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharArrayMap
Creates a new empty array map copying the entries of a given map.
Char2CharArrayMap(Map<? extends Character, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharArrayMap
Creates a new empty array map copying the entries of a given map.
Char2CharAVLTreeMap - Class in it.unimi.dsi.fastutil.chars
A type-specific AVL tree map with a fast, small-footprint implementation.
Char2CharAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
Creates a new empty tree map.
Char2CharAVLTreeMap(char[], char[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Char2CharAVLTreeMap(char[], char[], Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Char2CharAVLTreeMap(Char2CharMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
Creates a new tree map copying a given map.
Char2CharAVLTreeMap(Char2CharSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2CharAVLTreeMap(Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
Creates a new empty tree map with the given comparator.
Char2CharAVLTreeMap(Map<? extends Character, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
Creates a new tree map copying a given map.
Char2CharAVLTreeMap(SortedMap<Character, Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
char2CharEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharArrayMap
 
char2CharEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
 
char2CharEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
 
char2CharEntrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Returns a type-specific set view of the mappings contained in this map.
char2CharEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.EmptyMap
 
char2CharEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.Singleton
 
char2CharEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
 
char2CharEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
 
char2CharEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
 
char2CharEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
 
char2CharEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
 
char2CharEntrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
char2CharEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.EmptySortedMap
 
char2CharEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.Singleton
 
char2CharEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.SynchronizedSortedMap
 
char2CharEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.UnmodifiableSortedMap
 
Char2CharFunction - Interface in it.unimi.dsi.fastutil.chars
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2CharFunctions - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific functions.
Char2CharFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific function.
Char2CharFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.chars
An adapter for mapping generic total functions to partial primitive functions.
Char2CharFunctions.Singleton - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton function.
Char2CharFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for functions.
Char2CharFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for functions.
Char2CharLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.chars
A type-specific linked hash map with with a fast, small-footprint implementation.
Char2CharLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2CharLinkedOpenHashMap(char[], char[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2CharLinkedOpenHashMap(char[], char[], float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2CharLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2CharLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Creates a new hash map.
Char2CharLinkedOpenHashMap(Char2CharMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2CharLinkedOpenHashMap(Char2CharMap, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Char2CharLinkedOpenHashMap(Map<? extends Character, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2CharLinkedOpenHashMap(Map<? extends Character, ? extends Character>, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Creates a new hash map copying a given one.
Char2CharMap - Interface in it.unimi.dsi.fastutil.chars
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Char2CharMap.Entry - Interface in it.unimi.dsi.fastutil.chars
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2CharMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.chars
An entry set providing fast iteration.
Char2CharMaps - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific maps.
Char2CharMaps.EmptyMap - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific map.
Char2CharMaps.Singleton - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton map.
Char2CharMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for maps.
Char2CharMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for maps.
Char2CharOpenCustomHashMap - Class in it.unimi.dsi.fastutil.chars
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Char2CharOpenCustomHashMap(char[], char[], float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2CharOpenCustomHashMap(char[], char[], CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2CharOpenCustomHashMap(int, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
Creates a new hash map.
Char2CharOpenCustomHashMap(int, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2CharOpenCustomHashMap(Char2CharMap, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Char2CharOpenCustomHashMap(Char2CharMap, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2CharOpenCustomHashMap(CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2CharOpenCustomHashMap(Map<? extends Character, ? extends Character>, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
Creates a new hash map copying a given one.
Char2CharOpenCustomHashMap(Map<? extends Character, ? extends Character>, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2CharOpenHashMap - Class in it.unimi.dsi.fastutil.chars
A type-specific hash map with a fast, small-footprint implementation.
Char2CharOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2CharOpenHashMap(char[], char[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2CharOpenHashMap(char[], char[], float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2CharOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2CharOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
Creates a new hash map.
Char2CharOpenHashMap(Char2CharMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2CharOpenHashMap(Char2CharMap, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
Creates a new hash map copying a given type-specific one.
Char2CharOpenHashMap(Map<? extends Character, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2CharOpenHashMap(Map<? extends Character, ? extends Character>, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
Creates a new hash map copying a given one.
Char2CharRBTreeMap - Class in it.unimi.dsi.fastutil.chars
A type-specific red-black tree map with a fast, small-footprint implementation.
Char2CharRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
Creates a new empty tree map.
Char2CharRBTreeMap(char[], char[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Char2CharRBTreeMap(char[], char[], Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Char2CharRBTreeMap(Char2CharMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
Creates a new tree map copying a given map.
Char2CharRBTreeMap(Char2CharSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2CharRBTreeMap(Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
Creates a new empty tree map with the given comparator.
Char2CharRBTreeMap(Map<? extends Character, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
Creates a new tree map copying a given map.
Char2CharRBTreeMap(SortedMap<Character, Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2CharSortedMap - Interface in it.unimi.dsi.fastutil.chars
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2CharSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.chars
A sorted entry set providing fast iteration.
Char2CharSortedMaps - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific sorted maps.
Char2CharSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific sorted map.
Char2CharSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton sorted map.
Char2CharSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for sorted maps.
Char2CharSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for sorted maps.
Char2DoubleArrayMap - Class in it.unimi.dsi.fastutil.chars
A simple, brute-force implementation of a map based on two parallel backing arrays.
Char2DoubleArrayMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
Creates a new empty array map.
Char2DoubleArrayMap(char[], double[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
Creates a new empty array map with given key and value backing arrays.
Char2DoubleArrayMap(char[], double[], int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Char2DoubleArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
Creates a new empty array map of given capacity.
Char2DoubleArrayMap(Char2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
Creates a new empty array map copying the entries of a given map.
Char2DoubleArrayMap(Map<? extends Character, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
Creates a new empty array map copying the entries of a given map.
Char2DoubleAVLTreeMap - Class in it.unimi.dsi.fastutil.chars
A type-specific AVL tree map with a fast, small-footprint implementation.
Char2DoubleAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Creates a new empty tree map.
Char2DoubleAVLTreeMap(char[], double[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Char2DoubleAVLTreeMap(char[], double[], Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Char2DoubleAVLTreeMap(Char2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Creates a new tree map copying a given map.
Char2DoubleAVLTreeMap(Char2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2DoubleAVLTreeMap(Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Creates a new empty tree map with the given comparator.
Char2DoubleAVLTreeMap(Map<? extends Character, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Creates a new tree map copying a given map.
Char2DoubleAVLTreeMap(SortedMap<Character, Double>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
 
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
char2DoubleEntrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Returns a type-specific set view of the mappings contained in this map.
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
 
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
char2DoubleEntrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
 
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
 
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
 
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
 
Char2DoubleFunctions - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific functions.
Char2DoubleFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific function.
Char2DoubleFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.chars
An adapter for mapping generic total functions to partial primitive functions.
Char2DoubleFunctions.Singleton - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton function.
Char2DoubleFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for functions.
Char2DoubleFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for functions.
Char2DoubleLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.chars
A type-specific linked hash map with with a fast, small-footprint implementation.
Char2DoubleLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2DoubleLinkedOpenHashMap(char[], double[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2DoubleLinkedOpenHashMap(char[], double[], float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2DoubleLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2DoubleLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Creates a new hash map.
Char2DoubleLinkedOpenHashMap(Char2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2DoubleLinkedOpenHashMap(Char2DoubleMap, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Char2DoubleLinkedOpenHashMap(Map<? extends Character, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2DoubleLinkedOpenHashMap(Map<? extends Character, ? extends Double>, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Creates a new hash map copying a given one.
Char2DoubleMap - Interface in it.unimi.dsi.fastutil.chars
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Char2DoubleMap.Entry - Interface in it.unimi.dsi.fastutil.chars
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2DoubleMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.chars
An entry set providing fast iteration.
Char2DoubleMaps - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific maps.
Char2DoubleMaps.EmptyMap - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific map.
Char2DoubleMaps.Singleton - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton map.
Char2DoubleMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for maps.
Char2DoubleMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for maps.
Char2DoubleOpenCustomHashMap - Class in it.unimi.dsi.fastutil.chars
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Char2DoubleOpenCustomHashMap(char[], double[], float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2DoubleOpenCustomHashMap(char[], double[], CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2DoubleOpenCustomHashMap(int, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Creates a new hash map.
Char2DoubleOpenCustomHashMap(int, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2DoubleOpenCustomHashMap(Char2DoubleMap, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Char2DoubleOpenCustomHashMap(Char2DoubleMap, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2DoubleOpenCustomHashMap(CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2DoubleOpenCustomHashMap(Map<? extends Character, ? extends Double>, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Creates a new hash map copying a given one.
Char2DoubleOpenCustomHashMap(Map<? extends Character, ? extends Double>, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2DoubleOpenHashMap - Class in it.unimi.dsi.fastutil.chars
A type-specific hash map with a fast, small-footprint implementation.
Char2DoubleOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2DoubleOpenHashMap(char[], double[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2DoubleOpenHashMap(char[], double[], float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2DoubleOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2DoubleOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Creates a new hash map.
Char2DoubleOpenHashMap(Char2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2DoubleOpenHashMap(Char2DoubleMap, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Creates a new hash map copying a given type-specific one.
Char2DoubleOpenHashMap(Map<? extends Character, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2DoubleOpenHashMap(Map<? extends Character, ? extends Double>, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Creates a new hash map copying a given one.
Char2DoubleRBTreeMap - Class in it.unimi.dsi.fastutil.chars
A type-specific red-black tree map with a fast, small-footprint implementation.
Char2DoubleRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Creates a new empty tree map.
Char2DoubleRBTreeMap(char[], double[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Char2DoubleRBTreeMap(char[], double[], Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Char2DoubleRBTreeMap(Char2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Creates a new tree map copying a given map.
Char2DoubleRBTreeMap(Char2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2DoubleRBTreeMap(Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Creates a new empty tree map with the given comparator.
Char2DoubleRBTreeMap(Map<? extends Character, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Creates a new tree map copying a given map.
Char2DoubleRBTreeMap(SortedMap<Character, Double>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2DoubleSortedMap - Interface in it.unimi.dsi.fastutil.chars
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2DoubleSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.chars
A sorted entry set providing fast iteration.
Char2DoubleSortedMaps - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific sorted maps.
Char2DoubleSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific sorted map.
Char2DoubleSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton sorted map.
Char2DoubleSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for sorted maps.
Char2DoubleSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for sorted maps.
Char2FloatFunction - Interface in it.unimi.dsi.fastutil.chars
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2IntArrayMap - Class in it.unimi.dsi.fastutil.chars
A simple, brute-force implementation of a map based on two parallel backing arrays.
Char2IntArrayMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
Creates a new empty array map.
Char2IntArrayMap(char[], int[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
Creates a new empty array map with given key and value backing arrays.
Char2IntArrayMap(char[], int[], int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Char2IntArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
Creates a new empty array map of given capacity.
Char2IntArrayMap(Char2IntMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
Creates a new empty array map copying the entries of a given map.
Char2IntArrayMap(Map<? extends Character, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
Creates a new empty array map copying the entries of a given map.
Char2IntAVLTreeMap - Class in it.unimi.dsi.fastutil.chars
A type-specific AVL tree map with a fast, small-footprint implementation.
Char2IntAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
Creates a new empty tree map.
Char2IntAVLTreeMap(char[], int[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Char2IntAVLTreeMap(char[], int[], Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Char2IntAVLTreeMap(Char2IntMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
Creates a new tree map copying a given map.
Char2IntAVLTreeMap(Char2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2IntAVLTreeMap(Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
Creates a new empty tree map with the given comparator.
Char2IntAVLTreeMap(Map<? extends Character, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
Creates a new tree map copying a given map.
Char2IntAVLTreeMap(SortedMap<Character, Integer>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
 
char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
 
char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
 
char2IntEntrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Returns a type-specific set view of the mappings contained in this map.
char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.EmptyMap
 
char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.Singleton
 
char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
 
char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
 
char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
 
char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
 
char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
 
char2IntEntrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.EmptySortedMap
 
char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
 
char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
 
char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.UnmodifiableSortedMap
 
Char2IntFunctions - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific functions.
Char2IntFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific function.
Char2IntFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.chars
An adapter for mapping generic total functions to partial primitive functions.
Char2IntFunctions.Singleton - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton function.
Char2IntFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for functions.
Char2IntFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for functions.
Char2IntLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.chars
A type-specific linked hash map with with a fast, small-footprint implementation.
Char2IntLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2IntLinkedOpenHashMap(char[], int[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2IntLinkedOpenHashMap(char[], int[], float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2IntLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2IntLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Creates a new hash map.
Char2IntLinkedOpenHashMap(Char2IntMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2IntLinkedOpenHashMap(Char2IntMap, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Char2IntLinkedOpenHashMap(Map<? extends Character, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2IntLinkedOpenHashMap(Map<? extends Character, ? extends Integer>, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Creates a new hash map copying a given one.
Char2IntMap - Interface in it.unimi.dsi.fastutil.chars
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Char2IntMap.Entry - Interface in it.unimi.dsi.fastutil.chars
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2IntMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.chars
An entry set providing fast iteration.
Char2IntMaps - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific maps.
Char2IntMaps.EmptyMap - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific map.
Char2IntMaps.Singleton - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton map.
Char2IntMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for maps.
Char2IntMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for maps.
Char2IntOpenCustomHashMap - Class in it.unimi.dsi.fastutil.chars
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Char2IntOpenCustomHashMap(char[], int[], float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2IntOpenCustomHashMap(char[], int[], CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2IntOpenCustomHashMap(int, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
Creates a new hash map.
Char2IntOpenCustomHashMap(int, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2IntOpenCustomHashMap(Char2IntMap, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Char2IntOpenCustomHashMap(Char2IntMap, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2IntOpenCustomHashMap(CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2IntOpenCustomHashMap(Map<? extends Character, ? extends Integer>, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
Creates a new hash map copying a given one.
Char2IntOpenCustomHashMap(Map<? extends Character, ? extends Integer>, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2IntOpenHashMap - Class in it.unimi.dsi.fastutil.chars
A type-specific hash map with a fast, small-footprint implementation.
Char2IntOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2IntOpenHashMap(char[], int[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2IntOpenHashMap(char[], int[], float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2IntOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2IntOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
Creates a new hash map.
Char2IntOpenHashMap(Char2IntMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2IntOpenHashMap(Char2IntMap, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
Creates a new hash map copying a given type-specific one.
Char2IntOpenHashMap(Map<? extends Character, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2IntOpenHashMap(Map<? extends Character, ? extends Integer>, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
Creates a new hash map copying a given one.
Char2IntRBTreeMap - Class in it.unimi.dsi.fastutil.chars
A type-specific red-black tree map with a fast, small-footprint implementation.
Char2IntRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
Creates a new empty tree map.
Char2IntRBTreeMap(char[], int[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Char2IntRBTreeMap(char[], int[], Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Char2IntRBTreeMap(Char2IntMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
Creates a new tree map copying a given map.
Char2IntRBTreeMap(Char2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2IntRBTreeMap(Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
Creates a new empty tree map with the given comparator.
Char2IntRBTreeMap(Map<? extends Character, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
Creates a new tree map copying a given map.
Char2IntRBTreeMap(SortedMap<Character, Integer>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2IntSortedMap - Interface in it.unimi.dsi.fastutil.chars
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2IntSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.chars
A sorted entry set providing fast iteration.
Char2IntSortedMaps - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific sorted maps.
Char2IntSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific sorted map.
Char2IntSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton sorted map.
Char2IntSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for sorted maps.
Char2IntSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for sorted maps.
Char2LongArrayMap - Class in it.unimi.dsi.fastutil.chars
A simple, brute-force implementation of a map based on two parallel backing arrays.
Char2LongArrayMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongArrayMap
Creates a new empty array map.
Char2LongArrayMap(char[], long[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongArrayMap
Creates a new empty array map with given key and value backing arrays.
Char2LongArrayMap(char[], long[], int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Char2LongArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongArrayMap
Creates a new empty array map of given capacity.
Char2LongArrayMap(Char2LongMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongArrayMap
Creates a new empty array map copying the entries of a given map.
Char2LongArrayMap(Map<? extends Character, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongArrayMap
Creates a new empty array map copying the entries of a given map.
Char2LongAVLTreeMap - Class in it.unimi.dsi.fastutil.chars
A type-specific AVL tree map with a fast, small-footprint implementation.
Char2LongAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
Creates a new empty tree map.
Char2LongAVLTreeMap(char[], long[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Char2LongAVLTreeMap(char[], long[], Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Char2LongAVLTreeMap(Char2LongMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
Creates a new tree map copying a given map.
Char2LongAVLTreeMap(Char2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2LongAVLTreeMap(Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
Creates a new empty tree map with the given comparator.
Char2LongAVLTreeMap(Map<? extends Character, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
Creates a new tree map copying a given map.
Char2LongAVLTreeMap(SortedMap<Character, Long>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
char2LongEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongArrayMap
 
char2LongEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
 
char2LongEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
 
char2LongEntrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Returns a type-specific set view of the mappings contained in this map.
char2LongEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.EmptyMap
 
char2LongEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.Singleton
 
char2LongEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
 
char2LongEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
 
char2LongEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
 
char2LongEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
 
char2LongEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
 
char2LongEntrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2LongSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
char2LongEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.EmptySortedMap
 
char2LongEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.Singleton
 
char2LongEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.SynchronizedSortedMap
 
char2LongEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.UnmodifiableSortedMap
 
Char2LongFunctions - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific functions.
Char2LongFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific function.
Char2LongFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.chars
An adapter for mapping generic total functions to partial primitive functions.
Char2LongFunctions.Singleton - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton function.
Char2LongFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for functions.
Char2LongFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for functions.
Char2LongLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.chars
A type-specific linked hash map with with a fast, small-footprint implementation.
Char2LongLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2LongLinkedOpenHashMap(char[], long[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2LongLinkedOpenHashMap(char[], long[], float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2LongLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2LongLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Creates a new hash map.
Char2LongLinkedOpenHashMap(Char2LongMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2LongLinkedOpenHashMap(Char2LongMap, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Char2LongLinkedOpenHashMap(Map<? extends Character, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2LongLinkedOpenHashMap(Map<? extends Character, ? extends Long>, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Creates a new hash map copying a given one.
Char2LongMap - Interface in it.unimi.dsi.fastutil.chars
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Char2LongMap.Entry - Interface in it.unimi.dsi.fastutil.chars
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2LongMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.chars
An entry set providing fast iteration.
Char2LongMaps - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific maps.
Char2LongMaps.EmptyMap - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific map.
Char2LongMaps.Singleton - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton map.
Char2LongMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for maps.
Char2LongMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for maps.
Char2LongOpenCustomHashMap - Class in it.unimi.dsi.fastutil.chars
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Char2LongOpenCustomHashMap(char[], long[], float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2LongOpenCustomHashMap(char[], long[], CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2LongOpenCustomHashMap(int, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
Creates a new hash map.
Char2LongOpenCustomHashMap(int, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2LongOpenCustomHashMap(Char2LongMap, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Char2LongOpenCustomHashMap(Char2LongMap, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2LongOpenCustomHashMap(CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2LongOpenCustomHashMap(Map<? extends Character, ? extends Long>, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
Creates a new hash map copying a given one.
Char2LongOpenCustomHashMap(Map<? extends Character, ? extends Long>, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2LongOpenHashMap - Class in it.unimi.dsi.fastutil.chars
A type-specific hash map with a fast, small-footprint implementation.
Char2LongOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2LongOpenHashMap(char[], long[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2LongOpenHashMap(char[], long[], float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2LongOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2LongOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
Creates a new hash map.
Char2LongOpenHashMap(Char2LongMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2LongOpenHashMap(Char2LongMap, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
Creates a new hash map copying a given type-specific one.
Char2LongOpenHashMap(Map<? extends Character, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2LongOpenHashMap(Map<? extends Character, ? extends Long>, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
Creates a new hash map copying a given one.
Char2LongRBTreeMap - Class in it.unimi.dsi.fastutil.chars
A type-specific red-black tree map with a fast, small-footprint implementation.
Char2LongRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
Creates a new empty tree map.
Char2LongRBTreeMap(char[], long[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Char2LongRBTreeMap(char[], long[], Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Char2LongRBTreeMap(Char2LongMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
Creates a new tree map copying a given map.
Char2LongRBTreeMap(Char2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2LongRBTreeMap(Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
Creates a new empty tree map with the given comparator.
Char2LongRBTreeMap(Map<? extends Character, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
Creates a new tree map copying a given map.
Char2LongRBTreeMap(SortedMap<Character, Long>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2LongSortedMap - Interface in it.unimi.dsi.fastutil.chars
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2LongSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.chars
A sorted entry set providing fast iteration.
Char2LongSortedMaps - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific sorted maps.
Char2LongSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific sorted map.
Char2LongSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton sorted map.
Char2LongSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for sorted maps.
Char2LongSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for sorted maps.
Char2ObjectArrayMap<V> - Class in it.unimi.dsi.fastutil.chars
A simple, brute-force implementation of a map based on two parallel backing arrays.
Char2ObjectArrayMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectArrayMap
Creates a new empty array map.
Char2ObjectArrayMap(char[], Object[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectArrayMap
Creates a new empty array map with given key and value backing arrays.
Char2ObjectArrayMap(char[], Object[], int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Char2ObjectArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectArrayMap
Creates a new empty array map of given capacity.
Char2ObjectArrayMap(Char2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectArrayMap
Creates a new empty array map copying the entries of a given map.
Char2ObjectArrayMap(Map<? extends Character, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectArrayMap
Creates a new empty array map copying the entries of a given map.
Char2ObjectAVLTreeMap<V> - Class in it.unimi.dsi.fastutil.chars
A type-specific AVL tree map with a fast, small-footprint implementation.
Char2ObjectAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
Creates a new empty tree map.
Char2ObjectAVLTreeMap(char[], V[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Char2ObjectAVLTreeMap(char[], V[], Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Char2ObjectAVLTreeMap(Char2ObjectMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
Creates a new tree map copying a given map.
Char2ObjectAVLTreeMap(Char2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2ObjectAVLTreeMap(Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
Creates a new empty tree map with the given comparator.
Char2ObjectAVLTreeMap(Map<? extends Character, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
Creates a new tree map copying a given map.
Char2ObjectAVLTreeMap(SortedMap<Character, V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
char2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectArrayMap
 
char2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
 
char2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
 
char2ObjectEntrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Returns a type-specific set view of the mappings contained in this map.
char2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.EmptyMap
 
char2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.Singleton
 
char2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
 
char2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
 
char2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
 
char2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
 
char2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
 
char2ObjectEntrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
char2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.EmptySortedMap
 
char2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.Singleton
 
char2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.SynchronizedSortedMap
 
char2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.UnmodifiableSortedMap
 
Char2ObjectFunctions - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific functions.
Char2ObjectFunctions.EmptyFunction<V> - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific function.
Char2ObjectFunctions.PrimitiveFunction<V> - Class in it.unimi.dsi.fastutil.chars
An adapter for mapping generic total functions to partial primitive functions.
Char2ObjectFunctions.Singleton<V> - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton function.
Char2ObjectFunctions.SynchronizedFunction<V> - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for functions.
Char2ObjectFunctions.UnmodifiableFunction<V> - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for functions.
Char2ObjectLinkedOpenHashMap<V> - Class in it.unimi.dsi.fastutil.chars
A type-specific linked hash map with with a fast, small-footprint implementation.
Char2ObjectLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2ObjectLinkedOpenHashMap(char[], V[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2ObjectLinkedOpenHashMap(char[], V[], float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2ObjectLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2ObjectLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Creates a new hash map.
Char2ObjectLinkedOpenHashMap(Char2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2ObjectLinkedOpenHashMap(Char2ObjectMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Char2ObjectLinkedOpenHashMap(Map<? extends Character, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2ObjectLinkedOpenHashMap(Map<? extends Character, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Creates a new hash map copying a given one.
Char2ObjectMap<V> - Interface in it.unimi.dsi.fastutil.chars
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Char2ObjectMap.Entry<V> - Interface in it.unimi.dsi.fastutil.chars
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2ObjectMap.FastEntrySet<V> - Interface in it.unimi.dsi.fastutil.chars
An entry set providing fast iteration.
Char2ObjectMaps - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific maps.
Char2ObjectMaps.EmptyMap<V> - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific map.
Char2ObjectMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton map.
Char2ObjectMaps.SynchronizedMap<V> - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for maps.
Char2ObjectMaps.UnmodifiableMap<V> - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for maps.
Char2ObjectOpenCustomHashMap<V> - Class in it.unimi.dsi.fastutil.chars
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Char2ObjectOpenCustomHashMap(char[], V[], float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2ObjectOpenCustomHashMap(char[], V[], CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2ObjectOpenCustomHashMap(int, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
Creates a new hash map.
Char2ObjectOpenCustomHashMap(int, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2ObjectOpenCustomHashMap(Char2ObjectMap<V>, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Char2ObjectOpenCustomHashMap(Char2ObjectMap<V>, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2ObjectOpenCustomHashMap(CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2ObjectOpenCustomHashMap(Map<? extends Character, ? extends V>, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
Creates a new hash map copying a given one.
Char2ObjectOpenCustomHashMap(Map<? extends Character, ? extends V>, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2ObjectOpenHashMap<V> - Class in it.unimi.dsi.fastutil.chars
A type-specific hash map with a fast, small-footprint implementation.
Char2ObjectOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2ObjectOpenHashMap(char[], V[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2ObjectOpenHashMap(char[], V[], float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2ObjectOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2ObjectOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
Creates a new hash map.
Char2ObjectOpenHashMap(Char2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2ObjectOpenHashMap(Char2ObjectMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
Creates a new hash map copying a given type-specific one.
Char2ObjectOpenHashMap(Map<? extends Character, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2ObjectOpenHashMap(Map<? extends Character, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
Creates a new hash map copying a given one.
Char2ObjectRBTreeMap<V> - Class in it.unimi.dsi.fastutil.chars
A type-specific red-black tree map with a fast, small-footprint implementation.
Char2ObjectRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
Creates a new empty tree map.
Char2ObjectRBTreeMap(char[], V[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Char2ObjectRBTreeMap(char[], V[], Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Char2ObjectRBTreeMap(Char2ObjectMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
Creates a new tree map copying a given map.
Char2ObjectRBTreeMap(Char2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2ObjectRBTreeMap(Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
Creates a new empty tree map with the given comparator.
Char2ObjectRBTreeMap(Map<? extends Character, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
Creates a new tree map copying a given map.
Char2ObjectRBTreeMap(SortedMap<Character, V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2ObjectSortedMap<V> - Interface in it.unimi.dsi.fastutil.chars
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2ObjectSortedMap.FastSortedEntrySet<V> - Interface in it.unimi.dsi.fastutil.chars
A sorted entry set providing fast iteration.
Char2ObjectSortedMaps - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific sorted maps.
Char2ObjectSortedMaps.EmptySortedMap<V> - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific sorted map.
Char2ObjectSortedMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton sorted map.
Char2ObjectSortedMaps.SynchronizedSortedMap<V> - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for sorted maps.
Char2ObjectSortedMaps.UnmodifiableSortedMap<V> - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for sorted maps.
Char2ReferenceArrayMap<V> - Class in it.unimi.dsi.fastutil.chars
A simple, brute-force implementation of a map based on two parallel backing arrays.
Char2ReferenceArrayMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceArrayMap
Creates a new empty array map.
Char2ReferenceArrayMap(char[], Object[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceArrayMap
Creates a new empty array map with given key and value backing arrays.
Char2ReferenceArrayMap(char[], Object[], int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Char2ReferenceArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceArrayMap
Creates a new empty array map of given capacity.
Char2ReferenceArrayMap(Char2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceArrayMap
Creates a new empty array map copying the entries of a given map.
Char2ReferenceArrayMap(Map<? extends Character, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceArrayMap
Creates a new empty array map copying the entries of a given map.
Char2ReferenceAVLTreeMap<V> - Class in it.unimi.dsi.fastutil.chars
A type-specific AVL tree map with a fast, small-footprint implementation.
Char2ReferenceAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
Creates a new empty tree map.
Char2ReferenceAVLTreeMap(char[], V[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Char2ReferenceAVLTreeMap(char[], V[], Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Char2ReferenceAVLTreeMap(Char2ReferenceMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
Creates a new tree map copying a given map.
Char2ReferenceAVLTreeMap(Char2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2ReferenceAVLTreeMap(Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
Creates a new empty tree map with the given comparator.
Char2ReferenceAVLTreeMap(Map<? extends Character, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
Creates a new tree map copying a given map.
Char2ReferenceAVLTreeMap(SortedMap<Character, V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
char2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceArrayMap
 
char2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
 
char2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
 
char2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Returns a type-specific set view of the mappings contained in this map.
char2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.EmptyMap
 
char2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.Singleton
 
char2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
 
char2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
 
char2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
 
char2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
 
char2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
 
char2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
char2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.EmptySortedMap
 
char2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.Singleton
 
char2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.SynchronizedSortedMap
 
char2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.UnmodifiableSortedMap
 
Char2ReferenceFunction<V> - Interface in it.unimi.dsi.fastutil.chars
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2ReferenceFunctions - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific functions.
Char2ReferenceFunctions.EmptyFunction<V> - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific function.
Char2ReferenceFunctions.PrimitiveFunction<V> - Class in it.unimi.dsi.fastutil.chars
An adapter for mapping generic total functions to partial primitive functions.
Char2ReferenceFunctions.Singleton<V> - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton function.
Char2ReferenceFunctions.SynchronizedFunction<V> - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for functions.
Char2ReferenceFunctions.UnmodifiableFunction<V> - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for functions.
Char2ReferenceLinkedOpenHashMap<V> - Class in it.unimi.dsi.fastutil.chars
A type-specific linked hash map with with a fast, small-footprint implementation.
Char2ReferenceLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2ReferenceLinkedOpenHashMap(char[], V[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2ReferenceLinkedOpenHashMap(char[], V[], float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2ReferenceLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2ReferenceLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Creates a new hash map.
Char2ReferenceLinkedOpenHashMap(Char2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2ReferenceLinkedOpenHashMap(Char2ReferenceMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Char2ReferenceLinkedOpenHashMap(Map<? extends Character, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2ReferenceLinkedOpenHashMap(Map<? extends Character, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Creates a new hash map copying a given one.
Char2ReferenceMap<V> - Interface in it.unimi.dsi.fastutil.chars
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Char2ReferenceMap.Entry<V> - Interface in it.unimi.dsi.fastutil.chars
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2ReferenceMap.FastEntrySet<V> - Interface in it.unimi.dsi.fastutil.chars
An entry set providing fast iteration.
Char2ReferenceMaps - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific maps.
Char2ReferenceMaps.EmptyMap<V> - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific map.
Char2ReferenceMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton map.
Char2ReferenceMaps.SynchronizedMap<V> - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for maps.
Char2ReferenceMaps.UnmodifiableMap<V> - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for maps.
Char2ReferenceOpenCustomHashMap<V> - Class in it.unimi.dsi.fastutil.chars
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Char2ReferenceOpenCustomHashMap(char[], V[], float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2ReferenceOpenCustomHashMap(char[], V[], CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2ReferenceOpenCustomHashMap(int, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
Creates a new hash map.
Char2ReferenceOpenCustomHashMap(int, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2ReferenceOpenCustomHashMap(Char2ReferenceMap<V>, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Char2ReferenceOpenCustomHashMap(Char2ReferenceMap<V>, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2ReferenceOpenCustomHashMap(CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2ReferenceOpenCustomHashMap(Map<? extends Character, ? extends V>, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
Creates a new hash map copying a given one.
Char2ReferenceOpenCustomHashMap(Map<? extends Character, ? extends V>, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2ReferenceOpenHashMap<V> - Class in it.unimi.dsi.fastutil.chars
A type-specific hash map with a fast, small-footprint implementation.
Char2ReferenceOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2ReferenceOpenHashMap(char[], V[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2ReferenceOpenHashMap(char[], V[], float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2ReferenceOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2ReferenceOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
Creates a new hash map.
Char2ReferenceOpenHashMap(Char2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2ReferenceOpenHashMap(Char2ReferenceMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
Creates a new hash map copying a given type-specific one.
Char2ReferenceOpenHashMap(Map<? extends Character, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2ReferenceOpenHashMap(Map<? extends Character, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
Creates a new hash map copying a given one.
Char2ReferenceRBTreeMap<V> - Class in it.unimi.dsi.fastutil.chars
A type-specific red-black tree map with a fast, small-footprint implementation.
Char2ReferenceRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
Creates a new empty tree map.
Char2ReferenceRBTreeMap(char[], V[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Char2ReferenceRBTreeMap(char[], V[], Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Char2ReferenceRBTreeMap(Char2ReferenceMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
Creates a new tree map copying a given map.
Char2ReferenceRBTreeMap(Char2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2ReferenceRBTreeMap(Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
Creates a new empty tree map with the given comparator.
Char2ReferenceRBTreeMap(Map<? extends Character, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
Creates a new tree map copying a given map.
Char2ReferenceRBTreeMap(SortedMap<Character, V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2ReferenceSortedMap<V> - Interface in it.unimi.dsi.fastutil.chars
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2ReferenceSortedMap.FastSortedEntrySet<V> - Interface in it.unimi.dsi.fastutil.chars
A sorted entry set providing fast iteration.
Char2ReferenceSortedMaps - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific sorted maps.
Char2ReferenceSortedMaps.EmptySortedMap<V> - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific sorted map.
Char2ReferenceSortedMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton sorted map.
Char2ReferenceSortedMaps.SynchronizedSortedMap<V> - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for sorted maps.
Char2ReferenceSortedMaps.UnmodifiableSortedMap<V> - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for sorted maps.
Char2ShortFunction - Interface in it.unimi.dsi.fastutil.chars
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
characteristics() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigSpliterators.AbstractIndexBasedSpliterator
 
characteristics() - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.AbstractIndexBasedSpliterator
 
characteristics() - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.EmptySpliterator
 
characteristics() - Method in class it.unimi.dsi.fastutil.chars.CharBigSpliterators.AbstractIndexBasedSpliterator
 
characteristics() - Method in class it.unimi.dsi.fastutil.chars.CharSpliterators.AbstractIndexBasedSpliterator
 
characteristics() - Method in class it.unimi.dsi.fastutil.chars.CharSpliterators.EmptySpliterator
 
CharArrayFIFOQueue - Class in it.unimi.dsi.fastutil.chars
A type-specific array-based FIFO queue, supporting also deque operations.
CharArrayFIFOQueue() - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayFIFOQueue
Creates a new empty queue with standard initial capacity.
CharArrayFIFOQueue(int) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayFIFOQueue
Creates a new empty queue with given capacity.
CharArrayFrontCodedBigList - Class in it.unimi.dsi.fastutil.chars
Compact storage of big lists of arrays using front coding.
CharArrayFrontCodedBigList(Collection<char[]>, int) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedBigList
Creates a new front-coded list containing the arrays in the given collection.
CharArrayFrontCodedBigList(Iterator<char[]>, int) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedBigList
Creates a new front-coded list containing the arrays returned by the given iterator.
CharArrayFrontCodedList - Class in it.unimi.dsi.fastutil.chars
Compact storage of lists of arrays using front coding.
CharArrayFrontCodedList(Collection<char[]>, int) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedList
Creates a new front-coded list containing the arrays in the given collection.
CharArrayFrontCodedList(Iterator<char[]>, int) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedList
Creates a new front-coded list containing the arrays returned by the given iterator.
CharArrayIndirectPriorityQueue - Class in it.unimi.dsi.fastutil.chars
A type-specific array-based semi-indirect priority queue.
CharArrayIndirectPriorityQueue(char[]) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
Creates a new empty queue with capacity equal to the length of the reference array and using the natural order.
CharArrayIndirectPriorityQueue(char[], int) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
Creates a new empty queue with given capacity and using the natural order.
CharArrayIndirectPriorityQueue(char[], int[]) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
Wraps a given array in a queue using the natural order.
CharArrayIndirectPriorityQueue(char[], int[], int) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
Wraps a given array in a queue using the natural order.
CharArrayIndirectPriorityQueue(char[], int[], int, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
Wraps a given array in a queue using a given comparator.
CharArrayIndirectPriorityQueue(char[], int[], CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
Wraps a given array in a queue using a given comparator.
CharArrayIndirectPriorityQueue(char[], int, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
Creates a new empty queue without elements with a given capacity and comparator.
CharArrayIndirectPriorityQueue(char[], CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
Creates a new empty queue with capacity equal to the length of the reference array and a given comparator.
CharArrayList - Class in it.unimi.dsi.fastutil.chars
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
CharArrayList() - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayList
Creates a new array list with CharArrayList.DEFAULT_INITIAL_CAPACITY capacity.
CharArrayList(char[]) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayList
Creates a new array list and fills it with the elements of a given array.
CharArrayList(char[], int, int) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayList
Creates a new array list and fills it with the elements of a given array.
CharArrayList(int) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayList
Creates a new array list with given capacity.
CharArrayList(CharCollection) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayList
Creates a new array list and fills it with a given type-specific collection.
CharArrayList(CharIterator) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayList
Creates a new array list and fills it with the elements returned by a type-specific iterator..
CharArrayList(CharList) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayList
Creates a new array list and fills it with a given type-specific list.
CharArrayList(Collection<? extends Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayList
Creates a new array list and fills it with a given collection.
CharArrayList(Iterator<? extends Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayList
Creates a new array list and fills it with the elements returned by an iterator..
CharArrayPriorityQueue - Class in it.unimi.dsi.fastutil.chars
A type-specific array-based priority queue.
CharArrayPriorityQueue() - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayPriorityQueue
Creates a new empty queue using the natural order.
CharArrayPriorityQueue(char[]) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayPriorityQueue
Wraps a given array in a queue using the natural order.
CharArrayPriorityQueue(char[], int) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayPriorityQueue
Wraps a given array in a queue using the natural order.
CharArrayPriorityQueue(char[], int, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayPriorityQueue
Wraps a given array in a queue using a given comparator.
CharArrayPriorityQueue(char[], CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayPriorityQueue
Wraps a given array in a queue using a given comparator.
CharArrayPriorityQueue(int) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayPriorityQueue
Creates a new empty queue with a given capacity and using the natural order.
CharArrayPriorityQueue(int, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayPriorityQueue
Creates a new empty queue with a given capacity and comparator.
CharArrayPriorityQueue(CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrayPriorityQueue
Creates a new empty queue with a given comparator.
CharArraySet - Class in it.unimi.dsi.fastutil.chars
A simple, brute-force implementation of a set based on a backing array.
CharArraySet() - Constructor for class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new empty array set.
CharArraySet(char[]) - Constructor for class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new array set using the given backing array.
CharArraySet(char[], int) - Constructor for class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new array set using the given backing array and the given number of elements of the array.
CharArraySet(int) - Constructor for class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new empty array set of given initial capacity.
CharArraySet(CharCollection) - Constructor for class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new array set copying the contents of a given collection.
CharArraySet(CharSet) - Constructor for class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new array set copying the contents of a given collection.
CharArraySet(Collection<? extends Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new array set copying the contents of a given set.
CharArraySet(Set<? extends Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new array set copying the contents of a given set.
CharAVLTreeSet - Class in it.unimi.dsi.fastutil.chars
A type-specific AVL tree set with a fast, small-footprint implementation.
CharAVLTreeSet() - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new empty tree set.
CharAVLTreeSet(char[]) - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new tree set copying the elements of an array.
CharAVLTreeSet(char[], int, int) - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new tree set and fills it with the elements of a given array.
CharAVLTreeSet(char[], int, int, Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new tree set and fills it with the elements of a given array using a given Comparator.
CharAVLTreeSet(char[], Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new tree set copying the elements of an array using a given Comparator.
CharAVLTreeSet(CharCollection) - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new tree set copying a given type-specific collection.
CharAVLTreeSet(CharIterator) - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new tree set using elements provided by a type-specific iterator.
CharAVLTreeSet(CharSortedSet) - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new tree set copying a given type-specific sorted set (and its Comparator).
CharAVLTreeSet(Collection<? extends Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new tree set copying a given set.
CharAVLTreeSet(Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new empty tree set with the given comparator.
CharAVLTreeSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new tree set using elements provided by an iterator.
CharAVLTreeSet(SortedSet<Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new tree set copying a given sorted set (and its Comparator).
CharBidirectionalIterable - Interface in it.unimi.dsi.fastutil.chars
A type-specific Iterable that further strengthens the specification of Iterable.iterator().
CharBidirectionalIterator - Interface in it.unimi.dsi.fastutil.chars
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements backwards.
CharBigArrayBigList - Class in it.unimi.dsi.fastutil.chars
A type-specific big list based on a big array; provides some additional methods that use polymorphism to avoid (un)boxing.
CharBigArrayBigList() - Constructor for class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
Creates a new big-array big list with CharBigArrayBigList.DEFAULT_INITIAL_CAPACITY capacity.
CharBigArrayBigList(char[][]) - Constructor for class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
Creates a new big-array big list and fills it with the elements of a given big array.
CharBigArrayBigList(char[][], long, long) - Constructor for class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
Creates a new big-array big list and fills it with the elements of a given big array.
CharBigArrayBigList(long) - Constructor for class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
Creates a new big-array big list with given capacity.
CharBigArrayBigList(CharBigList) - Constructor for class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
Creates a new big-array big list and fills it with a given type-specific list.
CharBigArrayBigList(CharCollection) - Constructor for class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
Creates a new big-array big list and fills it with a given type-specific collection.
CharBigArrayBigList(CharIterator) - Constructor for class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
Creates a new big-array big list and fills it with the elements returned by a type-specific iterator..
CharBigArrayBigList(Iterator<? extends Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
Creates a new big-array big list and fills it with the elements returned by an iterator..
CharBigList - Interface in it.unimi.dsi.fastutil.chars
A type-specific BigList; provides some additional methods that use polymorphism to avoid (un)boxing.
CharBigListIterator - Interface in it.unimi.dsi.fastutil.chars
A type-specific BigListIterator.
CharBigListIterators - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific iterators.
CharBigListIterators.AbstractIndexBasedBigIterator - Class in it.unimi.dsi.fastutil.chars
A skeletal implementation for an iterator backed by an index based data store.
CharBigListIterators.AbstractIndexBasedBigListIterator - Class in it.unimi.dsi.fastutil.chars
A skeletal implementation for a list-iterator backed by an index based data store.
CharBigListIterators.BigListIteratorListIterator - Class in it.unimi.dsi.fastutil.chars
A class exposing a list iterator as a big-list iterator..
CharBigListIterators.EmptyBigListIterator - Class in it.unimi.dsi.fastutil.chars
A class returning no elements and a type-specific big list iterator interface.
CharBigListIterators.UnmodifiableBigListIterator - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for big list iterators.
CharBigLists - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific big lists.
CharBigLists.EmptyBigList - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific big list.
CharBigLists.ListBigList - Class in it.unimi.dsi.fastutil.chars
A class exposing a list as a big list.
CharBigLists.Singleton - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton big list.
CharBigLists.SynchronizedBigList - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for big lists.
CharBigLists.UnmodifiableBigList - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for big lists.
CharBigSpliterators - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific spliterators on big (potentially greater then Integer.MAX_VALUE items long).
CharBigSpliterators() - Constructor for class it.unimi.dsi.fastutil.chars.CharBigSpliterators
 
CharBigSpliterators.AbstractIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.chars
A skeletal implementation for a spliterator backed by an index based data store.
CharBigSpliterators.EarlyBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.chars
A skeletal implementation for a spliterator backed by an index based data store.
CharBigSpliterators.LateBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.chars
A skeletal implementation for a spliterator backed by an index based data store.
CharBinaryOperator - Interface in it.unimi.dsi.fastutil.chars
A type-specific BinaryOperator; provides methods operating both on objects and on primitives.
CharByteImmutablePair - Class in it.unimi.dsi.fastutil.chars
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
CharByteImmutablePair(char, byte) - Constructor for class it.unimi.dsi.fastutil.chars.CharByteImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
CharByteMutablePair - Class in it.unimi.dsi.fastutil.chars
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
CharByteMutablePair(char, byte) - Constructor for class it.unimi.dsi.fastutil.chars.CharByteMutablePair
Creates a new type-specific mutable Pair with given left and right value.
CharBytePair - Interface in it.unimi.dsi.fastutil.chars
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
CharCharImmutablePair - Class in it.unimi.dsi.fastutil.chars
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
CharCharImmutablePair(char, char) - Constructor for class it.unimi.dsi.fastutil.chars.CharCharImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
CharCharImmutableSortedPair - Class in it.unimi.dsi.fastutil.chars
A type-specific immutable SortedPair; provides some additional methods that use polymorphism to avoid (un)boxing.
CharCharMutablePair - Class in it.unimi.dsi.fastutil.chars
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
CharCharMutablePair(char, char) - Constructor for class it.unimi.dsi.fastutil.chars.CharCharMutablePair
Creates a new type-specific mutable Pair with given left and right value.
CharCharPair - Interface in it.unimi.dsi.fastutil.chars
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
CharCharSortedPair - Interface in it.unimi.dsi.fastutil.chars
A type-specific immutable SortedPair.
CharCollection - Interface in it.unimi.dsi.fastutil.chars
A type-specific Collection; provides some additional methods that use polymorphism to avoid (un)boxing.
CharCollections - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific collections.
CharCollections.EmptyCollection - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific collection.
CharCollections.IterableCollection - Class in it.unimi.dsi.fastutil.chars
A collection wrapper class for iterables.
CharComparator - Interface in it.unimi.dsi.fastutil.chars
A type-specific Comparator; provides methods to compare two primitive types both as objects and as primitive types.
CharComparators - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with comparators.
CharConsumer - Interface in it.unimi.dsi.fastutil.chars
A type-specific Consumer; provides methods to consume a primitive type both as object and as primitive.
CharDoubleImmutablePair - Class in it.unimi.dsi.fastutil.chars
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
CharDoubleImmutablePair(char, double) - Constructor for class it.unimi.dsi.fastutil.chars.CharDoubleImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
CharDoubleMutablePair - Class in it.unimi.dsi.fastutil.chars
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
CharDoubleMutablePair(char, double) - Constructor for class it.unimi.dsi.fastutil.chars.CharDoubleMutablePair
Creates a new type-specific mutable Pair with given left and right value.
CharDoublePair - Interface in it.unimi.dsi.fastutil.chars
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
CharHash - Interface in it.unimi.dsi.fastutil.chars
A type-specific Hash interface.
CharHash.Strategy - Interface in it.unimi.dsi.fastutil.chars
A type-specific hash strategy.
CharHeapIndirectPriorityQueue - Class in it.unimi.dsi.fastutil.chars
A type-specific heap-based indirect priority queue.
CharHeapIndirectPriorityQueue(char[]) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapIndirectPriorityQueue
Creates a new empty queue with capacity equal to the length of the reference array and using the natural order.
CharHeapIndirectPriorityQueue(char[], int) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapIndirectPriorityQueue
Creates a new empty queue with a given capacity and using the natural order.
CharHeapIndirectPriorityQueue(char[], int[]) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapIndirectPriorityQueue
Wraps a given array in a queue using the natural order.
CharHeapIndirectPriorityQueue(char[], int[], int) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapIndirectPriorityQueue
Wraps a given array in a queue using the natural order.
CharHeapIndirectPriorityQueue(char[], int[], int, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapIndirectPriorityQueue
Wraps a given array in a queue using a given comparator.
CharHeapIndirectPriorityQueue(char[], int[], CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapIndirectPriorityQueue
Wraps a given array in a queue using a given comparator.
CharHeapIndirectPriorityQueue(char[], int, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapIndirectPriorityQueue
Creates a new empty queue with a given capacity and comparator.
CharHeapIndirectPriorityQueue(char[], CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapIndirectPriorityQueue
Creates a new empty queue with capacity equal to the length of the reference array and a given comparator.
CharHeapPriorityQueue - Class in it.unimi.dsi.fastutil.chars
A type-specific heap-based priority queue.
CharHeapPriorityQueue() - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapPriorityQueue
Creates a new empty queue using the natural order.
CharHeapPriorityQueue(char[]) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapPriorityQueue
Wraps a given array in a queue using the natural order.
CharHeapPriorityQueue(char[], int) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapPriorityQueue
Wraps a given array in a queue using the natural order.
CharHeapPriorityQueue(char[], int, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapPriorityQueue
Wraps a given array in a queue using a given comparator.
CharHeapPriorityQueue(char[], CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapPriorityQueue
Wraps a given array in a queue using a given comparator.
CharHeapPriorityQueue(int) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapPriorityQueue
Creates a new empty queue with a given capacity and using the natural order.
CharHeapPriorityQueue(int, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapPriorityQueue
Creates a new empty queue with a given capacity and comparator.
CharHeapPriorityQueue(CharCollection) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapPriorityQueue
Creates a queue using the elements in a type-specific collection using the natural order.
CharHeapPriorityQueue(CharCollection, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapPriorityQueue
Creates a queue using the elements in a type-specific collection using a given comparator.
CharHeapPriorityQueue(CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapPriorityQueue
Creates a new empty queue with a given comparator.
CharHeapPriorityQueue(Collection<? extends Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapPriorityQueue
Creates a queue using the elements in a collection using the natural order.
CharHeapPriorityQueue(Collection<? extends Character>, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapPriorityQueue
Creates a queue using the elements in a collection using a given comparator.
CharHeaps - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with heaps.
CharHeapSemiIndirectPriorityQueue - Class in it.unimi.dsi.fastutil.chars
A type-specific heap-based semi-indirect priority queue.
CharHeapSemiIndirectPriorityQueue(char[]) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapSemiIndirectPriorityQueue
Creates a new empty queue with capacity equal to the length of the reference array and using the natural order.
CharHeapSemiIndirectPriorityQueue(char[], int) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapSemiIndirectPriorityQueue
Creates a new empty queue with given capacity and using the natural order.
CharHeapSemiIndirectPriorityQueue(char[], int[]) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapSemiIndirectPriorityQueue
Wraps a given array in a queue using the natural order.
CharHeapSemiIndirectPriorityQueue(char[], int[], int) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapSemiIndirectPriorityQueue
Wraps a given array in a queue using the natural order.
CharHeapSemiIndirectPriorityQueue(char[], int[], int, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapSemiIndirectPriorityQueue
Wraps a given array in a queue using a given comparator.
CharHeapSemiIndirectPriorityQueue(char[], int[], CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapSemiIndirectPriorityQueue
Wraps a given array in a queue using a given comparator.
CharHeapSemiIndirectPriorityQueue(char[], int, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapSemiIndirectPriorityQueue
Creates a new empty queue without elements with a given capacity and comparator.
CharHeapSemiIndirectPriorityQueue(char[], CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharHeapSemiIndirectPriorityQueue
Creates a new empty queue with capacity equal to the length of the reference array and a given comparator.
CharImmutableList - Class in it.unimi.dsi.fastutil.chars
A type-specific array-based immutable list; provides some additional methods that use polymorphism to avoid (un)boxing.
CharImmutableList(char[]) - Constructor for class it.unimi.dsi.fastutil.chars.CharImmutableList
Creates a new immutable list using a given array.
CharImmutableList(char[], int, int) - Constructor for class it.unimi.dsi.fastutil.chars.CharImmutableList
Creates a new immutable list and fills it with the elements of a given array.
CharImmutableList(CharCollection) - Constructor for class it.unimi.dsi.fastutil.chars.CharImmutableList
Creates a new immutable list and fills it with a given type-specific collection.
CharImmutableList(CharIterator) - Constructor for class it.unimi.dsi.fastutil.chars.CharImmutableList
Creates a new immutable list and fills it with the elements returned by a type-specific iterator..
CharImmutableList(CharList) - Constructor for class it.unimi.dsi.fastutil.chars.CharImmutableList
Creates a new immutable list and fills it with a given type-specific list.
CharImmutableList(Collection<? extends Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharImmutableList
Creates a new immutable list and fills it with a given collection.
CharIndirectHeaps - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with indirect heaps.
CharIndirectPriorityQueue - Interface in it.unimi.dsi.fastutil.chars
A type-specific IndirectPriorityQueue.
CharIntImmutablePair - Class in it.unimi.dsi.fastutil.chars
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
CharIntImmutablePair(char, int) - Constructor for class it.unimi.dsi.fastutil.chars.CharIntImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
CharIntMutablePair - Class in it.unimi.dsi.fastutil.chars
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
CharIntMutablePair(char, int) - Constructor for class it.unimi.dsi.fastutil.chars.CharIntMutablePair
Creates a new type-specific mutable Pair with given left and right value.
CharIntPair - Interface in it.unimi.dsi.fastutil.chars
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
CharIterables - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific iterables.
CharIterators - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific iterators.
CharIterators.AbstractIndexBasedIterator - Class in it.unimi.dsi.fastutil.chars
A skeletal implementation for an iterator backed by an index-based data store.
CharIterators.AbstractIndexBasedListIterator - Class in it.unimi.dsi.fastutil.chars
A skeletal implementation for a list-iterator backed by an index-based data store.
CharIterators.EmptyIterator - Class in it.unimi.dsi.fastutil.chars
A class returning no elements and a type-specific iterator interface.
CharIterators.UnmodifiableBidirectionalIterator - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for bidirectional iterators.
CharIterators.UnmodifiableIterator - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for iterators.
CharIterators.UnmodifiableListIterator - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for list iterators.
CharLinkedOpenCustomHashSet - Class in it.unimi.dsi.fastutil.chars
A type-specific linked hash set with with a fast, small-footprint implementation.
CharLinkedOpenCustomHashSet(char[], float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set copying the elements of an array.
CharLinkedOpenCustomHashSet(char[], int, int, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set and fills it with the elements of a given array.
CharLinkedOpenCustomHashSet(char[], int, int, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
CharLinkedOpenCustomHashSet(char[], CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
CharLinkedOpenCustomHashSet(int, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set.
CharLinkedOpenCustomHashSet(int, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
CharLinkedOpenCustomHashSet(CharCollection, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set copying a given type-specific collection.
CharLinkedOpenCustomHashSet(CharCollection, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
CharLinkedOpenCustomHashSet(CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
CharLinkedOpenCustomHashSet(CharIterator, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set using elements provided by a type-specific iterator.
CharLinkedOpenCustomHashSet(CharIterator, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
CharLinkedOpenCustomHashSet(Collection<? extends Character>, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set copying a given collection.
CharLinkedOpenCustomHashSet(Collection<? extends Character>, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
CharLinkedOpenCustomHashSet(Iterator<?>, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set using elements provided by an iterator.
CharLinkedOpenCustomHashSet(Iterator<?>, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
CharLinkedOpenHashSet - Class in it.unimi.dsi.fastutil.chars
A type-specific linked hash set with with a fast, small-footprint implementation.
CharLinkedOpenHashSet() - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
CharLinkedOpenHashSet(char[]) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
CharLinkedOpenHashSet(char[], float) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set copying the elements of an array.
CharLinkedOpenHashSet(char[], int, int) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
CharLinkedOpenHashSet(char[], int, int, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set and fills it with the elements of a given array.
CharLinkedOpenHashSet(int) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
CharLinkedOpenHashSet(int, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set.
CharLinkedOpenHashSet(CharCollection) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
CharLinkedOpenHashSet(CharCollection, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set copying a given type-specific collection.
CharLinkedOpenHashSet(CharIterator) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
CharLinkedOpenHashSet(CharIterator, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set using elements provided by a type-specific iterator.
CharLinkedOpenHashSet(Collection<? extends Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
CharLinkedOpenHashSet(Collection<? extends Character>, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set copying a given collection.
CharLinkedOpenHashSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
CharLinkedOpenHashSet(Iterator<?>, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set using elements provided by an iterator.
CharList - Interface in it.unimi.dsi.fastutil.chars
A type-specific List; provides some additional methods that use polymorphism to avoid (un)boxing.
CharListIterator - Interface in it.unimi.dsi.fastutil.chars
A type-specific bidirectional iterator that is also a ListIterator.
CharLists - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific lists.
CharLists.EmptyList - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific list.
CharLists.Singleton - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton list.
CharLists.SynchronizedList - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for lists.
CharLists.SynchronizedRandomAccessList - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for random-access lists.
CharLists.UnmodifiableList - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for lists.
CharLists.UnmodifiableRandomAccessList - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for random-access lists.
CharLongImmutablePair - Class in it.unimi.dsi.fastutil.chars
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
CharLongImmutablePair(char, long) - Constructor for class it.unimi.dsi.fastutil.chars.CharLongImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
CharLongMutablePair - Class in it.unimi.dsi.fastutil.chars
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
CharLongMutablePair(char, long) - Constructor for class it.unimi.dsi.fastutil.chars.CharLongMutablePair
Creates a new type-specific mutable Pair with given left and right value.
CharLongPair - Interface in it.unimi.dsi.fastutil.chars
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
CharObjectImmutablePair<V> - Class in it.unimi.dsi.fastutil.chars
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
CharObjectImmutablePair(char, V) - Constructor for class it.unimi.dsi.fastutil.chars.CharObjectImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
CharObjectMutablePair<V> - Class in it.unimi.dsi.fastutil.chars
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
CharObjectMutablePair(char, V) - Constructor for class it.unimi.dsi.fastutil.chars.CharObjectMutablePair
Creates a new type-specific mutable Pair with given left and right value.
CharObjectPair<V> - Interface in it.unimi.dsi.fastutil.chars
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
CharOpenCustomHashSet - Class in it.unimi.dsi.fastutil.chars
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
CharOpenCustomHashSet(char[], float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set copying the elements of an array.
CharOpenCustomHashSet(char[], int, int, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set and fills it with the elements of a given array.
CharOpenCustomHashSet(char[], int, int, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
CharOpenCustomHashSet(char[], CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
CharOpenCustomHashSet(int, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set.
CharOpenCustomHashSet(int, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
CharOpenCustomHashSet(CharCollection, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set copying a given type-specific collection.
CharOpenCustomHashSet(CharCollection, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
CharOpenCustomHashSet(CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
CharOpenCustomHashSet(CharIterator, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set using elements provided by a type-specific iterator.
CharOpenCustomHashSet(CharIterator, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
CharOpenCustomHashSet(Collection<? extends Character>, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set copying a given collection.
CharOpenCustomHashSet(Collection<? extends Character>, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
CharOpenCustomHashSet(Iterator<?>, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set using elements provided by an iterator.
CharOpenCustomHashSet(Iterator<?>, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
CharOpenHashSet - Class in it.unimi.dsi.fastutil.chars
A type-specific hash set with with a fast, small-footprint implementation.
CharOpenHashSet() - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
CharOpenHashSet(char[]) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
CharOpenHashSet(char[], float) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set copying the elements of an array.
CharOpenHashSet(char[], int, int) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
CharOpenHashSet(char[], int, int, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set and fills it with the elements of a given array.
CharOpenHashSet(int) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
CharOpenHashSet(int, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set.
CharOpenHashSet(CharCollection) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
CharOpenHashSet(CharCollection, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set copying a given type-specific collection.
CharOpenHashSet(CharIterator) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
CharOpenHashSet(CharIterator, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set using elements provided by a type-specific iterator.
CharOpenHashSet(Collection<? extends Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
CharOpenHashSet(Collection<? extends Character>, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set copying a given collection.
CharOpenHashSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
CharOpenHashSet(Iterator<?>, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set using elements provided by an iterator.
CharPredicate - Interface in it.unimi.dsi.fastutil.chars
A type-specific Predicate; provides methods to test a primitive type both as object and as primitive.
CharPriorityQueue - Interface in it.unimi.dsi.fastutil.chars
A type-specific PriorityQueue; provides some additional methods that use polymorphism to avoid (un)boxing.
CharPriorityQueues - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific priority queues.
CharPriorityQueues.SynchronizedPriorityQueue - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for priority queues.
CharRandomAccessSubList(CharBigList, long, long) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractCharBigList.CharRandomAccessSubList
 
CharRandomAccessSubList(CharList, int, int) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractCharList.CharRandomAccessSubList
 
CharRBTreeSet - Class in it.unimi.dsi.fastutil.chars
A type-specific red-black tree set with a fast, small-footprint implementation.
CharRBTreeSet() - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new empty tree set.
CharRBTreeSet(char[]) - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new tree set copying the elements of an array.
CharRBTreeSet(char[], int, int) - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new tree set and fills it with the elements of a given array.
CharRBTreeSet(char[], int, int, Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new tree set and fills it with the elements of a given array using a given Comparator.
CharRBTreeSet(char[], Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new tree set copying the elements of an array using a given Comparator.
CharRBTreeSet(CharCollection) - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new tree set copying a given type-specific collection.
CharRBTreeSet(CharIterator) - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new tree set using elements provided by a type-specific iterator.
CharRBTreeSet(CharSortedSet) - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new tree set copying a given type-specific sorted set (and its Comparator).
CharRBTreeSet(Collection<? extends Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new tree set copying a given collection.
CharRBTreeSet(Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new empty tree set with the given comparator.
CharRBTreeSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new tree set using elements provided by an iterator.
CharRBTreeSet(SortedSet<Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new tree set copying a given sorted set (and its Comparator).
CharReferenceImmutablePair<V> - Class in it.unimi.dsi.fastutil.chars
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
CharReferenceImmutablePair(char, V) - Constructor for class it.unimi.dsi.fastutil.chars.CharReferenceImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
CharReferenceMutablePair<V> - Class in it.unimi.dsi.fastutil.chars
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
CharReferenceMutablePair(char, V) - Constructor for class it.unimi.dsi.fastutil.chars.CharReferenceMutablePair
Creates a new type-specific mutable Pair with given left and right value.
CharReferencePair<V> - Interface in it.unimi.dsi.fastutil.chars
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
CharSemiIndirectHeaps - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with semi-indirect heaps.
CharSet - Interface in it.unimi.dsi.fastutil.chars
A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.
CharSets - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific sets.
CharSets.EmptySet - Class in it.unimi.dsi.fastutil.chars
An immutable class representing the empty set and implementing a type-specific set interface.
CharSets.Singleton - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton set.
CharSets.SynchronizedSet - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for sets.
CharSets.UnmodifiableSet - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for sets.
CharSortedSet - Interface in it.unimi.dsi.fastutil.chars
A type-specific SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing.
CharSortedSets - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific sorted sets.
CharSortedSets.EmptySet - Class in it.unimi.dsi.fastutil.chars
An immutable class representing the empty sorted set and implementing a type-specific set interface.
CharSortedSets.Singleton - Class in it.unimi.dsi.fastutil.chars
A class representing a singleton sorted set.
CharSortedSets.SynchronizedSortedSet - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for sorted sets.
CharSortedSets.UnmodifiableSortedSet - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for sorted sets.
CharSpliterators - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific spliterators.
CharSpliterators.AbstractIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.chars
A skeletal implementation for a spliterator backed by an index based data store.
CharSpliterators.EarlyBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.chars
A skeletal implementation for a spliterator backed by an index based data store.
CharSpliterators.EmptySpliterator - Class in it.unimi.dsi.fastutil.chars
A class returning no elements and a type-specific spliterator interface.
CharSpliterators.LateBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.chars
A skeletal implementation for a spliterator backed by an index based data store.
CharStack - Interface in it.unimi.dsi.fastutil.chars
A type-specific Stack; provides some additional methods that use polymorphism to avoid (un)boxing.
CharSubList(CharBigList, long, long) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractCharBigList.CharSubList
 
CharSubList(CharList, int, int) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractCharList.CharSubList
 
CharUnaryOperator - Interface in it.unimi.dsi.fastutil.chars
A type-specific UnaryOperator; provides methods operating both on objects and on primitives.
clear() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
clear() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFIFOQueue
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayPriorityQueue
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteArraySet
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapIndirectPriorityQueue
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapPriorityQueue
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapSemiIndirectPriorityQueue
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.BytePriorityQueues.SynchronizedPriorityQueue
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
 
clear() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
clear() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2CharArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2LongArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharArrayFIFOQueue
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharArrayPriorityQueue
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharArraySet
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharHeapIndirectPriorityQueue
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharHeapPriorityQueue
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharHeapSemiIndirectPriorityQueue
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharPriorityQueues.SynchronizedPriorityQueue
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2CharArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2CharArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2CharArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
clear() - Method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
 
clear() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
clear() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
clear() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.Singleton
 
clear() - Method in class it.unimi.dsi.fastutil.objects.ReferenceCollections.EmptyCollection
 
clear() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
clear() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
clear() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Deprecated. 
clear() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
clear() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
clear() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedBigList
Returns a copy of this list.
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedList
Returns a copy of this list.
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteArraySet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
Returns a deep copy of this tree set.
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.EmptyBigListIterator
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
Returns a deep copy of this tree set.
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.EmptySet
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.EmptySet
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.EmptySpliterator
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2CharArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2LongArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedBigList
Returns a copy of this list.
clone() - Method in class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedList
Returns a copy of this list.
clone() - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
clone() - Method in class it.unimi.dsi.fastutil.chars.CharArraySet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Returns a deep copy of this tree set.
clone() - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
clone() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.EmptyBigListIterator
 
clone() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
clone() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
 
clone() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.EmptyIterator
 
clone() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
clone() - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Returns a deep copy of this tree set.
clone() - Method in class it.unimi.dsi.fastutil.chars.CharSets.EmptySet
 
clone() - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
 
clone() - Method in class it.unimi.dsi.fastutil.chars.CharSpliterators.EmptySpliterator
 
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2CharArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2CharArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2CharArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
clone() - Method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
clone() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
clone() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
 
clone() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
clone() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
Returns a deep copy of this big set.
clone() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.EmptySet
 
clone() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.EmptySet
 
COLLECTION_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
 
COLLECTION_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.chars.CharSpliterators
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFIFOQueue
Returns the comparator associated with this priority queue, or null if it uses its elements' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayPriorityQueue
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapPriorityQueue
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapSemiIndirectPriorityQueue
 
comparator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIndirectPriorityQueue
Returns the type-specific comparator associated with this queue.
comparator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
comparator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
comparator() - Method in interface it.unimi.dsi.fastutil.bytes.BytePriorityQueue
Returns the comparator associated with this priority queue, or null if it uses its elements' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.bytes.BytePriorityQueues.SynchronizedPriorityQueue
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
 
comparator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteSortedSet
comparator() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.EmptySet
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.chars.Char2LongSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.CharArrayFIFOQueue
Returns the comparator associated with this priority queue, or null if it uses its elements' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.CharArrayPriorityQueue
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.CharHeapPriorityQueue
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.CharHeapSemiIndirectPriorityQueue
 
comparator() - Method in interface it.unimi.dsi.fastutil.chars.CharIndirectPriorityQueue
Returns the type-specific comparator associated with this queue.
comparator() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
comparator() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
comparator() - Method in interface it.unimi.dsi.fastutil.chars.CharPriorityQueue
Returns the comparator associated with this priority queue, or null if it uses its elements' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.chars.CharPriorityQueues.SynchronizedPriorityQueue
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
comparator() - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
comparator() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.ints.Int2CharSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.longs.Long2CharSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.objects.Object2CharSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.EmptySortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.UnmodifiableSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
comparator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.EmptySet
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
compare(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteComparator
Compares its two primitive-type arguments for order.
compare(char, char) - Method in interface it.unimi.dsi.fastutil.chars.CharComparator
Compares its two primitive-type arguments for order.
compare(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteComparator
Deprecated.
Please use the corresponding type-specific method instead.
compare(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.CharComparator
Deprecated.
Please use the corresponding type-specific method instead.
compareTo(BigList<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Compares this big list to another object.
compareTo(BigList<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
compareTo(BigList<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
compareTo(BigList<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
compareTo(BigList<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
compareTo(BigList<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Compares this big list to another object.
compareTo(BigList<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
compareTo(BigList<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
compareTo(BigList<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
compareTo(BigList<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
compareTo(ByteArrayList) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Compares this array list to another array list.
compareTo(ByteBigArrayBigList) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
Compares this big list to another big list.
compareTo(ByteImmutableList) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Compares this immutable list to another immutable list.
compareTo(CharArrayList) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
Compares this array list to another array list.
compareTo(CharBigArrayBigList) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
Compares this big list to another big list.
compareTo(CharImmutableList) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Compares this immutable list to another immutable list.
compareTo(List<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Compares this list to another object.
compareTo(List<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
compareTo(List<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
compareTo(List<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
compareTo(List<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
compareTo(List<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
compareTo(List<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
Compares this list to another object.
compareTo(List<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
compareTo(List<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
 
compareTo(List<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
compareTo(List<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
compareTo(List<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
compose(Function<? super T, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
composeByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
composeByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
composeByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
composeByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
composeByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
composeByte(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
composeByte(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
composeByte(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
composeByte(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
composeByte(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
composeByte(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
composeByte(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
composeByte(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
composeByte(Byte2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
composeByte(Byte2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
composeByte(Byte2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
composeByte(Byte2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
composeByte(Byte2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
composeByte(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
composeByte(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
composeByte(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
composeChar(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
composeChar(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
composeChar(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
composeChar(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
composeChar(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
composeChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
composeChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
composeChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
composeChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
composeChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
composeChar(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
composeChar(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
composeChar(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
composeChar(Char2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
composeChar(Char2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
composeChar(Char2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
composeChar(Char2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
composeChar(Char2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
composeChar(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
composeChar(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
composeChar(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
composeDouble(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
composeDouble(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
composeDouble(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
composeDouble(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
composeDouble(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
composeDouble(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
composeDouble(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
composeDouble(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
composeDouble(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
composeDouble(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
composeDouble(Double2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
composeDouble(Double2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
composeDouble(Double2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
composeDouble(Double2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
composeDouble(Double2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
composeDouble(Double2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
composeDouble(Double2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
composeDouble(Double2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
composeDouble(Double2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
composeDouble(Double2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
composeDouble(Double2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
composeFloat(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
composeFloat(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
composeFloat(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
composeFloat(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
composeFloat(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
composeFloat(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
composeFloat(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
composeFloat(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
composeFloat(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
composeFloat(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
composeFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
composeFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
composeFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
composeFloat(Float2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
composeFloat(Float2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
composeFloat(Float2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
composeFloat(Float2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
composeFloat(Float2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
composeFloat(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
composeFloat(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
composeFloat(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
composeInt(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
composeInt(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
composeInt(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
composeInt(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
composeInt(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
composeInt(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
composeInt(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
composeInt(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
composeInt(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
composeInt(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
composeInt(Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
composeInt(Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
composeInt(Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
composeInt(Int2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
composeInt(Int2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
composeInt(Int2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
composeInt(Int2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
composeInt(Int2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
composeInt(Int2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
composeInt(Int2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
composeInt(Int2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
composeLong(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
composeLong(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
composeLong(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
composeLong(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
composeLong(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
composeLong(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
composeLong(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
composeLong(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
composeLong(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
composeLong(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
composeLong(Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
composeLong(Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
composeLong(Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
composeLong(Long2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
composeLong(Long2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
composeLong(Long2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
composeLong(Long2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
composeLong(Long2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
composeLong(Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
composeLong(Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
composeLong(Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
composeObject(Object2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
composeObject(Object2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
composeObject(Object2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
composeObject(Object2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
composeObject(Object2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
composeObject(Object2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
composeObject(Object2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
composeObject(Object2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
composeObject(Object2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
composeObject(Object2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
composeObject(Object2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
composeObject(Object2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
composeObject(Object2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
composeObject(Object2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
composeObject(Object2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
composeObject(Object2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
composeObject(Object2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
composeObject(Object2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
composeObject(Object2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
composeObject(Object2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
composeObject(Object2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
composeReference(Reference2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
composeReference(Reference2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
composeReference(Reference2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
composeReference(Reference2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
composeReference(Reference2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
composeReference(Reference2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
composeReference(Reference2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
composeReference(Reference2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
composeReference(Reference2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
composeReference(Reference2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
composeReference(Reference2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
composeReference(Reference2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
composeReference(Reference2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
composeReference(Reference2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
composeReference(Reference2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
composeReference(Reference2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
composeReference(Reference2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
composeReference(Reference2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
composeReference(Reference2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
composeReference(Reference2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
composeReference(Reference2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
composeShort(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
composeShort(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
composeShort(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
composeShort(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
composeShort(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
composeShort(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
composeShort(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
composeShort(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
composeShort(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
composeShort(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
composeShort(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
composeShort(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
composeShort(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
composeShort(Short2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
composeShort(Short2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
composeShort(Short2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
composeShort(Short2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
composeShort(Short2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
composeShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
composeShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
composeShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
compute(byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
 
compute(byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
 
compute(byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
 
compute(byte, BiFunction<? super Byte, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
 
compute(byte, BiFunction<? super Byte, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
 
compute(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
 
compute(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
 
compute(byte, BiFunction<? super Byte, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
 
compute(byte, BiFunction<? super Byte, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
 
compute(byte, BiFunction<? super Byte, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
 
compute(byte, BiFunction<? super Byte, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
 
compute(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
 
compute(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
compute(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
compute(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
 
compute(char, BiFunction<? super Character, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
 
compute(char, BiFunction<? super Character, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
 
compute(char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
 
compute(char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
compute(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
compute(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
 
compute(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
 
compute(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
 
compute(char, BiFunction<? super Character, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
 
compute(char, BiFunction<? super Character, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
 
compute(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
 
compute(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
 
compute(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
 
compute(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
compute(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
compute(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(double, BiFunction<? super Double, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(double, BiFunction<? super Double, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(double, BiFunction<? super Double, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
 
compute(double, BiFunction<? super Double, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
 
compute(double, BiFunction<? super Double, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(double, BiFunction<? super Double, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
 
compute(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
 
compute(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(int, BiFunction<? super Integer, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(int, BiFunction<? super Integer, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(int, BiFunction<? super Integer, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
 
compute(int, BiFunction<? super Integer, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
 
compute(int, BiFunction<? super Integer, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(int, BiFunction<? super Integer, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(int, BiFunction<? super Integer, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(int, BiFunction<? super Integer, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(int, BiFunction<? super Integer, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
 
compute(int, BiFunction<? super Integer, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
 
compute(int, BiFunction<? super Integer, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(int, BiFunction<? super Integer, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
compute(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
compute(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
compute(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
compute(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(long, BiFunction<? super Long, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(long, BiFunction<? super Long, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(long, BiFunction<? super Long, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
 
compute(long, BiFunction<? super Long, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
 
compute(long, BiFunction<? super Long, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(long, BiFunction<? super Long, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
compute(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
compute(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Byte, BiFunction<? super Byte, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Byte, BiFunction<? super Byte, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Byte, BiFunction<? super Byte, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Byte, BiFunction<? super Byte, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Byte, BiFunction<? super Byte, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Byte, BiFunction<? super Byte, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Byte, BiFunction<? super Byte, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Byte, BiFunction<? super Byte, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Byte, BiFunction<? super Byte, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Character, BiFunction<? super Character, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Character, BiFunction<? super Character, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Character, BiFunction<? super Character, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Character, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Character, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Character, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Character, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Character, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Character, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Character, BiFunction<? super Character, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Character, BiFunction<? super Character, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Character, BiFunction<? super Character, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Character, BiFunction<? super Character, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Character, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Character, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Character, BiFunction<? super Character, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Character, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Character, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Double, BiFunction<? super Double, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Double, BiFunction<? super Double, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Double, BiFunction<? super Double, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Double, BiFunction<? super Double, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Integer, BiFunction<? super Integer, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Integer, BiFunction<? super Integer, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Integer, BiFunction<? super Integer, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Integer, BiFunction<? super Integer, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Integer, BiFunction<? super Integer, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Integer, BiFunction<? super Integer, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Integer, BiFunction<? super Integer, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Integer, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Integer, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Long, BiFunction<? super Long, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Long, BiFunction<? super Long, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Long, BiFunction<? super Long, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Long, BiFunction<? super Long, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(Long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
compute(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
compute(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
compute(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
compute(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
compute(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
 
compute(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
compute(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
 
compute(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
compute(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
compute(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
compute(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
 
compute(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
compute(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.SynchronizedMap
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.UnmodifiableMap
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
computeByte(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeByte(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeByte(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeByte(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
computeByte(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
computeByte(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeByte(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeByte(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeByte(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeByte(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
computeByte(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
computeByte(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeByte(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeByteIfAbsent(K, ToIntFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use computeIfAbsent() instead.
computeByteIfAbsent(K, ToIntFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Deprecated.
Please use computeIfAbsent() instead.
computeByteIfAbsentPartial(K, Object2ByteFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use computeIfAbsent() instead.
computeByteIfAbsentPartial(K, Reference2ByteFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Deprecated.
Please use computeIfAbsent() instead.
computeByteIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeByteIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeByteIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeByteIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
computeByteIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
computeByteIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeByteIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeByteIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeByteIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeByteIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
computeByteIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
computeByteIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeByteIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeChar(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeChar(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeChar(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeChar(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
computeChar(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
 
computeChar(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeChar(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeChar(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeChar(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeChar(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
computeChar(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
 
computeChar(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeChar(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeCharIfAbsent(K, ToIntFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Deprecated.
Please use computeIfAbsent() instead.
computeCharIfAbsent(K, ToIntFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Deprecated.
Please use computeIfAbsent() instead.
computeCharIfAbsentPartial(K, Object2CharFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Deprecated.
Please use computeIfAbsent() instead.
computeCharIfAbsentPartial(K, Reference2CharFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Deprecated.
Please use computeIfAbsent() instead.
computeCharIfPresent(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeCharIfPresent(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeCharIfPresent(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeCharIfPresent(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
computeCharIfPresent(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
 
computeCharIfPresent(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeCharIfPresent(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeCharIfPresent(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeCharIfPresent(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeCharIfPresent(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
computeCharIfPresent(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
 
computeCharIfPresent(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeCharIfPresent(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeDouble(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeDouble(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeDouble(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
computeDouble(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
computeDouble(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeDouble(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeDoubleIfAbsent(K, ToDoubleFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Deprecated.
Please use computeIfAbsent() instead.
computeDoubleIfAbsentPartial(K, Reference2DoubleFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Deprecated.
Please use computeIfAbsent() instead.
computeDoubleIfPresent(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeDoubleIfPresent(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeDoubleIfPresent(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
computeDoubleIfPresent(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
computeDoubleIfPresent(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeDoubleIfPresent(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfAbsent(byte, Byte2ByteFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2ByteFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
 
computeIfAbsent(byte, Byte2ByteFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
 
computeIfAbsent(byte, Byte2ByteFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2ByteFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2CharFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2CharFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
 
computeIfAbsent(byte, Byte2CharFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
 
computeIfAbsent(byte, Byte2CharFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2CharFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2DoubleFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2DoubleFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
 
computeIfAbsent(byte, Byte2DoubleFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
 
computeIfAbsent(byte, Byte2DoubleFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2DoubleFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2IntFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2IntFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
 
computeIfAbsent(byte, Byte2IntFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
 
computeIfAbsent(byte, Byte2IntFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2IntFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2LongFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2LongFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
 
computeIfAbsent(byte, Byte2LongFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
 
computeIfAbsent(byte, Byte2LongFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2LongFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2ObjectFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
 
computeIfAbsent(byte, Byte2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
 
computeIfAbsent(byte, Byte2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2ReferenceFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
computeIfAbsent(byte, Byte2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
computeIfAbsent(byte, Byte2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, Byte2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(byte, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
 
computeIfAbsent(byte, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
 
computeIfAbsent(byte, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
computeIfAbsent(byte, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
computeIfAbsent(byte, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntToDoubleFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
 
computeIfAbsent(byte, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
 
computeIfAbsent(byte, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntToLongFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
 
computeIfAbsent(byte, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
 
computeIfAbsent(byte, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntUnaryOperator) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
 
computeIfAbsent(byte, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
 
computeIfAbsent(byte, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntUnaryOperator) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
 
computeIfAbsent(byte, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
 
computeIfAbsent(byte, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntUnaryOperator) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
 
computeIfAbsent(byte, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
 
computeIfAbsent(byte, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(byte, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, Char2ByteFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2ByteFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
 
computeIfAbsent(char, Char2ByteFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
 
computeIfAbsent(char, Char2ByteFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2ByteFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2CharFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2CharFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
 
computeIfAbsent(char, Char2CharFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
 
computeIfAbsent(char, Char2CharFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2CharFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2DoubleFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2DoubleFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
computeIfAbsent(char, Char2DoubleFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
computeIfAbsent(char, Char2DoubleFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2DoubleFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2IntFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2IntFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
 
computeIfAbsent(char, Char2IntFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
 
computeIfAbsent(char, Char2IntFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2IntFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2LongFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2LongFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
 
computeIfAbsent(char, Char2LongFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
 
computeIfAbsent(char, Char2LongFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2LongFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2ObjectFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
 
computeIfAbsent(char, Char2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
 
computeIfAbsent(char, Char2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2ReferenceFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
 
computeIfAbsent(char, Char2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
 
computeIfAbsent(char, Char2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, Char2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(char, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
 
computeIfAbsent(char, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
 
computeIfAbsent(char, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
 
computeIfAbsent(char, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
 
computeIfAbsent(char, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntToDoubleFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
computeIfAbsent(char, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
computeIfAbsent(char, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntToLongFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
 
computeIfAbsent(char, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
 
computeIfAbsent(char, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntUnaryOperator) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
 
computeIfAbsent(char, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
 
computeIfAbsent(char, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntUnaryOperator) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
 
computeIfAbsent(char, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
 
computeIfAbsent(char, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntUnaryOperator) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
 
computeIfAbsent(char, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
 
computeIfAbsent(char, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(char, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(double, Double2ByteFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(double, Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(double, Double2ByteFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
computeIfAbsent(double, Double2ByteFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
computeIfAbsent(double, Double2ByteFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(double, Double2ByteFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(double, Double2CharFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(double, Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(double, Double2CharFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
 
computeIfAbsent(double, Double2CharFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
 
computeIfAbsent(double, Double2CharFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(double, Double2CharFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(double, Double2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(double, Double2ReferenceFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(double, Double2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
 
computeIfAbsent(double, Double2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
 
computeIfAbsent(double, Double2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(double, Double2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(double, DoubleFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(double, DoubleFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(double, DoubleFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
 
computeIfAbsent(double, DoubleFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
 
computeIfAbsent(double, DoubleFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(double, DoubleFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(double, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(double, DoubleToIntFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(double, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
computeIfAbsent(double, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
computeIfAbsent(double, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(double, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(double, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(double, DoubleToIntFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(double, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
 
computeIfAbsent(double, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
 
computeIfAbsent(double, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(double, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(int, Int2ByteFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(int, Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(int, Int2ByteFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
 
computeIfAbsent(int, Int2ByteFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
 
computeIfAbsent(int, Int2ByteFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(int, Int2ByteFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(int, Int2CharFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(int, Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(int, Int2CharFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
 
computeIfAbsent(int, Int2CharFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
 
computeIfAbsent(int, Int2CharFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(int, Int2CharFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(int, Int2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(int, Int2ReferenceFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(int, Int2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
computeIfAbsent(int, Int2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
computeIfAbsent(int, Int2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(int, Int2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(int, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(int, IntFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(int, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
computeIfAbsent(int, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
computeIfAbsent(int, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(int, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(int, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(int, IntUnaryOperator) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(int, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
 
computeIfAbsent(int, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
 
computeIfAbsent(int, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(int, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(int, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(int, IntUnaryOperator) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(int, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
 
computeIfAbsent(int, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
 
computeIfAbsent(int, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(int, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(long, Long2ByteFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(long, Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(long, Long2ByteFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
computeIfAbsent(long, Long2ByteFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
computeIfAbsent(long, Long2ByteFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(long, Long2ByteFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(long, Long2CharFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(long, Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(long, Long2CharFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
 
computeIfAbsent(long, Long2CharFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
 
computeIfAbsent(long, Long2CharFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(long, Long2CharFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(long, Long2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(long, Long2ReferenceFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(long, Long2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
computeIfAbsent(long, Long2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
computeIfAbsent(long, Long2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(long, Long2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(long, LongFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(long, LongFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(long, LongFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
computeIfAbsent(long, LongFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
computeIfAbsent(long, LongFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(long, LongFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(long, LongToIntFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
computeIfAbsent(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
computeIfAbsent(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(long, LongToIntFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
 
computeIfAbsent(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
 
computeIfAbsent(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(Byte, Function<? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Byte, Function<? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Byte, Function<? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Byte, Function<? super Byte, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Byte, Function<? super Byte, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Byte, Function<? super Byte, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Byte, Function<? super Byte, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Byte, Function<? super Byte, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Byte, Function<? super Byte, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Byte, Function<? super Byte, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Byte, Function<? super Byte, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Byte, Function<? super Byte, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Byte, Function<? super Byte, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Byte, Function<? super Byte, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Byte, Function<? super Byte, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Byte, Function<? super Byte, ? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Byte, Function<? super Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Byte, Function<? super Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Byte, Function<? super Byte, ? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Byte, Function<? super Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Byte, Function<? super Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Character, Function<? super Character, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Character, Function<? super Character, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Character, Function<? super Character, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Character, Function<? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Character, Function<? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Character, Function<? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Character, Function<? super Character, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Character, Function<? super Character, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Character, Function<? super Character, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Character, Function<? super Character, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Character, Function<? super Character, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Character, Function<? super Character, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Character, Function<? super Character, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Character, Function<? super Character, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Character, Function<? super Character, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Character, Function<? super Character, ? extends V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Character, Function<? super Character, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Character, Function<? super Character, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Character, Function<? super Character, ? extends V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Character, Function<? super Character, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Character, Function<? super Character, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Double, Function<? super Double, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Double, Function<? super Double, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Double, Function<? super Double, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Double, Function<? super Double, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Double, Function<? super Double, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Double, Function<? super Double, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Double, Function<? super Double, ? extends V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Double, Function<? super Double, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Double, Function<? super Double, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Integer, Function<? super Integer, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Integer, Function<? super Integer, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Integer, Function<? super Integer, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Integer, Function<? super Integer, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Integer, Function<? super Integer, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Integer, Function<? super Integer, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Integer, Function<? super Integer, ? extends V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Integer, Function<? super Integer, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Integer, Function<? super Integer, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Long, Function<? super Long, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Long, Function<? super Long, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Long, Function<? super Long, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Long, Function<? super Long, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Long, Function<? super Long, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Long, Function<? super Long, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Long, Function<? super Long, ? extends V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Long, Function<? super Long, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(Long, Function<? super Long, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(K, Object2ByteFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Object2ByteFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Object2ByteFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Object2ByteFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
computeIfAbsent(K, Object2ByteFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
computeIfAbsent(K, Object2ByteFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Object2ByteFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Object2CharFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Object2CharFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Object2CharFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Object2CharFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
computeIfAbsent(K, Object2CharFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
 
computeIfAbsent(K, Object2CharFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Object2CharFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Reference2ByteFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Reference2ByteFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Reference2ByteFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
computeIfAbsent(K, Reference2ByteFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
computeIfAbsent(K, Reference2ByteFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Reference2ByteFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Reference2CharFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Reference2CharFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Reference2CharFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
computeIfAbsent(K, Reference2CharFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
 
computeIfAbsent(K, Reference2CharFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Reference2CharFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Reference2DoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Reference2DoubleFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Reference2DoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
computeIfAbsent(K, Reference2DoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
computeIfAbsent(K, Reference2DoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Reference2DoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Reference2IntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Reference2IntFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Reference2IntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
computeIfAbsent(K, Reference2IntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
 
computeIfAbsent(K, Reference2IntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Reference2IntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Reference2LongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Reference2LongFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Reference2LongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
computeIfAbsent(K, Reference2LongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
 
computeIfAbsent(K, Reference2LongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Reference2LongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, Function<? super K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
computeIfAbsent(K, Function<? super K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
computeIfAbsent(K, Function<? super K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
computeIfAbsent(K, Function<? super K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
computeIfAbsent(K, Function<? super K, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
computeIfAbsent(K, Function<? super K, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
 
computeIfAbsent(K, Function<? super K, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
computeIfAbsent(K, Function<? super K, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
 
computeIfAbsent(K, Function<? super K, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
computeIfAbsent(K, Function<? super K, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
computeIfAbsent(K, Function<? super K, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
computeIfAbsent(K, Function<? super K, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
 
computeIfAbsent(K, Function<? super K, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
computeIfAbsent(K, Function<? super K, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
 
computeIfAbsent(K, ToDoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToDoubleFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToDoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
computeIfAbsent(K, ToDoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
computeIfAbsent(K, ToDoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToDoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
 
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
 
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
 
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToLongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToLongFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToLongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
computeIfAbsent(K, ToLongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
 
computeIfAbsent(K, ToLongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, ToLongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsentNullable(byte, IntFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(byte, IntFunction<? extends Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(byte, IntFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
 
computeIfAbsentNullable(byte, IntFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
 
computeIfAbsentNullable(byte, IntFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(byte, IntFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(byte, IntFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(byte, IntFunction<? extends Character>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(byte, IntFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
 
computeIfAbsentNullable(byte, IntFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
 
computeIfAbsentNullable(byte, IntFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(byte, IntFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(byte, IntFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(byte, IntFunction<? extends Double>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(byte, IntFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
 
computeIfAbsentNullable(byte, IntFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
 
computeIfAbsentNullable(byte, IntFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(byte, IntFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(byte, IntFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(byte, IntFunction<? extends Integer>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(byte, IntFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
 
computeIfAbsentNullable(byte, IntFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
 
computeIfAbsentNullable(byte, IntFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(byte, IntFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(byte, IntFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(byte, IntFunction<? extends Long>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(byte, IntFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
 
computeIfAbsentNullable(byte, IntFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
 
computeIfAbsentNullable(byte, IntFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(byte, IntFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(char, IntFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(char, IntFunction<? extends Byte>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(char, IntFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
 
computeIfAbsentNullable(char, IntFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
 
computeIfAbsentNullable(char, IntFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(char, IntFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(char, IntFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(char, IntFunction<? extends Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(char, IntFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
 
computeIfAbsentNullable(char, IntFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
 
computeIfAbsentNullable(char, IntFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(char, IntFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(char, IntFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(char, IntFunction<? extends Double>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(char, IntFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
computeIfAbsentNullable(char, IntFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
computeIfAbsentNullable(char, IntFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(char, IntFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(char, IntFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(char, IntFunction<? extends Integer>) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(char, IntFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
 
computeIfAbsentNullable(char, IntFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
 
computeIfAbsentNullable(char, IntFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(char, IntFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(char, IntFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(char, IntFunction<? extends Long>) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(char, IntFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
 
computeIfAbsentNullable(char, IntFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
 
computeIfAbsentNullable(char, IntFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(char, IntFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(double, DoubleFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(double, DoubleFunction<? extends Byte>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(double, DoubleFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
computeIfAbsentNullable(double, DoubleFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
computeIfAbsentNullable(double, DoubleFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(double, DoubleFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(double, DoubleFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(double, DoubleFunction<? extends Character>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(double, DoubleFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
 
computeIfAbsentNullable(double, DoubleFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
 
computeIfAbsentNullable(double, DoubleFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(double, DoubleFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(int, IntFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(int, IntFunction<? extends Byte>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(int, IntFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
 
computeIfAbsentNullable(int, IntFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
 
computeIfAbsentNullable(int, IntFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(int, IntFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(int, IntFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(int, IntFunction<? extends Character>) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(int, IntFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
 
computeIfAbsentNullable(int, IntFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
 
computeIfAbsentNullable(int, IntFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(int, IntFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(long, LongFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(long, LongFunction<? extends Byte>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(long, LongFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
computeIfAbsentNullable(long, LongFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
computeIfAbsentNullable(long, LongFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(long, LongFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(long, LongFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(long, LongFunction<? extends Character>) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(long, LongFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
 
computeIfAbsentNullable(long, LongFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
 
computeIfAbsentNullable(long, LongFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(long, LongFunction<? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentPartial(byte, Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfAbsentPartial(byte, Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfAbsentPartial(byte, Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfAbsentPartial(byte, Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfAbsentPartial(byte, Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfAbsentPartial(byte, Byte2ObjectFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfAbsentPartial(byte, Byte2ReferenceFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfAbsentPartial(char, Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfAbsentPartial(char, Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfAbsentPartial(char, Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfAbsentPartial(char, Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfAbsentPartial(char, Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfAbsentPartial(char, Char2ObjectFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfAbsentPartial(char, Char2ReferenceFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfAbsentPartial(double, Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfAbsentPartial(double, Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfAbsentPartial(double, Double2ReferenceFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfAbsentPartial(int, Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfAbsentPartial(int, Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfAbsentPartial(int, Int2ReferenceFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfAbsentPartial(long, Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfAbsentPartial(long, Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfAbsentPartial(long, Long2ReferenceFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfPresent(byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
 
computeIfPresent(byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
 
computeIfPresent(byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
 
computeIfPresent(byte, BiFunction<? super Byte, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
 
computeIfPresent(byte, BiFunction<? super Byte, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
 
computeIfPresent(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
 
computeIfPresent(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
 
computeIfPresent(byte, BiFunction<? super Byte, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
 
computeIfPresent(byte, BiFunction<? super Byte, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
 
computeIfPresent(byte, BiFunction<? super Byte, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
 
computeIfPresent(byte, BiFunction<? super Byte, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
 
computeIfPresent(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
 
computeIfPresent(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
computeIfPresent(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
computeIfPresent(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
 
computeIfPresent(char, BiFunction<? super Character, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
 
computeIfPresent(char, BiFunction<? super Character, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
 
computeIfPresent(char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
 
computeIfPresent(char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
computeIfPresent(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
computeIfPresent(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
 
computeIfPresent(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
 
computeIfPresent(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
 
computeIfPresent(char, BiFunction<? super Character, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
 
computeIfPresent(char, BiFunction<? super Character, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
 
computeIfPresent(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
 
computeIfPresent(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
 
computeIfPresent(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
 
computeIfPresent(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
computeIfPresent(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
computeIfPresent(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(double, BiFunction<? super Double, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(double, BiFunction<? super Double, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(double, BiFunction<? super Double, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
 
computeIfPresent(double, BiFunction<? super Double, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
 
computeIfPresent(double, BiFunction<? super Double, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(double, BiFunction<? super Double, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
 
computeIfPresent(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
 
computeIfPresent(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(int, BiFunction<? super Integer, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(int, BiFunction<? super Integer, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(int, BiFunction<? super Integer, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
 
computeIfPresent(int, BiFunction<? super Integer, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
 
computeIfPresent(int, BiFunction<? super Integer, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(int, BiFunction<? super Integer, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(int, BiFunction<? super Integer, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(int, BiFunction<? super Integer, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(int, BiFunction<? super Integer, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
 
computeIfPresent(int, BiFunction<? super Integer, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
 
computeIfPresent(int, BiFunction<? super Integer, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(int, BiFunction<? super Integer, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
computeIfPresent(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
computeIfPresent(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
computeIfPresent(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
computeIfPresent(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(long, BiFunction<? super Long, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(long, BiFunction<? super Long, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(long, BiFunction<? super Long, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
 
computeIfPresent(long, BiFunction<? super Long, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
 
computeIfPresent(long, BiFunction<? super Long, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(long, BiFunction<? super Long, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
computeIfPresent(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
computeIfPresent(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Byte, BiFunction<? super Byte, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Byte, BiFunction<? super Byte, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Byte, BiFunction<? super Byte, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Byte, BiFunction<? super Byte, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Byte, BiFunction<? super Byte, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Byte, BiFunction<? super Byte, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Byte, BiFunction<? super Byte, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Byte, BiFunction<? super Byte, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Byte, BiFunction<? super Byte, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Character, BiFunction<? super Character, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Character, BiFunction<? super Character, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Character, BiFunction<? super Character, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Character, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Character, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Character, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Character, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Character, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Character, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Character, BiFunction<? super Character, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Character, BiFunction<? super Character, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Character, BiFunction<? super Character, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Character, BiFunction<? super Character, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Character, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Character, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Character, BiFunction<? super Character, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Character, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Character, BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Double, BiFunction<? super Double, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Double, BiFunction<? super Double, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Double, BiFunction<? super Double, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Double, BiFunction<? super Double, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Integer, BiFunction<? super Integer, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Integer, BiFunction<? super Integer, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Integer, BiFunction<? super Integer, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Integer, BiFunction<? super Integer, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Integer, BiFunction<? super Integer, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Integer, BiFunction<? super Integer, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Integer, BiFunction<? super Integer, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Integer, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Integer, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Long, BiFunction<? super Long, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Long, BiFunction<? super Long, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Long, BiFunction<? super Long, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Long, BiFunction<? super Long, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(Long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
computeIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
computeIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
computeIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
computeIfPresent(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
computeIfPresent(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
 
computeIfPresent(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
computeIfPresent(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
 
computeIfPresent(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
computeIfPresent(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
computeIfPresent(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
computeIfPresent(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
 
computeIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
computeIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.SynchronizedMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.UnmodifiableMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
computeInt(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeInt(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeInt(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
computeInt(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
 
computeInt(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeInt(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeIntIfAbsent(K, ToIntFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Deprecated.
Please use computeIfAbsent() instead.
computeIntIfAbsentPartial(K, Reference2IntFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Deprecated.
Please use computeIfAbsent() instead.
computeIntIfPresent(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIntIfPresent(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIntIfPresent(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
computeIntIfPresent(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
 
computeIntIfPresent(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIntIfPresent(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeLong(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeLong(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeLong(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
computeLong(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
 
computeLong(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeLong(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeLongIfAbsent(K, ToLongFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Deprecated.
Please use computeIfAbsent() instead.
computeLongIfAbsentPartial(K, Reference2LongFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Deprecated.
Please use computeIfAbsent() instead.
computeLongIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeLongIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeLongIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
computeLongIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
 
computeLongIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeLongIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
concat(ByteIterator...) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Concatenates all iterators contained in an array.
concat(ByteIterator[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Concatenates a sequence of iterators contained in an array.
concat(ByteSpliterator...) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Concatenates all spliterators contained in an array.
concat(ByteSpliterator[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Concatenates a sequence of spliterators contained in an array.
concat(CharIterator...) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Concatenates all iterators contained in an array.
concat(CharIterator[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Concatenates a sequence of iterators contained in an array.
concat(CharSpliterator...) - Static method in class it.unimi.dsi.fastutil.chars.CharSpliterators
Concatenates all spliterators contained in an array.
concat(CharSpliterator[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharSpliterators
Concatenates a sequence of spliterators contained in an array.
contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Returns true if this list contains the specified element.
contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
Returns true if this collection contains the specified element.
contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Returns true if this list contains the specified element.
contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteArraySet
 
contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
 
contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
contains(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteByteSortedPair
Returns true if one of the two elements of this sorted pair is equal to a given element.
contains(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Returns true if this collection contains the specified element.
contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
 
contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
 
contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
 
contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
 
contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
 
contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.Singleton
 
contains(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Returns true if this list contains the specified element.
contains(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharCollection
Returns true if this collection contains the specified element.
contains(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
Returns true if this list contains the specified element.
contains(char) - Method in class it.unimi.dsi.fastutil.chars.CharArraySet
 
contains(char) - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
contains(char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
contains(char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
contains(char) - Method in interface it.unimi.dsi.fastutil.chars.CharCharSortedPair
Returns true if one of the two elements of this sorted pair is equal to a given element.
contains(char) - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Returns true if this collection contains the specified element.
contains(char) - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
 
contains(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
contains(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
contains(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
 
contains(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
 
contains(char) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
contains(char) - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
 
contains(char) - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
 
contains(char) - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
contains(char) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
contains(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapIndirectPriorityQueue
 
contains(int) - Method in class it.unimi.dsi.fastutil.chars.CharHeapIndirectPriorityQueue
 
contains(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
Deprecated.
Please use the corresponding type-specific method instead.
contains(Object) - Method in interface it.unimi.dsi.fastutil.bytes.ByteByteSortedPair
Deprecated.
Please use the corresponding type-specific method instead.
contains(Object) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Deprecated.
Please use the corresponding type-specific method instead.
contains(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
Deprecated.
contains(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
Deprecated.
contains(Object) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
contains(Object) - Method in interface it.unimi.dsi.fastutil.bytes.ByteSet
Deprecated.
Please use the corresponding type-specific method instead.
contains(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharCollection
Deprecated.
Please use the corresponding type-specific method instead.
contains(Object) - Method in interface it.unimi.dsi.fastutil.chars.CharCharSortedPair
Deprecated.
Please use the corresponding type-specific method instead.
contains(Object) - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Deprecated.
Please use the corresponding type-specific method instead.
contains(Object) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
Deprecated.
contains(Object) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
Deprecated.
contains(Object) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Deprecated.
Please use the corresponding type-specific method instead.
contains(Object) - Method in interface it.unimi.dsi.fastutil.chars.CharSet
Deprecated.
Please use the corresponding type-specific method instead.
contains(Object) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Returns true if this list contains the specified element.
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
Returns true if this list contains the specified element.
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.Singleton
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceCollections.EmptyCollection
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
containsAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
 
containsAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
containsAll(ByteCollection) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Checks whether this collection contains all elements from the given type-specific collection.
containsAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
containsAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
containsAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
containsAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharCollection
 
containsAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
containsAll(CharCollection) - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Checks whether this collection contains all elements from the given type-specific collection.
containsAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
 
containsAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
containsAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharCollection
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
 
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceCollections.EmptyCollection
 
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap
Returns true if this function contains a mapping for the specified key.
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap
Returns true if this function contains a mapping for the specified key.
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap
Returns true if this function contains a mapping for the specified key.
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap
Returns true if this function contains a mapping for the specified key.
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap
Returns true if this function contains a mapping for the specified key.
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap
Returns true if this function contains a mapping for the specified key.
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteArrayMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
 
containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Returns true if this function contains a mapping for the specified key.
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.EmptyFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.PrimitiveFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.Singleton
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.SynchronizedFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.UnmodifiableFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
 
containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Returns true if this function contains a mapping for the specified key.
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharArrayMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
 
containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Returns true if this function contains a mapping for the specified key.
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.EmptyFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.PrimitiveFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.Singleton
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.UnmodifiableFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
 
containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Returns true if this function contains a mapping for the specified key.
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.EmptyFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.PrimitiveFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.Singleton
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.UnmodifiableFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
 
containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Returns true if this function contains a mapping for the specified key.
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
 
containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Returns true if this function contains a mapping for the specified key.
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntArrayMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.EmptyFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.PrimitiveFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.Singleton
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.UnmodifiableFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
 
containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Returns true if this function contains a mapping for the specified key.
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongArrayMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.EmptyFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.PrimitiveFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.Singleton
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.SynchronizedFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.UnmodifiableFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
 
containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Returns true if this function contains a mapping for the specified key.
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.EmptyFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.PrimitiveFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.Singleton
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.UnmodifiableFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
 
containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Returns true if this function contains a mapping for the specified key.
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Returns true if this function contains a mapping for the specified key.
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.PrimitiveFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.Singleton
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Returns true if this function contains a mapping for the specified key.
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap
Returns true if this function contains a mapping for the specified key.
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap
Returns true if this function contains a mapping for the specified key.
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap
Returns true if this function contains a mapping for the specified key.
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap
Returns true if this function contains a mapping for the specified key.
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap
Returns true if this function contains a mapping for the specified key.
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap
Returns true if this function contains a mapping for the specified key.
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteArrayMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
 
containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Returns true if this function contains a mapping for the specified key.
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.EmptyFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.PrimitiveFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.Singleton
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.SynchronizedFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.UnmodifiableFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
 
containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Returns true if this function contains a mapping for the specified key.
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharArrayMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
 
containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Returns true if this function contains a mapping for the specified key.
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.EmptyFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.PrimitiveFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.Singleton
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.SynchronizedFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.UnmodifiableFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
 
containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Returns true if this function contains a mapping for the specified key.
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.EmptyFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.PrimitiveFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.Singleton
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Returns true if this function contains a mapping for the specified key.
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Returns true if this function contains a mapping for the specified key.
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.EmptyFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.PrimitiveFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.Singleton
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.UnmodifiableFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
 
containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Returns true if this function contains a mapping for the specified key.
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongArrayMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.EmptyFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.PrimitiveFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.Singleton
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.SynchronizedFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.UnmodifiableFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
 
containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Returns true if this function contains a mapping for the specified key.
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectArrayMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.EmptyFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.PrimitiveFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.Singleton
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
 
containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Returns true if this function contains a mapping for the specified key.
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceArrayMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
 
containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Returns true if this function contains a mapping for the specified key.
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.EmptyFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.PrimitiveFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.Singleton
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.SynchronizedFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.UnmodifiableFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
 
containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
 
containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Returns true if this function contains a mapping for the specified key.
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap
Returns true if this function contains a mapping for the specified key.
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap
Returns true if this function contains a mapping for the specified key.
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.PrimitiveFunction
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.Singleton
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
containsKey(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Returns true if this function contains a mapping for the specified key.
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharArrayMap
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.EmptyFunction
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.PrimitiveFunction
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.Singleton
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.SynchronizedFunction
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.UnmodifiableFunction
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
 
containsKey(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Returns true if this function contains a mapping for the specified key.
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceArrayMap
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.EmptyFunction
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.PrimitiveFunction
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.Singleton
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.SynchronizedFunction
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.UnmodifiableFunction
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
 
containsKey(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
 
containsKey(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Returns true if this function contains a mapping for the specified key.
containsKey(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Returns true if this function contains a mapping for the specified key.
containsKey(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Returns true if this function contains a mapping for the specified key.
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap
Returns true if this function contains a mapping for the specified key.
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap
Returns true if this function contains a mapping for the specified key.
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteArrayMap
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.EmptyFunction
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.PrimitiveFunction
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.Singleton
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.UnmodifiableFunction
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
 
containsKey(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Returns true if this function contains a mapping for the specified key.
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharArrayMap
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.EmptyFunction
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.PrimitiveFunction
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.Singleton
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.UnmodifiableFunction
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
 
containsKey(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Returns true if this function contains a mapping for the specified key.
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.EmptyFunction
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.PrimitiveFunction
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.Singleton
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
 
containsKey(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap
Returns true if this function contains a mapping for the specified key.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap
Returns true if this function contains a mapping for the specified key.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.EmptyFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.PrimitiveFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.Singleton
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
containsKey(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Returns true if this function contains a mapping for the specified key.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharArrayMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.EmptyFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.PrimitiveFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.Singleton
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.UnmodifiableFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
 
containsKey(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Returns true if this function contains a mapping for the specified key.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.EmptyFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.PrimitiveFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.Singleton
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
containsKey(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
containsKey(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Returns true if this function contains a mapping for the specified key.
containsKey(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Returns true if this function contains a mapping for the specified key.
containsKey(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.PrimitiveFunction
Deprecated.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.SynchronizedFunction
Deprecated.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.PrimitiveFunction
Deprecated.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
Deprecated.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.PrimitiveFunction
Deprecated.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
Deprecated.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.PrimitiveFunction
Deprecated.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
Deprecated.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.PrimitiveFunction
Deprecated.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.SynchronizedFunction
Deprecated.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.PrimitiveFunction
Deprecated.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
Deprecated.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.PrimitiveFunction
Deprecated.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
Deprecated.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.PrimitiveFunction
Deprecated.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.SynchronizedFunction
Deprecated.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.PrimitiveFunction
Deprecated.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.SynchronizedFunction
Deprecated.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.PrimitiveFunction
Deprecated.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
Deprecated.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.PrimitiveFunction
Deprecated.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
Deprecated.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.PrimitiveFunction
Deprecated.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.SynchronizedFunction
Deprecated.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.PrimitiveFunction
Deprecated.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
Deprecated.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.PrimitiveFunction
Deprecated.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.SynchronizedFunction
Deprecated.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.PrimitiveFunction
Deprecated.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
Deprecated.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.PrimitiveFunction
Deprecated.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.SynchronizedFunction
Deprecated.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.PrimitiveFunction
Deprecated.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.SynchronizedFunction
Deprecated.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.PrimitiveFunction
Deprecated.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
Deprecated.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.PrimitiveFunction
Deprecated.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
Deprecated.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.PrimitiveFunction
Deprecated.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
Deprecated.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.PrimitiveFunction
Deprecated.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
Deprecated.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.PrimitiveFunction
Deprecated.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
Deprecated.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.PrimitiveFunction
Deprecated.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
Deprecated.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.Singleton
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharArrayMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.EmptyFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.Singleton
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.UnmodifiableFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
 
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.EmptyFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.Singleton
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.EmptyFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.Singleton
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharArrayMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.EmptyFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.Singleton
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.UnmodifiableFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
 
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.EmptyFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.Singleton
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
 
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntArrayMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.EmptyFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.Singleton
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.UnmodifiableFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
 
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongArrayMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.EmptyFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.Singleton
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.UnmodifiableFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
 
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.EmptyFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.Singleton
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.UnmodifiableFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
 
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.EmptyFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.Singleton
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteArrayMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
 
containsValue(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.EmptyMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.Singleton
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteArrayMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
 
containsValue(byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.EmptyMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.Singleton
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
containsValue(byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteArrayMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
 
containsValue(byte) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.EmptyMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.Singleton
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
containsValue(byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
containsValue(byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
containsValue(byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap
Returns true if this map maps one or more keys to the specified value.
containsValue(char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharArrayMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
 
containsValue(char) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Returns true if this map maps one or more keys to the specified value.
containsValue(char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.EmptyMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.Singleton
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap
Returns true if this map maps one or more keys to the specified value.
containsValue(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharArrayMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
 
containsValue(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Returns true if this map maps one or more keys to the specified value.
containsValue(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.EmptyMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.Singleton
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap
Returns true if this map maps one or more keys to the specified value.
containsValue(char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharArrayMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
 
containsValue(char) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Returns true if this map maps one or more keys to the specified value.
containsValue(char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.EmptyMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.Singleton
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap
Returns true if this map maps one or more keys to the specified value.
containsValue(char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharArrayMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
 
containsValue(char) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Returns true if this map maps one or more keys to the specified value.
containsValue(char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.EmptyMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.Singleton
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap
Returns true if this map maps one or more keys to the specified value.
containsValue(char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharArrayMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
 
containsValue(char) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Returns true if this map maps one or more keys to the specified value.
containsValue(char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.EmptyMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.Singleton
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap
Returns true if this map maps one or more keys to the specified value.
containsValue(char) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap
Returns true if this map maps one or more keys to the specified value.
containsValue(char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharArrayMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
 
containsValue(char) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Returns true if this map maps one or more keys to the specified value.
containsValue(char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.EmptyMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.Singleton
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharArrayMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
 
containsValue(char) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Returns true if this map maps one or more keys to the specified value.
containsValue(char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.EmptyMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.Singleton
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
 
containsValue(char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap
Returns true if this map maps one or more keys to the specified value.
containsValue(double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
 
containsValue(double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Returns true if this map maps one or more keys to the specified value.
containsValue(double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.EmptyMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.Singleton
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap
Returns true if this map maps one or more keys to the specified value.
containsValue(double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
containsValue(double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Returns true if this map maps one or more keys to the specified value.
containsValue(double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap
Returns true if this map maps one or more keys to the specified value.
containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
 
containsValue(double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Returns true if this map maps one or more keys to the specified value.
containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap
Returns true if this map maps one or more keys to the specified value.
containsValue(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntArrayMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
 
containsValue(int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Returns true if this map maps one or more keys to the specified value.
containsValue(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.EmptyMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.Singleton
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap
Returns true if this map maps one or more keys to the specified value.
containsValue(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
 
containsValue(int) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Returns true if this map maps one or more keys to the specified value.
containsValue(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.EmptyMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.Singleton
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap
Returns true if this map maps one or more keys to the specified value.
containsValue(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntArrayMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
 
containsValue(int) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Returns true if this map maps one or more keys to the specified value.
containsValue(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.EmptyMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.Singleton
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap
Returns true if this map maps one or more keys to the specified value.
containsValue(long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongArrayMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
 
containsValue(long) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Returns true if this map maps one or more keys to the specified value.
containsValue(long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.EmptyMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.Singleton
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap
Returns true if this map maps one or more keys to the specified value.
containsValue(long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongArrayMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
 
containsValue(long) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Returns true if this map maps one or more keys to the specified value.
containsValue(long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.EmptyMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.Singleton
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap
Returns true if this map maps one or more keys to the specified value.
containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongArrayMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
 
containsValue(long) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Returns true if this map maps one or more keys to the specified value.
containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.EmptyMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.Singleton
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectArrayMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceArrayMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceArrayMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectMap
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 

D

DEFAULT_INITIAL_CAPACITY - Static variable in class it.unimi.dsi.fastutil.bytes.ByteArrayList
The initial default capacity of an array list.
DEFAULT_INITIAL_CAPACITY - Static variable in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
The initial default capacity of a big-array big list.
DEFAULT_INITIAL_CAPACITY - Static variable in class it.unimi.dsi.fastutil.chars.CharArrayList
The initial default capacity of an array list.
DEFAULT_INITIAL_CAPACITY - Static variable in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
The initial default capacity of a big-array big list.
DEFAULT_INITIAL_CAPACITY - Static variable in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
The initial default capacity of an array list.
DEFAULT_INITIAL_CAPACITY - Static variable in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
The initial default capacity of a big-array big list.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Gets the default return value.
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Gets the default return value.
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Gets the default return value.
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Gets the default return value.
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Gets the default return value.
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Gets the default return value.
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Gets the default return value.
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Gets the default return value.
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Gets the default return value.
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Gets the default return value.
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Gets the default return value.
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
Gets the default return value.
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Gets the default return value.
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Gets the default return value.
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectMap
Gets the default return value.
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
Gets the default return value.
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
Gets the default return value.
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
Gets the default return value.
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Gets the default return value.
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Gets the default return value.
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Gets the default return value.
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteFunction
 
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Sets the default return value (optional operation).
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.EmptyFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.SynchronizedFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.UnmodifiableFunction
 
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Sets the default return value (optional operation).
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteFunction
 
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Sets the default return value (optional operation).
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.EmptyFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.SynchronizedFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.UnmodifiableFunction
 
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Sets the default return value (optional operation).
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Sets the default return value (optional operation).
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Sets the default return value (optional operation).
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.EmptyFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.UnmodifiableFunction
 
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Sets the default return value (optional operation).
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.EmptyFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Sets the default return value (optional operation).
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Sets the default return value (optional operation).
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
Sets the default return value (optional operation).
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.EmptyFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Sets the default return value (optional operation).
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Sets the default return value (optional operation).
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharFunction
 
defaultReturnValue(char) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Sets the default return value (optional operation).
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.EmptyFunction
 
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
 
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.UnmodifiableFunction
 
defaultReturnValue(char) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Sets the default return value (optional operation).
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharFunction
 
defaultReturnValue(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Sets the default return value (optional operation).
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.EmptyFunction
 
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.SynchronizedFunction
 
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.UnmodifiableFunction
 
defaultReturnValue(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Sets the default return value (optional operation).
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharFunction
 
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.EmptyFunction
 
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.SynchronizedFunction
 
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.UnmodifiableFunction
 
defaultReturnValue(char) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Sets the default return value (optional operation).
defaultReturnValue(char) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Sets the default return value (optional operation).
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharFunction
 
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.EmptyFunction
 
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
 
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.UnmodifiableFunction
 
defaultReturnValue(char) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Sets the default return value (optional operation).
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharFunction
 
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.EmptyFunction
 
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
 
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.UnmodifiableFunction
 
defaultReturnValue(char) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Sets the default return value (optional operation).
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharFunction
 
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharFunction
 
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.EmptyFunction
 
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.SynchronizedFunction
 
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.UnmodifiableFunction
 
defaultReturnValue(char) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Sets the default return value (optional operation).
defaultReturnValue(char) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
Sets the default return value (optional operation).
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.EmptyFunction
 
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.SynchronizedFunction
 
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.UnmodifiableFunction
 
defaultReturnValue(char) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Sets the default return value (optional operation).
defaultReturnValue(char) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Sets the default return value (optional operation).
defaultReturnValue(double) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleFunction
 
defaultReturnValue(double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.EmptyFunction
 
defaultReturnValue(double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
 
defaultReturnValue(double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.UnmodifiableFunction
 
defaultReturnValue(double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Sets the default return value (optional operation).
defaultReturnValue(double) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleFunction
 
defaultReturnValue(double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.EmptyFunction
 
defaultReturnValue(double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
defaultReturnValue(double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
defaultReturnValue(double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Sets the default return value (optional operation).
defaultReturnValue(double) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleFunction
 
defaultReturnValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.EmptyFunction
 
defaultReturnValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
 
defaultReturnValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
 
defaultReturnValue(double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Sets the default return value (optional operation).
defaultReturnValue(float) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Sets the default return value (optional operation).
defaultReturnValue(float) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Sets the default return value (optional operation).
defaultReturnValue(float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
Sets the default return value (optional operation).
defaultReturnValue(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntFunction
 
defaultReturnValue(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.EmptyFunction
 
defaultReturnValue(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
 
defaultReturnValue(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.UnmodifiableFunction
 
defaultReturnValue(int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Sets the default return value (optional operation).
defaultReturnValue(int) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntFunction
 
defaultReturnValue(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.EmptyFunction
 
defaultReturnValue(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
 
defaultReturnValue(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.UnmodifiableFunction
 
defaultReturnValue(int) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Sets the default return value (optional operation).
defaultReturnValue(int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntFunction
 
defaultReturnValue(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.EmptyFunction
 
defaultReturnValue(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.SynchronizedFunction
 
defaultReturnValue(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.UnmodifiableFunction
 
defaultReturnValue(int) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Sets the default return value (optional operation).
defaultReturnValue(long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongFunction
 
defaultReturnValue(long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.EmptyFunction
 
defaultReturnValue(long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.SynchronizedFunction
 
defaultReturnValue(long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.UnmodifiableFunction
 
defaultReturnValue(long) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Sets the default return value (optional operation).
defaultReturnValue(long) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongFunction
 
defaultReturnValue(long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.EmptyFunction
 
defaultReturnValue(long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.SynchronizedFunction
 
defaultReturnValue(long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.UnmodifiableFunction
 
defaultReturnValue(long) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Sets the default return value (optional operation).
defaultReturnValue(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongFunction
 
defaultReturnValue(long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.EmptyFunction
 
defaultReturnValue(long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.SynchronizedFunction
 
defaultReturnValue(long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.UnmodifiableFunction
 
defaultReturnValue(long) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Sets the default return value (optional operation).
defaultReturnValue(short) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Sets the default return value (optional operation).
defaultReturnValue(short) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Sets the default return value (optional operation).
defaultReturnValue(short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
Sets the default return value (optional operation).
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.EmptyFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.UnmodifiableFunction
 
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Sets the default return value (optional operation).
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Sets the default return value (optional operation).
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Sets the default return value (optional operation).
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.EmptyFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Sets the default return value (optional operation).
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Sets the default return value (optional operation).
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.EmptyFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.SynchronizedFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.UnmodifiableFunction
 
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Sets the default return value (optional operation).
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.EmptyFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.SynchronizedFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.UnmodifiableFunction
 
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Sets the default return value (optional operation).
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Sets the default return value (optional operation).
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.EmptyFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Sets the default return value (optional operation).
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.EmptyFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Sets the default return value (optional operation).
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.EmptyFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
Sets the default return value (optional operation).
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.EmptyFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.SynchronizedFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.UnmodifiableFunction
 
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectMap
Sets the default return value (optional operation).
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
Sets the default return value (optional operation).
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.EmptyFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
Sets the default return value (optional operation).
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Sets the default return value (optional operation).
dequeue() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
 
dequeue() - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapIndirectPriorityQueue
 
dequeue() - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapSemiIndirectPriorityQueue
 
dequeue() - Method in interface it.unimi.dsi.fastutil.bytes.BytePriorityQueue
Deprecated.
Please use the corresponding type-specific method instead.
dequeue() - Method in class it.unimi.dsi.fastutil.bytes.BytePriorityQueues.SynchronizedPriorityQueue
Deprecated.
dequeue() - Method in class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
 
dequeue() - Method in class it.unimi.dsi.fastutil.chars.CharHeapIndirectPriorityQueue
 
dequeue() - Method in class it.unimi.dsi.fastutil.chars.CharHeapSemiIndirectPriorityQueue
 
dequeue() - Method in interface it.unimi.dsi.fastutil.chars.CharPriorityQueue
Deprecated.
Please use the corresponding type-specific method instead.
dequeue() - Method in class it.unimi.dsi.fastutil.chars.CharPriorityQueues.SynchronizedPriorityQueue
Deprecated.
dequeueByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFIFOQueue
 
dequeueByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayPriorityQueue
 
dequeueByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapPriorityQueue
 
dequeueByte() - Method in interface it.unimi.dsi.fastutil.bytes.BytePriorityQueue
Dequeues the first element from the queue.
dequeueByte() - Method in class it.unimi.dsi.fastutil.bytes.BytePriorityQueues.SynchronizedPriorityQueue
 
dequeueChar() - Method in class it.unimi.dsi.fastutil.chars.CharArrayFIFOQueue
 
dequeueChar() - Method in class it.unimi.dsi.fastutil.chars.CharArrayPriorityQueue
 
dequeueChar() - Method in class it.unimi.dsi.fastutil.chars.CharHeapPriorityQueue
 
dequeueChar() - Method in interface it.unimi.dsi.fastutil.chars.CharPriorityQueue
Dequeues the first element from the queue.
dequeueChar() - Method in class it.unimi.dsi.fastutil.chars.CharPriorityQueues.SynchronizedPriorityQueue
 
dequeueLastByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFIFOQueue
Dequeues the last element from the queue.
dequeueLastChar() - Method in class it.unimi.dsi.fastutil.chars.CharArrayFIFOQueue
Dequeues the last element from the queue.
Double2ByteArrayMap - Class in it.unimi.dsi.fastutil.doubles
A simple, brute-force implementation of a map based on two parallel backing arrays.
Double2ByteArrayMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
Creates a new empty array map.
Double2ByteArrayMap(double[], byte[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
Creates a new empty array map with given key and value backing arrays.
Double2ByteArrayMap(double[], byte[], int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Double2ByteArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
Creates a new empty array map of given capacity.
Double2ByteArrayMap(Double2ByteMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
Double2ByteArrayMap(Map<? extends Double, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
Double2ByteAVLTreeMap - Class in it.unimi.dsi.fastutil.doubles
A type-specific AVL tree map with a fast, small-footprint implementation.
Double2ByteAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Creates a new empty tree map.
Double2ByteAVLTreeMap(double[], byte[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Double2ByteAVLTreeMap(double[], byte[], Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Double2ByteAVLTreeMap(Double2ByteMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Creates a new tree map copying a given map.
Double2ByteAVLTreeMap(Double2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Double2ByteAVLTreeMap(Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Creates a new empty tree map with the given comparator.
Double2ByteAVLTreeMap(Map<? extends Double, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Creates a new tree map copying a given map.
Double2ByteAVLTreeMap(SortedMap<Double, Byte>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
 
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
double2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Returns a type-specific set view of the mappings contained in this map.
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
 
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
double2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
 
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
 
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
 
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
 
Double2ByteFunctions - Class in it.unimi.dsi.fastutil.doubles
A class providing static methods and objects that do useful things with type-specific functions.
Double2ByteFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing an empty type-specific function.
Double2ByteFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.doubles
An adapter for mapping generic total functions to partial primitive functions.
Double2ByteFunctions.Singleton - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing a type-specific singleton function.
Double2ByteFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.doubles
A synchronized wrapper class for functions.
Double2ByteFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.doubles
An unmodifiable wrapper class for functions.
Double2ByteLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.doubles
A type-specific linked hash map with with a fast, small-footprint implementation.
Double2ByteLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ByteLinkedOpenHashMap(double[], byte[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Double2ByteLinkedOpenHashMap(double[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Double2ByteLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ByteLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Creates a new hash map.
Double2ByteLinkedOpenHashMap(Double2ByteMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Double2ByteLinkedOpenHashMap(Double2ByteMap, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Double2ByteLinkedOpenHashMap(Map<? extends Double, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Double2ByteLinkedOpenHashMap(Map<? extends Double, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Creates a new hash map copying a given one.
Double2ByteMap - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Double2ByteMap.Entry - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Double2ByteMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.doubles
An entry set providing fast iteration.
Double2ByteMaps - Class in it.unimi.dsi.fastutil.doubles
A class providing static methods and objects that do useful things with type-specific maps.
Double2ByteMaps.EmptyMap - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing an empty type-specific map.
Double2ByteMaps.Singleton - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing a type-specific singleton map.
Double2ByteMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.doubles
A synchronized wrapper class for maps.
Double2ByteMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.doubles
An unmodifiable wrapper class for maps.
Double2ByteOpenCustomHashMap - Class in it.unimi.dsi.fastutil.doubles
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Double2ByteOpenCustomHashMap(double[], byte[], float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Double2ByteOpenCustomHashMap(double[], byte[], DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Double2ByteOpenCustomHashMap(int, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Creates a new hash map.
Double2ByteOpenCustomHashMap(int, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ByteOpenCustomHashMap(Double2ByteMap, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Double2ByteOpenCustomHashMap(Double2ByteMap, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Double2ByteOpenCustomHashMap(DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ByteOpenCustomHashMap(Map<? extends Double, ? extends Byte>, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Creates a new hash map copying a given one.
Double2ByteOpenCustomHashMap(Map<? extends Double, ? extends Byte>, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Double2ByteOpenHashMap - Class in it.unimi.dsi.fastutil.doubles
A type-specific hash map with a fast, small-footprint implementation.
Double2ByteOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ByteOpenHashMap(double[], byte[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Double2ByteOpenHashMap(double[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Double2ByteOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ByteOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Creates a new hash map.
Double2ByteOpenHashMap(Double2ByteMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Double2ByteOpenHashMap(Double2ByteMap, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Creates a new hash map copying a given type-specific one.
Double2ByteOpenHashMap(Map<? extends Double, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Double2ByteOpenHashMap(Map<? extends Double, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Creates a new hash map copying a given one.
Double2ByteRBTreeMap - Class in it.unimi.dsi.fastutil.doubles
A type-specific red-black tree map with a fast, small-footprint implementation.
Double2ByteRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Creates a new empty tree map.
Double2ByteRBTreeMap(double[], byte[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Double2ByteRBTreeMap(double[], byte[], Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Double2ByteRBTreeMap(Double2ByteMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Creates a new tree map copying a given map.
Double2ByteRBTreeMap(Double2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Double2ByteRBTreeMap(Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Creates a new empty tree map with the given comparator.
Double2ByteRBTreeMap(Map<? extends Double, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Creates a new tree map copying a given map.
Double2ByteRBTreeMap(SortedMap<Double, Byte>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Double2ByteSortedMap - Interface in it.unimi.dsi.fastutil.doubles
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Double2ByteSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.doubles
A sorted entry set providing fast iteration.
Double2ByteSortedMaps - Class in it.unimi.dsi.fastutil.doubles
A class providing static methods and objects that do useful things with type-specific sorted maps.
Double2ByteSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing an empty type-specific sorted map.
Double2ByteSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing a type-specific singleton sorted map.
Double2ByteSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.doubles
A synchronized wrapper class for sorted maps.
Double2ByteSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.doubles
An unmodifiable wrapper class for sorted maps.
Double2CharArrayMap - Class in it.unimi.dsi.fastutil.doubles
A simple, brute-force implementation of a map based on two parallel backing arrays.
Double2CharArrayMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharArrayMap
Creates a new empty array map.
Double2CharArrayMap(double[], char[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharArrayMap
Creates a new empty array map with given key and value backing arrays.
Double2CharArrayMap(double[], char[], int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Double2CharArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharArrayMap
Creates a new empty array map of given capacity.
Double2CharArrayMap(Double2CharMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharArrayMap
Creates a new empty array map copying the entries of a given map.
Double2CharArrayMap(Map<? extends Double, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharArrayMap
Creates a new empty array map copying the entries of a given map.
Double2CharAVLTreeMap - Class in it.unimi.dsi.fastutil.doubles
A type-specific AVL tree map with a fast, small-footprint implementation.
Double2CharAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
Creates a new empty tree map.
Double2CharAVLTreeMap(double[], char[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Double2CharAVLTreeMap(double[], char[], Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Double2CharAVLTreeMap(Double2CharMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
Creates a new tree map copying a given map.
Double2CharAVLTreeMap(Double2CharSortedMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Double2CharAVLTreeMap(Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
Creates a new empty tree map with the given comparator.
Double2CharAVLTreeMap(Map<? extends Double, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
Creates a new tree map copying a given map.
Double2CharAVLTreeMap(SortedMap<Double, Character>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
double2CharEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharArrayMap
 
double2CharEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
 
double2CharEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
 
double2CharEntrySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Returns a type-specific set view of the mappings contained in this map.
double2CharEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.EmptyMap
 
double2CharEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.Singleton
 
double2CharEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
 
double2CharEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
 
double2CharEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
 
double2CharEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
 
double2CharEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
 
double2CharEntrySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
double2CharEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.EmptySortedMap
 
double2CharEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.Singleton
 
double2CharEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.SynchronizedSortedMap
 
double2CharEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.UnmodifiableSortedMap
 
Double2CharFunctions - Class in it.unimi.dsi.fastutil.doubles
A class providing static methods and objects that do useful things with type-specific functions.
Double2CharFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing an empty type-specific function.
Double2CharFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.doubles
An adapter for mapping generic total functions to partial primitive functions.
Double2CharFunctions.Singleton - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing a type-specific singleton function.
Double2CharFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.doubles
A synchronized wrapper class for functions.
Double2CharFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.doubles
An unmodifiable wrapper class for functions.
Double2CharLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.doubles
A type-specific linked hash map with with a fast, small-footprint implementation.
Double2CharLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2CharLinkedOpenHashMap(double[], char[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Double2CharLinkedOpenHashMap(double[], char[], float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Double2CharLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2CharLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Creates a new hash map.
Double2CharLinkedOpenHashMap(Double2CharMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Double2CharLinkedOpenHashMap(Double2CharMap, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Double2CharLinkedOpenHashMap(Map<? extends Double, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Double2CharLinkedOpenHashMap(Map<? extends Double, ? extends Character>, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Creates a new hash map copying a given one.
Double2CharMap - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Double2CharMap.Entry - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Double2CharMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.doubles
An entry set providing fast iteration.
Double2CharMaps - Class in it.unimi.dsi.fastutil.doubles
A class providing static methods and objects that do useful things with type-specific maps.
Double2CharMaps.EmptyMap - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing an empty type-specific map.
Double2CharMaps.Singleton - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing a type-specific singleton map.
Double2CharMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.doubles
A synchronized wrapper class for maps.
Double2CharMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.doubles
An unmodifiable wrapper class for maps.
Double2CharOpenCustomHashMap - Class in it.unimi.dsi.fastutil.doubles
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Double2CharOpenCustomHashMap(double[], char[], float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Double2CharOpenCustomHashMap(double[], char[], DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Double2CharOpenCustomHashMap(int, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
Creates a new hash map.
Double2CharOpenCustomHashMap(int, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2CharOpenCustomHashMap(Double2CharMap, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Double2CharOpenCustomHashMap(Double2CharMap, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Double2CharOpenCustomHashMap(DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2CharOpenCustomHashMap(Map<? extends Double, ? extends Character>, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
Creates a new hash map copying a given one.
Double2CharOpenCustomHashMap(Map<? extends Double, ? extends Character>, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Double2CharOpenHashMap - Class in it.unimi.dsi.fastutil.doubles
A type-specific hash map with a fast, small-footprint implementation.
Double2CharOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2CharOpenHashMap(double[], char[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Double2CharOpenHashMap(double[], char[], float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Double2CharOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2CharOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
Creates a new hash map.
Double2CharOpenHashMap(Double2CharMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Double2CharOpenHashMap(Double2CharMap, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
Creates a new hash map copying a given type-specific one.
Double2CharOpenHashMap(Map<? extends Double, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Double2CharOpenHashMap(Map<? extends Double, ? extends Character>, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
Creates a new hash map copying a given one.
Double2CharRBTreeMap - Class in it.unimi.dsi.fastutil.doubles
A type-specific red-black tree map with a fast, small-footprint implementation.
Double2CharRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
Creates a new empty tree map.
Double2CharRBTreeMap(double[], char[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Double2CharRBTreeMap(double[], char[], Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Double2CharRBTreeMap(Double2CharMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
Creates a new tree map copying a given map.
Double2CharRBTreeMap(Double2CharSortedMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Double2CharRBTreeMap(Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
Creates a new empty tree map with the given comparator.
Double2CharRBTreeMap(Map<? extends Double, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
Creates a new tree map copying a given map.
Double2CharRBTreeMap(SortedMap<Double, Character>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Double2CharSortedMap - Interface in it.unimi.dsi.fastutil.doubles
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Double2CharSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.doubles
A sorted entry set providing fast iteration.
Double2CharSortedMaps - Class in it.unimi.dsi.fastutil.doubles
A class providing static methods and objects that do useful things with type-specific sorted maps.
Double2CharSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing an empty type-specific sorted map.
Double2CharSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing a type-specific singleton sorted map.
Double2CharSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.doubles
A synchronized wrapper class for sorted maps.
Double2CharSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.doubles
An unmodifiable wrapper class for sorted maps.
Double2ReferenceArrayMap<V> - Class in it.unimi.dsi.fastutil.doubles
A simple, brute-force implementation of a map based on two parallel backing arrays.
Double2ReferenceArrayMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceArrayMap
Creates a new empty array map.
Double2ReferenceArrayMap(double[], Object[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceArrayMap
Creates a new empty array map with given key and value backing arrays.
Double2ReferenceArrayMap(double[], Object[], int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Double2ReferenceArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceArrayMap
Creates a new empty array map of given capacity.
Double2ReferenceArrayMap(Double2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceArrayMap
Creates a new empty array map copying the entries of a given map.
Double2ReferenceArrayMap(Map<? extends Double, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceArrayMap
Creates a new empty array map copying the entries of a given map.
Double2ReferenceAVLTreeMap<V> - Class in it.unimi.dsi.fastutil.doubles
A type-specific AVL tree map with a fast, small-footprint implementation.
Double2ReferenceAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
Creates a new empty tree map.
Double2ReferenceAVLTreeMap(double[], V[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Double2ReferenceAVLTreeMap(double[], V[], Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Double2ReferenceAVLTreeMap(Double2ReferenceMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
Creates a new tree map copying a given map.
Double2ReferenceAVLTreeMap(Double2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Double2ReferenceAVLTreeMap(Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
Creates a new empty tree map with the given comparator.
Double2ReferenceAVLTreeMap(Map<? extends Double, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
Creates a new tree map copying a given map.
Double2ReferenceAVLTreeMap(SortedMap<Double, V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
double2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceArrayMap
 
double2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
 
double2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
 
double2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Returns a type-specific set view of the mappings contained in this map.
double2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.EmptyMap
 
double2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.Singleton
 
double2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
 
double2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
 
double2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
 
double2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
 
double2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
 
double2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
double2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.EmptySortedMap
 
double2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.Singleton
 
double2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.SynchronizedSortedMap
 
double2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.UnmodifiableSortedMap
 
Double2ReferenceFunctions - Class in it.unimi.dsi.fastutil.doubles
A class providing static methods and objects that do useful things with type-specific functions.
Double2ReferenceFunctions.EmptyFunction<V> - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing an empty type-specific function.
Double2ReferenceFunctions.PrimitiveFunction<V> - Class in it.unimi.dsi.fastutil.doubles
An adapter for mapping generic total functions to partial primitive functions.
Double2ReferenceFunctions.Singleton<V> - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing a type-specific singleton function.
Double2ReferenceFunctions.SynchronizedFunction<V> - Class in it.unimi.dsi.fastutil.doubles
A synchronized wrapper class for functions.
Double2ReferenceFunctions.UnmodifiableFunction<V> - Class in it.unimi.dsi.fastutil.doubles
An unmodifiable wrapper class for functions.
Double2ReferenceLinkedOpenHashMap<V> - Class in it.unimi.dsi.fastutil.doubles
A type-specific linked hash map with with a fast, small-footprint implementation.
Double2ReferenceLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ReferenceLinkedOpenHashMap(double[], V[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Double2ReferenceLinkedOpenHashMap(double[], V[], float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Double2ReferenceLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ReferenceLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Creates a new hash map.
Double2ReferenceLinkedOpenHashMap(Double2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Double2ReferenceLinkedOpenHashMap(Double2ReferenceMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Double2ReferenceLinkedOpenHashMap(Map<? extends Double, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Double2ReferenceLinkedOpenHashMap(Map<? extends Double, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Creates a new hash map copying a given one.
Double2ReferenceMap<V> - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Double2ReferenceMap.Entry<V> - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Double2ReferenceMap.FastEntrySet<V> - Interface in it.unimi.dsi.fastutil.doubles
An entry set providing fast iteration.
Double2ReferenceMaps - Class in it.unimi.dsi.fastutil.doubles
A class providing static methods and objects that do useful things with type-specific maps.
Double2ReferenceMaps.EmptyMap<V> - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing an empty type-specific map.
Double2ReferenceMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing a type-specific singleton map.
Double2ReferenceMaps.SynchronizedMap<V> - Class in it.unimi.dsi.fastutil.doubles
A synchronized wrapper class for maps.
Double2ReferenceMaps.UnmodifiableMap<V> - Class in it.unimi.dsi.fastutil.doubles
An unmodifiable wrapper class for maps.
Double2ReferenceOpenCustomHashMap<V> - Class in it.unimi.dsi.fastutil.doubles
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Double2ReferenceOpenCustomHashMap(double[], V[], float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Double2ReferenceOpenCustomHashMap(double[], V[], DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Double2ReferenceOpenCustomHashMap(int, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
Creates a new hash map.
Double2ReferenceOpenCustomHashMap(int, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ReferenceOpenCustomHashMap(Double2ReferenceMap<V>, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Double2ReferenceOpenCustomHashMap(Double2ReferenceMap<V>, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Double2ReferenceOpenCustomHashMap(DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ReferenceOpenCustomHashMap(Map<? extends Double, ? extends V>, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
Creates a new hash map copying a given one.
Double2ReferenceOpenCustomHashMap(Map<? extends Double, ? extends V>, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Double2ReferenceOpenHashMap<V> - Class in it.unimi.dsi.fastutil.doubles
A type-specific hash map with a fast, small-footprint implementation.
Double2ReferenceOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ReferenceOpenHashMap(double[], V[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Double2ReferenceOpenHashMap(double[], V[], float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Double2ReferenceOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ReferenceOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
Creates a new hash map.
Double2ReferenceOpenHashMap(Double2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Double2ReferenceOpenHashMap(Double2ReferenceMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
Creates a new hash map copying a given type-specific one.
Double2ReferenceOpenHashMap(Map<? extends Double, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Double2ReferenceOpenHashMap(Map<? extends Double, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
Creates a new hash map copying a given one.
Double2ReferenceRBTreeMap<V> - Class in it.unimi.dsi.fastutil.doubles
A type-specific red-black tree map with a fast, small-footprint implementation.
Double2ReferenceRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
Creates a new empty tree map.
Double2ReferenceRBTreeMap(double[], V[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Double2ReferenceRBTreeMap(double[], V[], Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Double2ReferenceRBTreeMap(Double2ReferenceMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
Creates a new tree map copying a given map.
Double2ReferenceRBTreeMap(Double2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Double2ReferenceRBTreeMap(Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
Creates a new empty tree map with the given comparator.
Double2ReferenceRBTreeMap(Map<? extends Double, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
Creates a new tree map copying a given map.
Double2ReferenceRBTreeMap(SortedMap<Double, V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Double2ReferenceSortedMap<V> - Interface in it.unimi.dsi.fastutil.doubles
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Double2ReferenceSortedMap.FastSortedEntrySet<V> - Interface in it.unimi.dsi.fastutil.doubles
A sorted entry set providing fast iteration.
Double2ReferenceSortedMaps - Class in it.unimi.dsi.fastutil.doubles
A class providing static methods and objects that do useful things with type-specific sorted maps.
Double2ReferenceSortedMaps.EmptySortedMap<V> - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing an empty type-specific sorted map.
Double2ReferenceSortedMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing a type-specific singleton sorted map.
Double2ReferenceSortedMaps.SynchronizedSortedMap<V> - Class in it.unimi.dsi.fastutil.doubles
A synchronized wrapper class for sorted maps.
Double2ReferenceSortedMaps.UnmodifiableSortedMap<V> - Class in it.unimi.dsi.fastutil.doubles
An unmodifiable wrapper class for sorted maps.
DoubleByteImmutablePair - Class in it.unimi.dsi.fastutil.doubles
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
DoubleByteImmutablePair(double, byte) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleByteImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
DoubleByteMutablePair - Class in it.unimi.dsi.fastutil.doubles
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
DoubleByteMutablePair(double, byte) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleByteMutablePair
Creates a new type-specific mutable Pair with given left and right value.
DoubleBytePair - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
DoubleCharImmutablePair - Class in it.unimi.dsi.fastutil.doubles
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
DoubleCharImmutablePair(double, char) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleCharImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
DoubleCharMutablePair - Class in it.unimi.dsi.fastutil.doubles
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
DoubleCharMutablePair(double, char) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleCharMutablePair
Creates a new type-specific mutable Pair with given left and right value.
DoubleCharPair - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
DoubleReferenceImmutablePair<V> - Class in it.unimi.dsi.fastutil.doubles
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
DoubleReferenceImmutablePair(double, V) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleReferenceImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
DoubleReferenceMutablePair<V> - Class in it.unimi.dsi.fastutil.doubles
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
DoubleReferenceMutablePair(double, V) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleReferenceMutablePair
Creates a new type-specific mutable Pair with given left and right value.
DoubleReferencePair<V> - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
downHeap(byte[], int[], int[], int, int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIndirectHeaps
Moves the given element down into the indirect heap until it reaches the lowest possible position.
downHeap(byte[], int[], int, int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSemiIndirectHeaps
Moves the given element down into the semi-indirect heap until it reaches the lowest possible position.
downHeap(byte[], int, int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteHeaps
Moves the given element down into the heap until it reaches the lowest possible position.
downHeap(char[], int[], int[], int, int, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharIndirectHeaps
Moves the given element down into the indirect heap until it reaches the lowest possible position.
downHeap(char[], int[], int, int, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharSemiIndirectHeaps
Moves the given element down into the semi-indirect heap until it reaches the lowest possible position.
downHeap(char[], int, int, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharHeaps
Moves the given element down into the heap until it reaches the lowest possible position.

E

elements() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Returns the backing array of this list.
elements() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
Returns the backing big array of this big list.
elements() - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
Returns the backing array of this list.
elements() - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
Returns the backing big array of this big list.
elements() - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Returns the backing array of this list.
elements() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Returns the backing big array of this big list.
EMPTY_BIG_LIST - Static variable in class it.unimi.dsi.fastutil.bytes.ByteBigLists
An empty big list (immutable).
EMPTY_BIG_LIST - Static variable in class it.unimi.dsi.fastutil.chars.CharBigLists
An empty big list (immutable).
EMPTY_BIG_LIST - Static variable in class it.unimi.dsi.fastutil.objects.ReferenceBigLists
An empty big list (immutable).
EMPTY_BIG_LIST_ITERATOR - Static variable in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators
An empty iterator (immutable).
EMPTY_BIG_LIST_ITERATOR - Static variable in class it.unimi.dsi.fastutil.chars.CharBigListIterators
An empty iterator (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.chars.Char2CharFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.chars.Char2IntFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.chars.Char2LongFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.ints.Int2CharFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.longs.Long2CharFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.objects.Object2CharFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions
An empty type-specific function (immutable).
EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions
An empty type-specific function (immutable).
EMPTY_ITERATOR - Static variable in class it.unimi.dsi.fastutil.bytes.ByteIterators
An empty iterator.
EMPTY_ITERATOR - Static variable in class it.unimi.dsi.fastutil.chars.CharIterators
An empty iterator.
EMPTY_LIST - Static variable in class it.unimi.dsi.fastutil.bytes.ByteLists
An empty list (immutable).
EMPTY_LIST - Static variable in class it.unimi.dsi.fastutil.chars.CharLists
An empty list (immutable).
EMPTY_LIST - Static variable in class it.unimi.dsi.fastutil.objects.ReferenceLists
An empty list (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.chars.Char2ByteMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.chars.Char2CharMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.chars.Char2IntMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.chars.Char2LongMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.doubles.Double2CharMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.ints.Int2ByteMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.ints.Int2CharMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.longs.Long2ByteMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.longs.Long2CharMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Object2CharMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Reference2CharMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Reference2IntMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Reference2LongMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps
An empty sorted map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps
An empty sorted map (immutable).
EMPTY_SET - Static variable in class it.unimi.dsi.fastutil.bytes.ByteSets
An empty set (immutable).
EMPTY_SET - Static variable in class it.unimi.dsi.fastutil.bytes.ByteSortedSets
An empty sorted set (immutable).
EMPTY_SET - Static variable in class it.unimi.dsi.fastutil.chars.CharSets
An empty set (immutable).
EMPTY_SET - Static variable in class it.unimi.dsi.fastutil.chars.CharSortedSets
An empty sorted set (immutable).
EMPTY_SET - Static variable in class it.unimi.dsi.fastutil.objects.ReferenceSets
An empty set (immutable).
EMPTY_SET - Static variable in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets
An empty sorted set (immutable).
EMPTY_SPLITERATOR - Static variable in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
An empty spliterator.
EMPTY_SPLITERATOR - Static variable in class it.unimi.dsi.fastutil.chars.CharSpliterators
An empty spliterator.
emptyList() - Static method in class it.unimi.dsi.fastutil.bytes.ByteLists
Returns an empty list (immutable).
emptyList() - Static method in class it.unimi.dsi.fastutil.chars.CharLists
Returns an empty list (immutable).
emptyList() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists
Returns an empty big list (immutable).
emptyList() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceLists
Returns an empty list (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps
Returns an empty map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
Returns an empty sorted map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
Returns an empty map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
Returns an empty sorted map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps
Returns an empty map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps
Returns an empty sorted map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps
Returns an empty map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps
Returns an empty sorted map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps
Returns an empty map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps
Returns an empty sorted map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps
Returns an empty map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns an empty sorted map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps
Returns an empty map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns an empty sorted map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
Returns an empty map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns an empty sorted map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Object2CharMaps
Returns an empty map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps
Returns an empty sorted map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps
Returns an empty map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps
Returns an empty sorted map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps
Returns an empty map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
Returns an empty sorted map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps
Returns an empty map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps
Returns an empty sorted map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps
Returns an empty map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
Returns an empty sorted map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps
Returns an empty map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps
Returns an empty sorted map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps
Returns an empty map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps
Returns an empty sorted map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps
Returns an empty map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps
Returns an empty sorted map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps
Returns an empty map (immutable).
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps
Returns an empty sorted map (immutable).
emptySet() - Static method in class it.unimi.dsi.fastutil.bytes.ByteSets
Returns an empty set (immutable).
emptySet() - Static method in class it.unimi.dsi.fastutil.chars.CharSets
Returns an empty set (immutable).
emptySet() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSets
Returns an empty set (immutable).
emptySet() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets
Returns an empty sorted set (immutable).
enqueue(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFIFOQueue
 
enqueue(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayPriorityQueue
 
enqueue(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapPriorityQueue
 
enqueue(byte) - Method in interface it.unimi.dsi.fastutil.bytes.BytePriorityQueue
Enqueues a new element.
enqueue(byte) - Method in class it.unimi.dsi.fastutil.bytes.BytePriorityQueues.SynchronizedPriorityQueue
 
enqueue(char) - Method in class it.unimi.dsi.fastutil.chars.CharArrayFIFOQueue
 
enqueue(char) - Method in class it.unimi.dsi.fastutil.chars.CharArrayPriorityQueue
 
enqueue(char) - Method in class it.unimi.dsi.fastutil.chars.CharHeapPriorityQueue
 
enqueue(char) - Method in interface it.unimi.dsi.fastutil.chars.CharPriorityQueue
Enqueues a new element.
enqueue(char) - Method in class it.unimi.dsi.fastutil.chars.CharPriorityQueues.SynchronizedPriorityQueue
 
enqueue(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
enqueue(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapIndirectPriorityQueue
 
enqueue(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapSemiIndirectPriorityQueue
 
enqueue(int) - Method in class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
enqueue(int) - Method in class it.unimi.dsi.fastutil.chars.CharHeapIndirectPriorityQueue
 
enqueue(int) - Method in class it.unimi.dsi.fastutil.chars.CharHeapSemiIndirectPriorityQueue
 
enqueue(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.BytePriorityQueue
Deprecated.
Please use the corresponding type-specific method instead.
enqueue(Byte) - Method in class it.unimi.dsi.fastutil.bytes.BytePriorityQueues.SynchronizedPriorityQueue
Deprecated.
enqueue(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharPriorityQueue
Deprecated.
Please use the corresponding type-specific method instead.
enqueue(Character) - Method in class it.unimi.dsi.fastutil.chars.CharPriorityQueues.SynchronizedPriorityQueue
Deprecated.
enqueueFirst(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFIFOQueue
Enqueues a new element as the first element (in dequeuing order) of the queue.
enqueueFirst(char) - Method in class it.unimi.dsi.fastutil.chars.CharArrayFIFOQueue
Enqueues a new element as the first element (in dequeuing order) of the queue.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Ensures that this array list can contain the given number of entries without resizing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
Ensures that this array list can contain the given number of entries without resizing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Ensures that this array list can contain the given number of entries without resizing.
ensureCapacity(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
Ensures that this big-array big list can contain the given number of entries without resizing.
ensureCapacity(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
Ensures that this big-array big list can contain the given number of entries without resizing.
ensureCapacity(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Ensures that this big-array big list can contain the given number of entries without resizing.
entryComparator(ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entryComparator(Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMap
Returns a sorted-set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.EmptySortedMap
Returns a sorted-set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.Singleton
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.UnmodifiableSortedMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.Singleton
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.SynchronizedMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.UnmodifiableMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMap
Returns a sorted-set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.EmptySortedMap
Returns a sorted-set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.Singleton
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.SynchronizedSortedMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.UnmodifiableSortedMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap
Returns a sorted-set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.EmptySortedMap
Returns a sorted-set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.Singleton
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.UnmodifiableSortedMap
Returns a set view of the mappings contained in this map.
equals(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteHash.Strategy
Returns true if the given elements are equal with respect to this hash strategy.
equals(char, char) - Method in interface it.unimi.dsi.fastutil.chars.CharHash.Strategy
Returns true if the given elements are equal with respect to this hash strategy.
equals(ByteArrayList) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Compares this type-specific array list to another one.
equals(ByteBigArrayBigList) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
Compares this type-specific big-array list to another one.
equals(ByteImmutableList) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Compares this type-specific immutable list to another one.
equals(CharArrayList) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
Compares this type-specific array list to another one.
equals(CharBigArrayBigList) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
Compares this type-specific big-array list to another one.
equals(CharImmutableList) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Compares this type-specific immutable list to another one.
equals(ReferenceArrayList<K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Compares this type-specific array list to another one.
equals(ReferenceBigArrayBigList<K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Compares this type-specific big-array list to another one.
equals(ReferenceImmutableList<K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Compares this type-specific immutable list to another one.
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteSet
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteByteImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteByteImmutableSortedPair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteByteMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteCharImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteCharMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteIntImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteIntMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteLongImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteLongMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.BytePriorityQueues.SynchronizedPriorityQueue
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.EmptySet
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.UnmodifiableSet
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharSet
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharByteImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharByteMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharCharImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharCharImmutableSortedPair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharCharMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharDoubleImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharDoubleMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharIntImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharIntMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharLongImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharLongMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharObjectImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharObjectMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharPriorityQueues.SynchronizedPriorityQueue
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharReferenceImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharReferenceMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharSets.EmptySet
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharSets.UnmodifiableSet
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.DoubleByteImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.DoubleByteMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.DoubleCharImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.DoubleCharMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.DoubleReferenceImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.DoubleReferenceMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntByteImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntByteMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntCharImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntCharMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntReferenceImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntReferenceMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongByteImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongByteMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongCharImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongCharMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongReferenceImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongReferenceMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceSet
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectByteImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectByteMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectCharImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectCharMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectReferenceImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectReferenceMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.UnmodifiableBigList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceByteImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceByteMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceCharImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceCharMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceCollections.EmptyCollection
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceDoubleImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceDoubleMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceIntImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceIntMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLongImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLongMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceObjectImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceObjectMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceReferenceImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceReferenceMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.EmptySet
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.UnmodifiableSet
 
estimateSize() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigSpliterators.AbstractIndexBasedSpliterator
 
estimateSize() - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.AbstractIndexBasedSpliterator
 
estimateSize() - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.EmptySpliterator
 
estimateSize() - Method in class it.unimi.dsi.fastutil.chars.CharBigSpliterators.AbstractIndexBasedSpliterator
 
estimateSize() - Method in class it.unimi.dsi.fastutil.chars.CharSpliterators.AbstractIndexBasedSpliterator
 
estimateSize() - Method in class it.unimi.dsi.fastutil.chars.CharSpliterators.EmptySpliterator
 

F

fastForEach(Byte2ByteMap, Consumer<? super Byte2ByteMap.Entry>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Byte2CharMap, Consumer<? super Byte2CharMap.Entry>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Byte2DoubleMap, Consumer<? super Byte2DoubleMap.Entry>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Byte2IntMap, Consumer<? super Byte2IntMap.Entry>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Byte2LongMap, Consumer<? super Byte2LongMap.Entry>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Byte2ObjectMap<V>, Consumer<? super Byte2ObjectMap.Entry<V>>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Byte2ReferenceMap<V>, Consumer<? super Byte2ReferenceMap.Entry<V>>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Char2ByteMap, Consumer<? super Char2ByteMap.Entry>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Char2CharMap, Consumer<? super Char2CharMap.Entry>) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Char2DoubleMap, Consumer<? super Char2DoubleMap.Entry>) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Char2IntMap, Consumer<? super Char2IntMap.Entry>) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Char2LongMap, Consumer<? super Char2LongMap.Entry>) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Char2ObjectMap<V>, Consumer<? super Char2ObjectMap.Entry<V>>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Char2ReferenceMap<V>, Consumer<? super Char2ReferenceMap.Entry<V>>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Double2ByteMap, Consumer<? super Double2ByteMap.Entry>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Double2CharMap, Consumer<? super Double2CharMap.Entry>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Double2ReferenceMap<V>, Consumer<? super Double2ReferenceMap.Entry<V>>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Int2ByteMap, Consumer<? super Int2ByteMap.Entry>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Int2CharMap, Consumer<? super Int2CharMap.Entry>) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Int2ReferenceMap<V>, Consumer<? super Int2ReferenceMap.Entry<V>>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Long2ByteMap, Consumer<? super Long2ByteMap.Entry>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Long2CharMap, Consumer<? super Long2CharMap.Entry>) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Long2ReferenceMap<V>, Consumer<? super Long2ReferenceMap.Entry<V>>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Object2ByteMap<K>, Consumer<? super Object2ByteMap.Entry<K>>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Object2CharMap<K>, Consumer<? super Object2CharMap.Entry<K>>) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Object2ReferenceMap<K, V>, Consumer<? super Object2ReferenceMap.Entry<K, V>>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Reference2ByteMap<K>, Consumer<? super Reference2ByteMap.Entry<K>>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Reference2CharMap<K>, Consumer<? super Reference2CharMap.Entry<K>>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Reference2DoubleMap<K>, Consumer<? super Reference2DoubleMap.Entry<K>>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Reference2IntMap<K>, Consumer<? super Reference2IntMap.Entry<K>>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Reference2LongMap<K>, Consumer<? super Reference2LongMap.Entry<K>>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Reference2ObjectMap<K, V>, Consumer<? super Reference2ObjectMap.Entry<K, V>>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Reference2ReferenceMap<K, V>, Consumer<? super Reference2ReferenceMap.Entry<K, V>>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastForEach(Consumer<? super Byte2ByteMap.Entry>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Byte2CharMap.Entry>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Byte2DoubleMap.Entry>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Byte2IntMap.Entry>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Byte2LongMap.Entry>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Byte2ObjectMap.Entry<V>>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Byte2ReferenceMap.Entry<V>>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Char2ByteMap.Entry>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Char2CharMap.Entry>) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Char2DoubleMap.Entry>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Char2IntMap.Entry>) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Char2LongMap.Entry>) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Char2ObjectMap.Entry<V>>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Char2ReferenceMap.Entry<V>>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Double2ByteMap.Entry>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Double2CharMap.Entry>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Double2ReferenceMap.Entry<V>>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Int2ByteMap.Entry>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Int2CharMap.Entry>) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Int2ReferenceMap.Entry<V>>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Long2ByteMap.Entry>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Long2CharMap.Entry>) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Long2ReferenceMap.Entry<V>>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Object2ByteMap.Entry<K>>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Object2CharMap.Entry<K>>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Object2ReferenceMap.Entry<K, V>>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Reference2ByteMap.Entry<K>>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Reference2CharMap.Entry<K>>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Reference2DoubleMap.Entry<K>>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Reference2IntMap.Entry<K>>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Reference2LongMap.Entry<K>>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Reference2ObjectMap.Entry<K, V>>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Consumer<? super Reference2ReferenceMap.Entry<K, V>>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastIterable(Byte2ByteMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Byte2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Byte2CharMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Byte2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Byte2DoubleMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Byte2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Byte2IntMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Byte2IntSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Byte2LongMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Byte2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Byte2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Byte2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Byte2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Byte2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Char2ByteMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Char2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Char2CharMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Char2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Char2DoubleMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Char2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Char2IntMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Char2IntSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Char2LongMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Char2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Char2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Char2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Char2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Char2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Double2ByteMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Double2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Double2CharMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Double2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Double2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Double2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Int2ByteMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Int2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Int2CharMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Int2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Int2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Int2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Long2ByteMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Long2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Long2CharMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Long2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Long2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Long2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Object2ByteMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Object2ByteSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Object2CharMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Object2CharSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Object2ReferenceMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Object2ReferenceSortedMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Reference2ByteMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Reference2ByteSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Reference2CharMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Reference2CharSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Reference2DoubleMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Reference2DoubleSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Reference2IntMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Reference2IntSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Reference2LongMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Reference2LongSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Reference2ObjectMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Reference2ObjectSortedMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Reference2ReferenceMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Reference2ReferenceSortedMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.chars.Char2LongSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.ints.Int2CharSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.longs.Long2CharSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Object2CharSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Byte2ByteMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Byte2ByteMap.Entry) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Byte2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Byte2CharMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Byte2CharMap.Entry) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Byte2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Byte2DoubleMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Byte2DoubleMap.Entry) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Byte2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Byte2IntMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Byte2IntMap.Entry) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Byte2IntSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Byte2LongMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Byte2LongMap.Entry) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Byte2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Byte2ObjectMap.Entry<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Byte2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Byte2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Byte2ReferenceMap.Entry<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Byte2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Byte2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Char2ByteMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Char2ByteMap.Entry) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Char2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Char2CharMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Char2CharMap.Entry) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Char2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Char2DoubleMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Char2DoubleMap.Entry) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Char2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Char2IntMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Char2IntMap.Entry) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Char2IntSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Char2LongMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Char2LongMap.Entry) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Char2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Char2ObjectMap.Entry<V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Char2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Char2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Char2ReferenceMap.Entry<V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Char2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Char2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Double2ByteMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Double2ByteMap.Entry) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Double2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Double2CharMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Double2CharMap.Entry) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Double2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Double2ReferenceMap.Entry<V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Double2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Double2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Int2ByteMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Int2ByteMap.Entry) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Int2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Int2CharMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Int2CharMap.Entry) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Int2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Int2ReferenceMap.Entry<V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Int2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Int2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Long2ByteMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Long2ByteMap.Entry) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Long2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Long2CharMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Long2CharMap.Entry) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Long2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Long2ReferenceMap.Entry<V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Long2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Long2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Object2ByteMap.Entry<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Object2ByteMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Object2ByteSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Object2CharMap.Entry<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Object2CharMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Object2CharSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Object2ReferenceMap.Entry<K, V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Object2ReferenceMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Object2ReferenceSortedMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Reference2ByteMap.Entry<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Reference2ByteMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Reference2ByteSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Reference2CharMap.Entry<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Reference2CharMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Reference2CharSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Reference2DoubleMap.Entry<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Reference2DoubleMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Reference2DoubleSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Reference2IntMap.Entry<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Reference2IntMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Reference2IntSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Reference2LongMap.Entry<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Reference2LongMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Reference2LongSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Reference2ObjectMap.Entry<K, V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Reference2ObjectMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Reference2ObjectSortedMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Reference2ReferenceMap.Entry<K, V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Reference2ReferenceMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator(Reference2ReferenceSortedMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
first() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
 
first() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapSemiIndirectPriorityQueue
 
first() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.bytes.BytePriorityQueue
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.bytes.BytePriorityQueues.SynchronizedPriorityQueue
Deprecated.
first() - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.bytes.ByteSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
 
first() - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.chars.CharHeapSemiIndirectPriorityQueue
 
first() - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.chars.CharObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.chars.CharPriorityQueue
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.chars.CharPriorityQueues.SynchronizedPriorityQueue
Deprecated.
first() - Method in interface it.unimi.dsi.fastutil.chars.CharReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Returns the first element of this set in iteration order.
first() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.EmptySet
 
first() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.Singleton
 
first() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
first() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
first(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Sets the left element of this pair (optional operation).
first(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Sets the left element of this pair (optional operation).
first(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Sets the left element of this pair (optional operation).
first(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Sets the left element of this pair (optional operation).
first(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Sets the left element of this pair (optional operation).
first(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Sets the left element of this pair (optional operation).
first(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Sets the left element of this pair (optional operation).
first(char) - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Sets the left element of this pair (optional operation).
first(char) - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Sets the left element of this pair (optional operation).
first(char) - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Sets the left element of this pair (optional operation).
first(char) - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Sets the left element of this pair (optional operation).
first(char) - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Sets the left element of this pair (optional operation).
first(char) - Method in interface it.unimi.dsi.fastutil.chars.CharObjectPair
Sets the left element of this pair (optional operation).
first(char) - Method in interface it.unimi.dsi.fastutil.chars.CharReferencePair
Sets the left element of this pair (optional operation).
first(double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Sets the left element of this pair (optional operation).
first(double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Sets the left element of this pair (optional operation).
first(double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleReferencePair
Sets the left element of this pair (optional operation).
first(int) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Sets the left element of this pair (optional operation).
first(int) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Sets the left element of this pair (optional operation).
first(int) - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
Sets the left element of this pair (optional operation).
first(long) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Sets the left element of this pair (optional operation).
first(long) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Sets the left element of this pair (optional operation).
first(long) - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Sets the left element of this pair (optional operation).
first(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
Please use the corresponding type-specific method instead.
first(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
Please use the corresponding type-specific method instead.
first(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
first(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
Please use the corresponding type-specific method instead.
first(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
Please use the corresponding type-specific method instead.
first(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
first(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
first(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Deprecated.
Please use the corresponding type-specific method instead.
first(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Deprecated.
Please use the corresponding type-specific method instead.
first(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
first(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Deprecated.
Please use the corresponding type-specific method instead.
first(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Deprecated.
Please use the corresponding type-specific method instead.
first(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
first(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
first(Double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Deprecated.
Please use the corresponding type-specific method instead.
first(Double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Deprecated.
Please use the corresponding type-specific method instead.
first(Double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
first(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Deprecated.
Please use the corresponding type-specific method instead.
first(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Deprecated.
Please use the corresponding type-specific method instead.
first(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
first(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
Please use the corresponding type-specific method instead.
first(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
Please use the corresponding type-specific method instead.
first(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
firstByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFIFOQueue
 
firstByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayPriorityQueue
 
firstByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
 
firstByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Returns the left element of this pair.
firstByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Returns the left element of this pair.
firstByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Returns the left element of this pair.
firstByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapPriorityQueue
 
firstByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Returns the left element of this pair.
firstByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Returns the first element of this set in iteration order.
firstByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Returns the first element of this set in iteration order.
firstByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Returns the left element of this pair.
firstByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Returns the left element of this pair.
firstByte() - Method in interface it.unimi.dsi.fastutil.bytes.BytePriorityQueue
Returns the first element of the queue.
firstByte() - Method in class it.unimi.dsi.fastutil.bytes.BytePriorityQueues.SynchronizedPriorityQueue
 
firstByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
 
firstByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Returns the left element of this pair.
firstByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteSortedSet
Returns the first (lowest) element currently in this set.
firstByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.EmptySet
 
firstByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.Singleton
 
firstByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
firstByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
 
firstByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMap
Returns the first (lowest) key currently in this map.
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.EmptySortedMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.Singleton
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.SynchronizedSortedMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.UnmodifiableSortedMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
 
firstByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharSortedMap
Returns the first (lowest) key currently in this map.
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.EmptySortedMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.Singleton
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.SynchronizedSortedMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.UnmodifiableSortedMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
 
firstByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap
Returns the first (lowest) key currently in this map.
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.EmptySortedMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.UnmodifiableSortedMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
 
firstByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntSortedMap
Returns the first (lowest) key currently in this map.
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.EmptySortedMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.Singleton
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.SynchronizedSortedMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.UnmodifiableSortedMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
 
firstByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongSortedMap
Returns the first (lowest) key currently in this map.
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.EmptySortedMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.Singleton
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.SynchronizedSortedMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.UnmodifiableSortedMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
 
firstByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap
Returns the first (lowest) key currently in this map.
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.EmptySortedMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.UnmodifiableSortedMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
firstByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Returns the first (lowest) key currently in this map.
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
 
firstChar() - Method in class it.unimi.dsi.fastutil.chars.CharArrayFIFOQueue
 
firstChar() - Method in class it.unimi.dsi.fastutil.chars.CharArrayPriorityQueue
 
firstChar() - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
firstChar() - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Returns the left element of this pair.
firstChar() - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Returns the left element of this pair.
firstChar() - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Returns the left element of this pair.
firstChar() - Method in class it.unimi.dsi.fastutil.chars.CharHeapPriorityQueue
 
firstChar() - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Returns the left element of this pair.
firstChar() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Returns the first element of this set in iteration order.
firstChar() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Returns the first element of this set in iteration order.
firstChar() - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Returns the left element of this pair.
firstChar() - Method in interface it.unimi.dsi.fastutil.chars.CharObjectPair
Returns the left element of this pair.
firstChar() - Method in interface it.unimi.dsi.fastutil.chars.CharPriorityQueue
Returns the first element of the queue.
firstChar() - Method in class it.unimi.dsi.fastutil.chars.CharPriorityQueues.SynchronizedPriorityQueue
 
firstChar() - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
firstChar() - Method in interface it.unimi.dsi.fastutil.chars.CharReferencePair
Returns the left element of this pair.
firstChar() - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Returns the first (lowest) element currently in this set.
firstChar() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
 
firstChar() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
 
firstChar() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
firstChar() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
 
firstCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteSortedMap
Returns the first (lowest) key currently in this map.
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.EmptySortedMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.Singleton
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.SynchronizedSortedMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.UnmodifiableSortedMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
 
firstCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharSortedMap
Returns the first (lowest) key currently in this map.
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.EmptySortedMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.Singleton
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.SynchronizedSortedMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.UnmodifiableSortedMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
firstCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Returns the first (lowest) key currently in this map.
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
 
firstCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntSortedMap
Returns the first (lowest) key currently in this map.
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.EmptySortedMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.UnmodifiableSortedMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
 
firstCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2LongSortedMap
Returns the first (lowest) key currently in this map.
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.EmptySortedMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.Singleton
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.SynchronizedSortedMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.UnmodifiableSortedMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
 
firstCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectSortedMap
Returns the first (lowest) key currently in this map.
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.EmptySortedMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.Singleton
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.SynchronizedSortedMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.UnmodifiableSortedMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
 
firstCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMap
Returns the first (lowest) key currently in this map.
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.EmptySortedMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.Singleton
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.SynchronizedSortedMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.UnmodifiableSortedMap
 
firstDouble() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Returns the left element of this pair.
firstDouble() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Returns the left element of this pair.
firstDouble() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleReferencePair
Returns the left element of this pair.
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
firstDoubleKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Returns the first (lowest) key currently in this map.
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
 
firstDoubleKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharSortedMap
Returns the first (lowest) key currently in this map.
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.EmptySortedMap
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.Singleton
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.SynchronizedSortedMap
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.UnmodifiableSortedMap
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
 
firstDoubleKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMap
Returns the first (lowest) key currently in this map.
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.EmptySortedMap
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.Singleton
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.SynchronizedSortedMap
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.UnmodifiableSortedMap
 
firstInt() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Returns the left element of this pair.
firstInt() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Returns the left element of this pair.
firstInt() - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
Returns the left element of this pair.
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
 
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
 
firstIntKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteSortedMap
Returns the first (lowest) key currently in this map.
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.EmptySortedMap
 
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.Singleton
 
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.SynchronizedSortedMap
 
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.UnmodifiableSortedMap
 
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
 
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
 
firstIntKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2CharSortedMap
Returns the first (lowest) key currently in this map.
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.EmptySortedMap
 
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.Singleton
 
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.SynchronizedSortedMap
 
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.UnmodifiableSortedMap
 
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
firstIntKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Returns the first (lowest) key currently in this map.
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
 
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
 
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
 
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
 
firstKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.EmptySortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.UnmodifiableSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.EmptySortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.Singleton
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.SynchronizedSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.UnmodifiableSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.EmptySortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.Singleton
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.UnmodifiableSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.EmptySortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.Singleton
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.UnmodifiableSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.EmptySortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.Singleton
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.SynchronizedSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.UnmodifiableSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.EmptySortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.Singleton
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.SynchronizedSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.UnmodifiableSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.EmptySortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.Singleton
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.SynchronizedSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.UnmodifiableSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.EmptySortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.Singleton
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.SynchronizedSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.UnmodifiableSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.EmptySortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.Singleton
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.SynchronizedSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.UnmodifiableSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.EmptySortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.Singleton
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.UnmodifiableSortedMap
 
firstLong() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Returns the left element of this pair.
firstLong() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Returns the left element of this pair.
firstLong() - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Returns the left element of this pair.
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
firstLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Returns the first (lowest) key currently in this map.
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
 
firstLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2CharSortedMap
Returns the first (lowest) key currently in this map.
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.EmptySortedMap
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.Singleton
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.SynchronizedSortedMap
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.UnmodifiableSortedMap
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
firstLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
Returns the first (lowest) key currently in this map.
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
 
Float2ByteFunction - Interface in it.unimi.dsi.fastutil.floats
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Float2CharFunction - Interface in it.unimi.dsi.fastutil.floats
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Float2ReferenceFunction<V> - Interface in it.unimi.dsi.fastutil.floats
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
forEach(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
forEach(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
forEach(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
forEach(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
forEach(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
forEach(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
forEach(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
forEach(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
forEach(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
 
forEach(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
 
forEach(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
forEach(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
 
forEach(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
 
forEach(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.Singleton
 
forEach(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
forEach(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
forEach(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
forEach(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
forEach(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
 
forEach(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
forEach(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
forEach(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
 
forEach(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
 
forEach(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
 
forEach(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
forEach(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
 
forEach(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
 
forEach(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
forEach(BiConsumer<? super Byte, ? super Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
 
forEach(BiConsumer<? super Byte, ? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.EmptyMap
 
forEach(BiConsumer<? super Byte, ? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
 
forEach(BiConsumer<? super Byte, ? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
 
forEach(BiConsumer<? super Byte, ? super Character>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
 
forEach(BiConsumer<? super Byte, ? super Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.EmptyMap
 
forEach(BiConsumer<? super Byte, ? super Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
 
forEach(BiConsumer<? super Byte, ? super Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
 
forEach(BiConsumer<? super Byte, ? super Double>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
 
forEach(BiConsumer<? super Byte, ? super Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.EmptyMap
 
forEach(BiConsumer<? super Byte, ? super Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
 
forEach(BiConsumer<? super Byte, ? super Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
 
forEach(BiConsumer<? super Byte, ? super Integer>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
 
forEach(BiConsumer<? super Byte, ? super Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.EmptyMap
 
forEach(BiConsumer<? super Byte, ? super Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
 
forEach(BiConsumer<? super Byte, ? super Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
 
forEach(BiConsumer<? super Byte, ? super Long>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
 
forEach(BiConsumer<? super Byte, ? super Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.EmptyMap
 
forEach(BiConsumer<? super Byte, ? super Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
 
forEach(BiConsumer<? super Byte, ? super Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
 
forEach(BiConsumer<? super Byte, ? super V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
 
forEach(BiConsumer<? super Byte, ? super V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.EmptyMap
 
forEach(BiConsumer<? super Byte, ? super V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
 
forEach(BiConsumer<? super Byte, ? super V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
 
forEach(BiConsumer<? super Byte, ? super V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
 
forEach(BiConsumer<? super Byte, ? super V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
forEach(BiConsumer<? super Byte, ? super V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
forEach(BiConsumer<? super Byte, ? super V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
forEach(BiConsumer<? super Character, ? super Byte>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
 
forEach(BiConsumer<? super Character, ? super Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.EmptyMap
 
forEach(BiConsumer<? super Character, ? super Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
 
forEach(BiConsumer<? super Character, ? super Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
 
forEach(BiConsumer<? super Character, ? super Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
 
forEach(BiConsumer<? super Character, ? super Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.EmptyMap
 
forEach(BiConsumer<? super Character, ? super Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
 
forEach(BiConsumer<? super Character, ? super Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
 
forEach(BiConsumer<? super Character, ? super Double>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
 
forEach(BiConsumer<? super Character, ? super Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
forEach(BiConsumer<? super Character, ? super Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
forEach(BiConsumer<? super Character, ? super Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
forEach(BiConsumer<? super Character, ? super Integer>) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
 
forEach(BiConsumer<? super Character, ? super Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.EmptyMap
 
forEach(BiConsumer<? super Character, ? super Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
 
forEach(BiConsumer<? super Character, ? super Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
 
forEach(BiConsumer<? super Character, ? super Long>) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
 
forEach(BiConsumer<? super Character, ? super Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.EmptyMap
 
forEach(BiConsumer<? super Character, ? super Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
 
forEach(BiConsumer<? super Character, ? super Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
 
forEach(BiConsumer<? super Character, ? super V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
 
forEach(BiConsumer<? super Character, ? super V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.EmptyMap
 
forEach(BiConsumer<? super Character, ? super V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
 
forEach(BiConsumer<? super Character, ? super V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
 
forEach(BiConsumer<? super Character, ? super V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
 
forEach(BiConsumer<? super Character, ? super V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.EmptyMap
 
forEach(BiConsumer<? super Character, ? super V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
 
forEach(BiConsumer<? super Character, ? super V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
 
forEach(BiConsumer<? super Double, ? super Byte>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
 
forEach(BiConsumer<? super Double, ? super Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
forEach(BiConsumer<? super Double, ? super Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
forEach(BiConsumer<? super Double, ? super Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
forEach(BiConsumer<? super Double, ? super Character>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
 
forEach(BiConsumer<? super Double, ? super Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.EmptyMap
 
forEach(BiConsumer<? super Double, ? super Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
 
forEach(BiConsumer<? super Double, ? super Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
 
forEach(BiConsumer<? super Double, ? super V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
 
forEach(BiConsumer<? super Double, ? super V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.EmptyMap
 
forEach(BiConsumer<? super Double, ? super V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
 
forEach(BiConsumer<? super Double, ? super V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
 
forEach(BiConsumer<? super Integer, ? super Byte>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
 
forEach(BiConsumer<? super Integer, ? super Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.EmptyMap
 
forEach(BiConsumer<? super Integer, ? super Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
 
forEach(BiConsumer<? super Integer, ? super Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
 
forEach(BiConsumer<? super Integer, ? super Character>) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
 
forEach(BiConsumer<? super Integer, ? super Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.EmptyMap
 
forEach(BiConsumer<? super Integer, ? super Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
 
forEach(BiConsumer<? super Integer, ? super Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
 
forEach(BiConsumer<? super Integer, ? super V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
 
forEach(BiConsumer<? super Integer, ? super V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
 
forEach(BiConsumer<? super Integer, ? super V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
forEach(BiConsumer<? super Integer, ? super V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
forEach(BiConsumer<? super Long, ? super Byte>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
 
forEach(BiConsumer<? super Long, ? super Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
forEach(BiConsumer<? super Long, ? super Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
forEach(BiConsumer<? super Long, ? super Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
forEach(BiConsumer<? super Long, ? super Character>) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
 
forEach(BiConsumer<? super Long, ? super Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.EmptyMap
 
forEach(BiConsumer<? super Long, ? super Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
 
forEach(BiConsumer<? super Long, ? super Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
 
forEach(BiConsumer<? super Long, ? super V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
 
forEach(BiConsumer<? super Long, ? super V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
 
forEach(BiConsumer<? super Long, ? super V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
forEach(BiConsumer<? super Long, ? super V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
forEach(BiConsumer<? super K, ? super Byte>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
 
forEach(BiConsumer<? super K, ? super Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
forEach(BiConsumer<? super K, ? super Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
forEach(BiConsumer<? super K, ? super Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
forEach(BiConsumer<? super K, ? super Byte>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
 
forEach(BiConsumer<? super K, ? super Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
forEach(BiConsumer<? super K, ? super Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
forEach(BiConsumer<? super K, ? super Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
forEach(BiConsumer<? super K, ? super Character>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
 
forEach(BiConsumer<? super K, ? super Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.EmptyMap
 
forEach(BiConsumer<? super K, ? super Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
forEach(BiConsumer<? super K, ? super Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
 
forEach(BiConsumer<? super K, ? super Character>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
 
forEach(BiConsumer<? super K, ? super Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.EmptyMap
 
forEach(BiConsumer<? super K, ? super Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
forEach(BiConsumer<? super K, ? super Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
 
forEach(BiConsumer<? super K, ? super Double>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
 
forEach(BiConsumer<? super K, ? super Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
 
forEach(BiConsumer<? super K, ? super Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
forEach(BiConsumer<? super K, ? super Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
forEach(BiConsumer<? super K, ? super Integer>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
 
forEach(BiConsumer<? super K, ? super Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.EmptyMap
 
forEach(BiConsumer<? super K, ? super Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
forEach(BiConsumer<? super K, ? super Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
 
forEach(BiConsumer<? super K, ? super Long>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
 
forEach(BiConsumer<? super K, ? super Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.EmptyMap
 
forEach(BiConsumer<? super K, ? super Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
forEach(BiConsumer<? super K, ? super Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
 
forEach(BiConsumer<? super K, ? super V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
 
forEach(BiConsumer<? super K, ? super V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.EmptyMap
 
forEach(BiConsumer<? super K, ? super V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
forEach(BiConsumer<? super K, ? super V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
forEach(BiConsumer<? super K, ? super V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectMap
 
forEach(BiConsumer<? super K, ? super V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.EmptyMap
 
forEach(BiConsumer<? super K, ? super V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.SynchronizedMap
 
forEach(BiConsumer<? super K, ? super V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.UnmodifiableMap
 
forEach(BiConsumer<? super K, ? super V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
 
forEach(BiConsumer<? super K, ? super V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.EmptyMap
 
forEach(BiConsumer<? super K, ? super V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
forEach(BiConsumer<? super K, ? super V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
forEach(Consumer<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
Deprecated.
forEach(Consumer<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
Deprecated.
forEach(Consumer<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.Singleton
Deprecated.
forEach(Consumer<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
Deprecated.
forEach(Consumer<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
Deprecated.
forEach(Consumer<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
Deprecated.
forEach(Consumer<? super K>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
forEach(Consumer<? super K>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
forEach(Consumer<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
forEach(Consumer<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
forEach(Consumer<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceCollections.EmptyCollection
 
forEach(Consumer<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
forEach(Consumer<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
forEach(Consumer<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
 
forEach(Consumer<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
 
forEach(Consumer<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
forEach(Consumer<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
 
forEach(Consumer<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
 
forEach(Consumer<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
forEachRemaining(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.AbstractIndexBasedBigIterator
 
forEachRemaining(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.BigListIteratorListIterator
 
forEachRemaining(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.EmptyBigListIterator
 
forEachRemaining(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.UnmodifiableBigListIterator
 
forEachRemaining(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigSpliterators.AbstractIndexBasedSpliterator
 
forEachRemaining(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedIterator
 
forEachRemaining(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
 
forEachRemaining(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableBidirectionalIterator
 
forEachRemaining(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableIterator
 
forEachRemaining(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableListIterator
 
forEachRemaining(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.AbstractIndexBasedSpliterator
 
forEachRemaining(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.EmptySpliterator
 
forEachRemaining(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.AbstractIndexBasedBigIterator
 
forEachRemaining(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.BigListIteratorListIterator
 
forEachRemaining(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.EmptyBigListIterator
 
forEachRemaining(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.UnmodifiableBigListIterator
 
forEachRemaining(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharBigSpliterators.AbstractIndexBasedSpliterator
 
forEachRemaining(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharIterators.AbstractIndexBasedIterator
 
forEachRemaining(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharIterators.EmptyIterator
 
forEachRemaining(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharIterators.UnmodifiableBidirectionalIterator
 
forEachRemaining(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharIterators.UnmodifiableIterator
 
forEachRemaining(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharIterators.UnmodifiableListIterator
 
forEachRemaining(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharSpliterators.AbstractIndexBasedSpliterator
 
forEachRemaining(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharSpliterators.EmptySpliterator
 
forEachRemaining(Consumer<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.BigListIteratorListIterator
Deprecated.
forEachRemaining(Consumer<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.EmptyBigListIterator
Deprecated.
forEachRemaining(Consumer<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.UnmodifiableBigListIterator
Deprecated.
forEachRemaining(Consumer<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
Deprecated.
forEachRemaining(Consumer<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableBidirectionalIterator
Deprecated.
forEachRemaining(Consumer<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableIterator
Deprecated.
forEachRemaining(Consumer<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableListIterator
Deprecated.
forEachRemaining(Consumer<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.EmptySpliterator
Deprecated.
forEachRemaining(Consumer<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.BigListIteratorListIterator
Deprecated.
forEachRemaining(Consumer<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.EmptyBigListIterator
Deprecated.
forEachRemaining(Consumer<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.UnmodifiableBigListIterator
Deprecated.
forEachRemaining(Consumer<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharIterators.EmptyIterator
Deprecated.
forEachRemaining(Consumer<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharIterators.UnmodifiableBidirectionalIterator
Deprecated.
forEachRemaining(Consumer<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharIterators.UnmodifiableIterator
Deprecated.
forEachRemaining(Consumer<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharIterators.UnmodifiableListIterator
Deprecated.
forEachRemaining(Consumer<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharSpliterators.EmptySpliterator
Deprecated.
from(byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSets
Returns an unmodifiable type-specific set containing elements greater than or equal to a given element.
from(char) - Static method in class it.unimi.dsi.fastutil.chars.CharSets
Returns an unmodifiable type-specific set containing elements greater than or equal to a given element.
fromTo(byte, byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Creates a type-specific list iterator over an interval.
fromTo(byte, byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSets
Returns an unmodifiable type-specific set containing elements in the given range.
fromTo(byte, byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Creates a type-specific spliterator over an interval.
fromTo(char, char) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Creates a type-specific list iterator over an interval.
fromTo(char, char) - Static method in class it.unimi.dsi.fastutil.chars.CharSets
Returns an unmodifiable type-specific set containing elements in the given range.
fromTo(char, char) - Static method in class it.unimi.dsi.fastutil.chars.CharSpliterators
Creates a type-specific spliterator over an interval.
front(byte[], int[], int, int[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSemiIndirectHeaps
Retrieves the front of a heap in a given array.
front(byte[], int[], int, int[], ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSemiIndirectHeaps
Retrieves the front of a heap in a given array using a given comparator.
front(char[], int[], int, int[]) - Static method in class it.unimi.dsi.fastutil.chars.CharSemiIndirectHeaps
Retrieves the front of a heap in a given array.
front(char[], int[], int, int[], CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharSemiIndirectHeaps
Retrieves the front of a heap in a given array using a given comparator.
front(int[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
Writes in the provided array the front of the queue, that is, the set of indices whose elements have the same priority as the top.
front(int[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapSemiIndirectPriorityQueue
Writes in the provided array the front of the queue, that is, the set of indices whose elements have the same priority as the top.
front(int[]) - Method in class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
Writes in the provided array the front of the queue, that is, the set of indices whose elements have the same priority as the top.
front(int[]) - Method in class it.unimi.dsi.fastutil.chars.CharHeapSemiIndirectPriorityQueue
Writes in the provided array the front of the queue, that is, the set of indices whose elements have the same priority as the top.

G

get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteArrayMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
 
get(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Returns the value to which the given key is mapped.
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.EmptyFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.PrimitiveFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.Singleton
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.SynchronizedFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.UnmodifiableFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharArrayMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
 
get(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Returns the value to which the given key is mapped.
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.EmptyFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.PrimitiveFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.Singleton
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.UnmodifiableFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.EmptyFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.PrimitiveFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.Singleton
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.UnmodifiableFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
 
get(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Returns the value to which the given key is mapped.
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntArrayMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.EmptyFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.PrimitiveFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.Singleton
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.UnmodifiableFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongArrayMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.EmptyFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.PrimitiveFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.Singleton
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.SynchronizedFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.UnmodifiableFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.EmptyFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.PrimitiveFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.Singleton
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.UnmodifiableFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
get(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Returns the value to which the given key is mapped.
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.PrimitiveFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.Singleton
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
get(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Returns the value to which the given key is mapped.
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteArrayMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
 
get(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Returns the value to which the given key is mapped.
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.EmptyFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.PrimitiveFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.Singleton
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.SynchronizedFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.UnmodifiableFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharArrayMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
 
get(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Returns the value to which the given key is mapped.
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.EmptyFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.PrimitiveFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.Singleton
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.SynchronizedFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.UnmodifiableFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.EmptyFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.PrimitiveFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.Singleton
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
get(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Returns the value to which the given key is mapped.
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.EmptyFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.PrimitiveFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.Singleton
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.UnmodifiableFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongArrayMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.EmptyFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.PrimitiveFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.Singleton
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.SynchronizedFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.UnmodifiableFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectArrayMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.EmptyFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.PrimitiveFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.Singleton
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceArrayMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
 
get(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Returns the value to which the given key is mapped.
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.EmptyFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.PrimitiveFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.Singleton
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.SynchronizedFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.UnmodifiableFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
 
get(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Returns the value to which the given key is mapped.
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.PrimitiveFunction
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.Singleton
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharArrayMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.EmptyFunction
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.PrimitiveFunction
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.Singleton
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.SynchronizedFunction
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.UnmodifiableFunction
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceArrayMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.EmptyFunction
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.PrimitiveFunction
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.Singleton
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.SynchronizedFunction
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.UnmodifiableFunction
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
 
get(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Returns the value to which the given key is mapped.
get(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Returns the value to which the given key is mapped.
get(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Returns the value to which the given key is mapped.
get(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedList
get(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedList
get(int) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteArrayMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.EmptyFunction
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.PrimitiveFunction
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.Singleton
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.UnmodifiableFunction
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharArrayMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.EmptyFunction
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.PrimitiveFunction
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.Singleton
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.UnmodifiableFunction
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.EmptyFunction
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.PrimitiveFunction
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.Singleton
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
get(int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList.ReferenceSubList
 
get(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
get(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
 
get(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
get(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
get(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
get(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
get(int, byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedList
Stores in the given array an array stored in this front-coded list.
get(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedList
Stores in the given array elements from an array stored in this front-coded list.
get(int, char[]) - Method in class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedList
Stores in the given array an array stored in this front-coded list.
get(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedList
Stores in the given array elements from an array stored in this front-coded list.
get(long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedBigList
get(long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedBigList
get(long) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.EmptyFunction
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.PrimitiveFunction
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.Singleton
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharArrayMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.EmptyFunction
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.PrimitiveFunction
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.Singleton
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.UnmodifiableFunction
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.EmptyFunction
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.PrimitiveFunction
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.Singleton
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
get(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
get(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
get(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
get(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
get(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.Singleton
 
get(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
 
get(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.UnmodifiableBigList
 
get(long, byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedBigList
Stores in the given array an array stored in this front-coded list.
get(long, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedBigList
Stores in the given array elements from an array stored in this front-coded list.
get(long, char[]) - Method in class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedBigList
Stores in the given array an array stored in this front-coded list.
get(long, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedBigList
Stores in the given array elements from an array stored in this front-coded list.
get(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Returns the value to which the given key is mapped.
get(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Returns the value to which the given key is mapped.
get(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.EmptyFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.Singleton
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.EmptyFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.Singleton
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
 
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
Returns the value to which the given key is mapped.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.EmptyFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.Singleton
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
getAndMoveToFirst(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToLast(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getArray(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedList
Returns an array stored in this front-coded list.
getArray(int) - Method in class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedList
Returns an array stored in this front-coded list.
getArray(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedBigList
Returns an array stored in this front-coded list.
getArray(long) - Method in class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedBigList
Returns an array stored in this front-coded list.
getByte(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
getByte(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
getByte(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
getByte(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns the element at the specified position in this list.
getByte(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
getByte(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
getByte(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
getByte(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
getByte(long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
 
getByte(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
getByte(long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Returns the element at the specified position.
getByte(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
getByte(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
getByte(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
getByte(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
getByte(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.PrimitiveFunction
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.Singleton
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
 
getByte(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
Returns the value to which the given key is mapped.
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.EmptyFunction
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.PrimitiveFunction
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.Singleton
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
getByteKey() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap.BasicEntry
 
getByteKey() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap.BasicEntry
 
getByteKey() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntry
 
getByteKey() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap.BasicEntry
 
getByteKey() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap.BasicEntry
 
getByteKey() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntry
 
getByteKey() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntry
 
getByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap.Entry
Returns the key corresponding to this entry.
getByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap.Entry
Returns the key corresponding to this entry.
getByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap.Entry
Returns the key corresponding to this entry.
getByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap.Entry
Returns the key corresponding to this entry.
getByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap.Entry
Returns the key corresponding to this entry.
getByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap.Entry
Returns the key corresponding to this entry.
getByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap.Entry
Returns the key corresponding to this entry.
getByteValue() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap.BasicEntry
 
getByteValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap.Entry
Returns the value corresponding to this entry.
getByteValue() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap.BasicEntry
 
getByteValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap.Entry
Returns the value corresponding to this entry.
getByteValue() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntry
 
getByteValue() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap.Entry
Returns the value corresponding to this entry.
getByteValue() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap.BasicEntry
 
getByteValue() - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap.Entry
Returns the value corresponding to this entry.
getByteValue() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntry
 
getByteValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap.Entry
Returns the value corresponding to this entry.
getByteValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntry
 
getByteValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntry
 
getByteValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap.Entry
Returns the value corresponding to this entry.
getByteValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap.Entry
Returns the value corresponding to this entry.
getChar(int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList.CharSubList
 
getChar(int) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
getChar(int) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
 
getChar(int) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Returns the element at the specified position in this list.
getChar(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
getChar(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
getChar(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
getChar(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
getChar(long) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList.CharSubList
 
getChar(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
getChar(long) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Returns the element at the specified position.
getChar(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
getChar(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
getChar(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
getChar(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
getChar(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
getChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharArrayMap
 
getChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
 
getChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.EmptyFunction
 
getChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.PrimitiveFunction
 
getChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.Singleton
 
getChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.SynchronizedFunction
 
getChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.UnmodifiableFunction
 
getChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
 
getChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
 
getChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
 
getChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
 
getChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
 
getChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharArrayMap
 
getChar(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
Returns the value to which the given key is mapped.
getChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.EmptyFunction
 
getChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.PrimitiveFunction
 
getChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.Singleton
 
getChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.SynchronizedFunction
 
getChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.UnmodifiableFunction
 
getChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
 
getChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
 
getChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
 
getCharKey() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap.BasicEntry
 
getCharKey() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap.BasicEntry
 
getCharKey() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntry
 
getCharKey() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap.BasicEntry
 
getCharKey() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap.BasicEntry
 
getCharKey() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap.BasicEntry
 
getCharKey() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap.BasicEntry
 
getCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap.Entry
Returns the key corresponding to this entry.
getCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap.Entry
Returns the key corresponding to this entry.
getCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap.Entry
Returns the key corresponding to this entry.
getCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap.Entry
Returns the key corresponding to this entry.
getCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap.Entry
Returns the key corresponding to this entry.
getCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap.Entry
Returns the key corresponding to this entry.
getCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap.Entry
Returns the key corresponding to this entry.
getCharValue() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap.BasicEntry
 
getCharValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap.Entry
Returns the value corresponding to this entry.
getCharValue() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap.BasicEntry
 
getCharValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap.Entry
Returns the value corresponding to this entry.
getCharValue() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap.BasicEntry
 
getCharValue() - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap.Entry
Returns the value corresponding to this entry.
getCharValue() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap.BasicEntry
 
getCharValue() - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap.Entry
Returns the value corresponding to this entry.
getCharValue() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap.BasicEntry
 
getCharValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap.Entry
Returns the value corresponding to this entry.
getCharValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap.BasicEntry
 
getCharValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap.BasicEntry
 
getCharValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap.Entry
Returns the value corresponding to this entry.
getCharValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap.Entry
Returns the value corresponding to this entry.
getDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
 
getDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.EmptyFunction
 
getDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.PrimitiveFunction
 
getDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.Singleton
 
getDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
 
getDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
 
getDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
 
getDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
 
getDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
 
getDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntry
 
getDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap.BasicEntry
 
getDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap.BasicEntry
 
getDoubleKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap.Entry
Returns the key corresponding to this entry.
getDoubleKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap.Entry
Returns the key corresponding to this entry.
getDoubleKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap.Entry
Returns the key corresponding to this entry.
getDoubleValue() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntry
 
getDoubleValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap.Entry
Returns the value corresponding to this entry.
getDoubleValue() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntry
 
getDoubleValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap.Entry
Returns the value corresponding to this entry.
getDoubleValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntry
 
getDoubleValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap.Entry
Returns the value corresponding to this entry.
getElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
getElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Copies (hopefully quickly) elements of this type-specific list into the given array.
getElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Copies element of this type-specific list into the given array using optimized system calls.
getElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Copies element of this type-specific list into the given array using optimized system calls.
getElements(int, byte[], int, int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Copies (hopefully quickly) elements of this type-specific list into the given array.
getElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
getElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
getElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
getElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
getElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList.CharSubList
 
getElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
Copies (hopefully quickly) elements of this type-specific list into the given array.
getElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
Copies element of this type-specific list into the given array using optimized system calls.
getElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Copies element of this type-specific list into the given array using optimized system calls.
getElements(int, char[], int, int) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Copies (hopefully quickly) elements of this type-specific list into the given array.
getElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
getElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
getElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
getElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
getElements(int, Object[], int, int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
Copies (hopefully quickly) elements of this type-specific list into the given array.
getElements(int, Object[], int, int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList.ReferenceSubList
 
getElements(int, Object[], int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Copies element of this type-specific list into the given array using optimized system calls.
getElements(int, Object[], int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Copies element of this type-specific list into the given array using optimized system calls.
getElements(int, Object[], int, int) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Copies (hopefully quickly) elements of this type-specific list into the given array.
getElements(int, Object[], int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
getElements(int, Object[], int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
getElements(int, Object[], int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
getElements(int, Object[], int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
getElements(long, byte[][], long, long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
 
getElements(long, byte[][], long, long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Copies (hopefully quickly) elements of this type-specific big list into the given big array.
getElements(long, byte[][], long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
Copies element of this type-specific list into the given big array using optimized system calls.
getElements(long, byte[][], long, long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Copies (hopefully quickly) elements of this type-specific big list into the given big array.
getElements(long, byte[][], long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
getElements(long, byte[][], long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
getElements(long, byte[][], long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
getElements(long, char[][], long, long) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList.CharSubList
 
getElements(long, char[][], long, long) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Copies (hopefully quickly) elements of this type-specific big list into the given big array.
getElements(long, char[][], long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
Copies element of this type-specific list into the given big array using optimized system calls.
getElements(long, char[][], long, long) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Copies (hopefully quickly) elements of this type-specific big list into the given big array.
getElements(long, char[][], long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
getElements(long, char[][], long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
getElements(long, char[][], long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
getElements(long, Object[][], long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Copies (hopefully quickly) elements of this type-specific big list into the given big array.
getElements(long, Object[][], long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
getElements(long, Object[][], long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Copies element of this type-specific list into the given big array using optimized system calls.
getElements(long, Object[][], long, long) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Copies (hopefully quickly) elements of this type-specific big list into the given big array.
getElements(long, Object[][], long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
getElements(long, Object[][], long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
 
getElements(long, Object[][], long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.UnmodifiableBigList
 
getFloat(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
Returns the value to which the given key is mapped.
getInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntArrayMap
 
getInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.EmptyFunction
 
getInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.PrimitiveFunction
 
getInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.Singleton
 
getInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.SynchronizedFunction
 
getInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.UnmodifiableFunction
 
getInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
 
getInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
 
getInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
 
getIntKey() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap.BasicEntry
 
getIntKey() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap.BasicEntry
 
getIntKey() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntry
 
getIntKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap.Entry
Returns the key corresponding to this entry.
getIntKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap.Entry
Returns the key corresponding to this entry.
getIntKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap.Entry
Returns the key corresponding to this entry.
getIntValue() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap.BasicEntry
 
getIntValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap.Entry
Returns the value corresponding to this entry.
getIntValue() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap.BasicEntry
 
getIntValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap.Entry
Returns the value corresponding to this entry.
getIntValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap.BasicEntry
 
getIntValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap.Entry
Returns the value corresponding to this entry.
getKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getKey() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntry
 
getKey() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap.BasicEntry
 
getKey() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntry
 
getKey() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntry
 
getKey() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap.BasicEntry
 
getKey() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntry
 
getKey() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap.BasicEntry
 
getKey() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap.BasicEntry
 
getKey() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectMap.BasicEntry
 
getKey() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntry
 
getLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongArrayMap
 
getLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.EmptyFunction
 
getLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.PrimitiveFunction
 
getLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.Singleton
 
getLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.SynchronizedFunction
 
getLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.UnmodifiableFunction
 
getLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
 
getLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
 
getLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
 
getLongKey() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntry
 
getLongKey() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap.BasicEntry
 
getLongKey() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntry
 
getLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap.Entry
Returns the key corresponding to this entry.
getLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap.Entry
Returns the key corresponding to this entry.
getLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap.Entry
Returns the key corresponding to this entry.
getLongValue() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap.BasicEntry
 
getLongValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap.Entry
Returns the value corresponding to this entry.
getLongValue() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap.BasicEntry
 
getLongValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap.Entry
Returns the value corresponding to this entry.
getLongValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap.BasicEntry
 
getLongValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap.Entry
Returns the value corresponding to this entry.
getOrDefault(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.EmptyFunction
 
getOrDefault(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.PrimitiveFunction
 
getOrDefault(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.Singleton
 
getOrDefault(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.SynchronizedFunction
 
getOrDefault(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.UnmodifiableFunction
 
getOrDefault(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.EmptyMap
 
getOrDefault(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
 
getOrDefault(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
 
getOrDefault(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, char) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.EmptyFunction
 
getOrDefault(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.PrimitiveFunction
 
getOrDefault(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.Singleton
 
getOrDefault(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
 
getOrDefault(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.UnmodifiableFunction
 
getOrDefault(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, char) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.EmptyMap
 
getOrDefault(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
 
getOrDefault(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
 
getOrDefault(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.EmptyFunction
 
getOrDefault(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.PrimitiveFunction
 
getOrDefault(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.Singleton
 
getOrDefault(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
 
getOrDefault(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.UnmodifiableFunction
 
getOrDefault(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.EmptyMap
 
getOrDefault(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
 
getOrDefault(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
 
getOrDefault(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, float) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.EmptyFunction
 
getOrDefault(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.PrimitiveFunction
 
getOrDefault(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.Singleton
 
getOrDefault(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
 
getOrDefault(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.UnmodifiableFunction
 
getOrDefault(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.EmptyMap
 
getOrDefault(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
 
getOrDefault(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
 
getOrDefault(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.EmptyFunction
 
getOrDefault(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.PrimitiveFunction
 
getOrDefault(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.Singleton
 
getOrDefault(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.SynchronizedFunction
 
getOrDefault(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.UnmodifiableFunction
 
getOrDefault(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, long) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.EmptyMap
 
getOrDefault(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
 
getOrDefault(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
 
getOrDefault(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, short) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.EmptyFunction
 
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.PrimitiveFunction
 
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.Singleton
 
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
 
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.UnmodifiableFunction
 
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.EmptyMap
 
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
 
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
 
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.PrimitiveFunction
 
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.Singleton
 
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.EmptyFunction
 
getOrDefault(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.PrimitiveFunction
 
getOrDefault(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.Singleton
 
getOrDefault(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.SynchronizedFunction
 
getOrDefault(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.UnmodifiableFunction
 
getOrDefault(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.EmptyMap
 
getOrDefault(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
 
getOrDefault(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
 
getOrDefault(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.EmptyFunction
 
getOrDefault(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.PrimitiveFunction
 
getOrDefault(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.Singleton
 
getOrDefault(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.SynchronizedFunction
 
getOrDefault(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.UnmodifiableFunction
 
getOrDefault(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.EmptyMap
 
getOrDefault(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
 
getOrDefault(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
 
getOrDefault(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.EmptyFunction
 
getOrDefault(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.PrimitiveFunction
 
getOrDefault(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.Singleton
 
getOrDefault(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
getOrDefault(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
getOrDefault(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
getOrDefault(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
getOrDefault(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
getOrDefault(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, float) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.EmptyFunction
 
getOrDefault(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.PrimitiveFunction
 
getOrDefault(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.Singleton
 
getOrDefault(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
 
getOrDefault(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.UnmodifiableFunction
 
getOrDefault(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, int) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.EmptyMap
 
getOrDefault(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
 
getOrDefault(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
 
getOrDefault(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.EmptyFunction
 
getOrDefault(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.PrimitiveFunction
 
getOrDefault(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.Singleton
 
getOrDefault(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.SynchronizedFunction
 
getOrDefault(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.UnmodifiableFunction
 
getOrDefault(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, long) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.EmptyMap
 
getOrDefault(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
 
getOrDefault(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
 
getOrDefault(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, short) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.EmptyFunction
 
getOrDefault(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.PrimitiveFunction
 
getOrDefault(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.Singleton
 
getOrDefault(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
getOrDefault(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
getOrDefault(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.EmptyMap
 
getOrDefault(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
 
getOrDefault(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
 
getOrDefault(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.EmptyFunction
 
getOrDefault(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.PrimitiveFunction
 
getOrDefault(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.Singleton
 
getOrDefault(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.SynchronizedFunction
 
getOrDefault(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.UnmodifiableFunction
 
getOrDefault(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.EmptyMap
 
getOrDefault(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
 
getOrDefault(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
 
getOrDefault(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
getOrDefault(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.PrimitiveFunction
 
getOrDefault(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.Singleton
 
getOrDefault(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
getOrDefault(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
getOrDefault(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(double, byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
getOrDefault(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
getOrDefault(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
getOrDefault(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.EmptyFunction
 
getOrDefault(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.PrimitiveFunction
 
getOrDefault(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.Singleton
 
getOrDefault(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.SynchronizedFunction
 
getOrDefault(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.UnmodifiableFunction
 
getOrDefault(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(double, char) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.EmptyMap
 
getOrDefault(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
 
getOrDefault(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
 
getOrDefault(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.EmptyFunction
 
getOrDefault(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.PrimitiveFunction
 
getOrDefault(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.Singleton
 
getOrDefault(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.SynchronizedFunction
 
getOrDefault(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.UnmodifiableFunction
 
getOrDefault(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(double, V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.EmptyMap
 
getOrDefault(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
 
getOrDefault(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
 
getOrDefault(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(float, byte) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(float, char) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(float, V) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.EmptyFunction
 
getOrDefault(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.PrimitiveFunction
 
getOrDefault(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.Singleton
 
getOrDefault(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
 
getOrDefault(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.UnmodifiableFunction
 
getOrDefault(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(int, byte) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.EmptyMap
 
getOrDefault(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
 
getOrDefault(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
 
getOrDefault(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.EmptyFunction
 
getOrDefault(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.PrimitiveFunction
 
getOrDefault(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.Singleton
 
getOrDefault(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
 
getOrDefault(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.UnmodifiableFunction
 
getOrDefault(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(int, char) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.EmptyMap
 
getOrDefault(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
 
getOrDefault(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
 
getOrDefault(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.EmptyFunction
 
getOrDefault(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.PrimitiveFunction
 
getOrDefault(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.Singleton
 
getOrDefault(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
getOrDefault(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
getOrDefault(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(int, V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
 
getOrDefault(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
getOrDefault(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
getOrDefault(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.EmptyFunction
 
getOrDefault(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.PrimitiveFunction
 
getOrDefault(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.Singleton
 
getOrDefault(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
getOrDefault(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
getOrDefault(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
getOrDefault(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
getOrDefault(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
getOrDefault(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.EmptyFunction
 
getOrDefault(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.PrimitiveFunction
 
getOrDefault(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.Singleton
 
getOrDefault(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
 
getOrDefault(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.UnmodifiableFunction
 
getOrDefault(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, char) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.EmptyMap
 
getOrDefault(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
 
getOrDefault(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
 
getOrDefault(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.EmptyFunction
 
getOrDefault(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.PrimitiveFunction
 
getOrDefault(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.Singleton
 
getOrDefault(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
getOrDefault(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
getOrDefault(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
 
getOrDefault(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
getOrDefault(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
getOrDefault(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(short, byte) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(short, char) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(short, V) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.PrimitiveFunction
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.Singleton
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.EmptyFunction
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.PrimitiveFunction
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.Singleton
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.EmptyFunction
 
getOrDefault(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.PrimitiveFunction
 
getOrDefault(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.Singleton
 
getOrDefault(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.SynchronizedFunction
 
getOrDefault(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.UnmodifiableFunction
 
getOrDefault(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, char) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.EmptyMap
 
getOrDefault(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
getOrDefault(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
 
getOrDefault(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, char) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.EmptyFunction
 
getOrDefault(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.PrimitiveFunction
 
getOrDefault(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.Singleton
 
getOrDefault(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.SynchronizedFunction
 
getOrDefault(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.UnmodifiableFunction
 
getOrDefault(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, char) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.EmptyMap
 
getOrDefault(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
getOrDefault(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
 
getOrDefault(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.EmptyFunction
 
getOrDefault(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.PrimitiveFunction
 
getOrDefault(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.Singleton
 
getOrDefault(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
 
getOrDefault(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
 
getOrDefault(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
 
getOrDefault(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
getOrDefault(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
getOrDefault(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.EmptyFunction
 
getOrDefault(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.PrimitiveFunction
 
getOrDefault(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.Singleton
 
getOrDefault(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.SynchronizedFunction
 
getOrDefault(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.UnmodifiableFunction
 
getOrDefault(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, int) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.EmptyMap
 
getOrDefault(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
getOrDefault(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
 
getOrDefault(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.EmptyFunction
 
getOrDefault(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.PrimitiveFunction
 
getOrDefault(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.Singleton
 
getOrDefault(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.SynchronizedFunction
 
getOrDefault(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.UnmodifiableFunction
 
getOrDefault(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, long) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.EmptyMap
 
getOrDefault(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
getOrDefault(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
 
getOrDefault(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.EmptyMap
Deprecated.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.EmptyMap
Deprecated.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
Deprecated.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.EmptyMap
Deprecated.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
Deprecated.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
Deprecated.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
Deprecated.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.EmptyMap
Deprecated.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.EmptyMap
Deprecated.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.EmptyMap
Deprecated.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.EmptyMap
Deprecated.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.EmptyMap
Deprecated.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.EmptyMap
Deprecated.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.EmptyMap
Deprecated.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.EmptyMap
Deprecated.
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
Deprecated.
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
Deprecated.
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Float) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Float) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Integer) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.EmptyMap
Deprecated.
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Integer) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.EmptyMap
Deprecated.
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Integer) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.EmptyMap
Deprecated.
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Long) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.EmptyMap
Deprecated.
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Long) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.EmptyMap
Deprecated.
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Long) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.EmptyMap
Deprecated.
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Short) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Short) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.EmptyMap
Deprecated.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
Deprecated.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.EmptyMap
Deprecated.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.EmptyMap
Deprecated.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.EmptyMap
Deprecated.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
Deprecated.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
Deprecated.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.EmptyFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.Singleton
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.EmptyMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.EmptyFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.Singleton
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.SynchronizedFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.UnmodifiableFunction
 
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.EmptyMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.SynchronizedMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.UnmodifiableMap
 
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.EmptyFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.Singleton
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.EmptyMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
getShort(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
Returns the value to which the given key is mapped.
getValue() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntry
 
getValue() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntry
 
getValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getValue() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap.BasicEntry
 
getValue() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap.BasicEntry
 
getValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getValue() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap.BasicEntry
 
getValue() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getValue() - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getValue() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntry
 
getValue() - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getValue() - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getValue() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntry
 
getValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntry
 
getValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectMap.BasicEntry
 
getValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntry
 
getValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Returns the hash code for this big list, which is identical to List.hashCode().
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Returns the hash code for this list, which is identical to List.hashCode().
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteByteImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteByteMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteCharImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteCharMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteIntImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteIntMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteLongImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteLongMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.BytePriorityQueues.SynchronizedPriorityQueue
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.UnmodifiableSet
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Returns the hash code for this big list, which is identical to List.hashCode().
hashCode() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
Returns the hash code for this list, which is identical to List.hashCode().
hashCode() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharByteImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharByteMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharCharImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharCharMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharDoubleImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharDoubleMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharIntImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharIntMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharLongImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharLongMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharObjectImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharObjectMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharPriorityQueues.SynchronizedPriorityQueue
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharReferenceImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharReferenceMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharSets.UnmodifiableSet
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.DoubleByteImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.DoubleByteMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.DoubleCharImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.DoubleCharMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.DoubleReferenceImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.DoubleReferenceMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntByteImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntByteMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntCharImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntCharMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntReferenceImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntReferenceMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongByteImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongByteMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongCharImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongCharMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongReferenceImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongReferenceMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Returns the hash code for this big list, which is identical to List.hashCode().
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
Returns the hash code for this list, which is identical to List.hashCode().
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ObjectByteImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ObjectByteMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ObjectCharImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ObjectCharMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ObjectReferenceImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ObjectReferenceMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.UnmodifiableBigList
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceByteImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceByteMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceCharImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceCharMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceCollections.EmptyCollection
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceDoubleImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceDoubleMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceIntImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceIntMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLongImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLongMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceObjectImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceObjectMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceReferenceImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceReferenceMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.UnmodifiableSet
 
hashCode(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteHash.Strategy
Returns the hash code of the specified element with respect to this hash strategy.
hashCode(char) - Method in interface it.unimi.dsi.fastutil.chars.CharHash.Strategy
Returns the hash code of the specified element with respect to this hash strategy.
hasNext() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.AbstractIndexBasedBigIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.BigListIteratorListIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.EmptyBigListIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.UnmodifiableBigListIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableBidirectionalIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableListIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.AbstractIndexBasedBigIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.BigListIteratorListIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.EmptyBigListIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.UnmodifiableBigListIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.AbstractIndexBasedIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.EmptyIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.UnmodifiableBidirectionalIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.UnmodifiableIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.UnmodifiableListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.AbstractIndexBasedBigListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.BigListIteratorListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.EmptyBigListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.UnmodifiableBigListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableBidirectionalIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.AbstractIndexBasedBigListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.BigListIteratorListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.EmptyBigListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.UnmodifiableBigListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.AbstractIndexBasedListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.EmptyIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.UnmodifiableBidirectionalIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.UnmodifiableListIterator
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
 
headMap(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.EmptySortedMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.Singleton
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.SynchronizedSortedMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.UnmodifiableSortedMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
 
headMap(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.EmptySortedMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.Singleton
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.SynchronizedSortedMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.UnmodifiableSortedMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
 
headMap(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.EmptySortedMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.UnmodifiableSortedMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
 
headMap(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.EmptySortedMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.Singleton
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.SynchronizedSortedMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.UnmodifiableSortedMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
 
headMap(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.EmptySortedMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.Singleton
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.SynchronizedSortedMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.UnmodifiableSortedMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
 
headMap(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.EmptySortedMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.UnmodifiableSortedMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
headMap(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
 
headMap(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.EmptySortedMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.Singleton
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.SynchronizedSortedMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.UnmodifiableSortedMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
 
headMap(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.EmptySortedMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.Singleton
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.SynchronizedSortedMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.UnmodifiableSortedMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
headMap(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
 
headMap(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.EmptySortedMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.UnmodifiableSortedMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
 
headMap(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.EmptySortedMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.Singleton
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.SynchronizedSortedMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.UnmodifiableSortedMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
 
headMap(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.EmptySortedMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.Singleton
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.SynchronizedSortedMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.UnmodifiableSortedMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
 
headMap(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.EmptySortedMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.Singleton
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.SynchronizedSortedMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.UnmodifiableSortedMap
 
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
headMap(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
 
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
 
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
 
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
 
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
 
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
 
headMap(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.EmptySortedMap
 
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.Singleton
 
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.SynchronizedSortedMap
 
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.UnmodifiableSortedMap
 
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
 
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
 
headMap(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.EmptySortedMap
 
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.Singleton
 
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.SynchronizedSortedMap
 
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.UnmodifiableSortedMap
 
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
 
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
 
headMap(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.EmptySortedMap
 
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.Singleton
 
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.SynchronizedSortedMap
 
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.UnmodifiableSortedMap
 
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
 
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
 
headMap(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.EmptySortedMap
 
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.Singleton
 
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.SynchronizedSortedMap
 
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.UnmodifiableSortedMap
 
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
headMap(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
 
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
 
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
 
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
headMap(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
 
headMap(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.EmptySortedMap
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.Singleton
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.SynchronizedSortedMap
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.UnmodifiableSortedMap
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
headMap(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
 
headMap(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
headMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.EmptySortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.UnmodifiableSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
 
headMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.EmptySortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.Singleton
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.SynchronizedSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.UnmodifiableSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
headMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.EmptySortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.Singleton
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.UnmodifiableSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.EmptySortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.Singleton
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.UnmodifiableSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.EmptySortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.Singleton
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.SynchronizedSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.UnmodifiableSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.EmptySortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.Singleton
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.SynchronizedSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.UnmodifiableSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.EmptySortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.Singleton
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.SynchronizedSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.UnmodifiableSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.EmptySortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.Singleton
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.SynchronizedSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.UnmodifiableSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.EmptySortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.Singleton
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.SynchronizedSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.UnmodifiableSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.EmptySortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.Singleton
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.UnmodifiableSortedMap
 
headSet(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
 
headSet(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
 
headSet(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteSortedSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.EmptySet
 
headSet(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.Singleton
 
headSet(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
headSet(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
headSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
headSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
headSet(char) - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
 
headSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
 
headSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
headSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
headSet(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
headSet(Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
headSet(Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headSet(Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
headSet(Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
headSet(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
headSet(Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
headSet(Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headSet(Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
headSet(Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(K) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceSortedSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.EmptySet
 
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.Singleton
 
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 

I

identity() - Static method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
identity() - Static method in interface it.unimi.dsi.fastutil.bytes.ByteUnaryOperator
Returns a UnaryOperator that always returns the input unmodified.
identity() - Static method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
identity() - Static method in interface it.unimi.dsi.fastutil.chars.CharUnaryOperator
Returns a UnaryOperator that always returns the input unmodified.
indexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
 
indexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
indexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
indexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
indexOf(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Returns the index of the first occurrence of the specified element in this type-specific big list, or -1 if this big list does not contain the element.
indexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
indexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
indexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
indexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
indexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
indexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
indexOf(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
indexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
indexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
indexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
indexOf(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
 
indexOf(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
 
indexOf(char) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
indexOf(char) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
indexOf(char) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Returns the index of the first occurrence of the specified element in this type-specific big list, or -1 if this big list does not contain the element.
indexOf(char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
indexOf(char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
indexOf(char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
indexOf(char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
indexOf(char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
indexOf(char) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
 
indexOf(char) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(char) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
indexOf(char) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
indexOf(char) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
indexOf(char) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
indexOf(ByteIterator, BytePredicate) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Returns the index of the first element returned by the given iterator that satisfies the given predicate, or −1 if no such element was found.
indexOf(ByteIterator, IntPredicate) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Returns the index of the first element returned by the given iterator that satisfies the given predicate, or −1 if no such element was found.
indexOf(CharIterator, CharPredicate) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Returns the index of the first element returned by the given iterator that satisfies the given predicate, or −1 if no such element was found.
indexOf(CharIterator, IntPredicate) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Returns the index of the first element returned by the given iterator that satisfies the given predicate, or −1 if no such element was found.
indexOf(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(Object) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(Object) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(Object) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(Object) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(Object) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(Object) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(Object) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(Object) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(Object) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(Object) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.Singleton
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.UnmodifiableBigList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
INITIAL_CAPACITY - Static variable in class it.unimi.dsi.fastutil.bytes.ByteArrayFIFOQueue
The standard initial capacity of a queue.
INITIAL_CAPACITY - Static variable in class it.unimi.dsi.fastutil.chars.CharArrayFIFOQueue
The standard initial capacity of a queue.
Int2ByteArrayMap - Class in it.unimi.dsi.fastutil.ints
A simple, brute-force implementation of a map based on two parallel backing arrays.
Int2ByteArrayMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteArrayMap
Creates a new empty array map.
Int2ByteArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteArrayMap
Creates a new empty array map of given capacity.
Int2ByteArrayMap(int[], byte[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteArrayMap
Creates a new empty array map with given key and value backing arrays.
Int2ByteArrayMap(int[], byte[], int) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Int2ByteArrayMap(Int2ByteMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
Int2ByteArrayMap(Map<? extends Integer, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
Int2ByteAVLTreeMap - Class in it.unimi.dsi.fastutil.ints
A type-specific AVL tree map with a fast, small-footprint implementation.
Int2ByteAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
Creates a new empty tree map.
Int2ByteAVLTreeMap(int[], byte[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Int2ByteAVLTreeMap(int[], byte[], Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Int2ByteAVLTreeMap(Int2ByteMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
Creates a new tree map copying a given map.
Int2ByteAVLTreeMap(Int2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Int2ByteAVLTreeMap(Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
Creates a new empty tree map with the given comparator.
Int2ByteAVLTreeMap(Map<? extends Integer, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
Creates a new tree map copying a given map.
Int2ByteAVLTreeMap(SortedMap<Integer, Byte>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
int2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteArrayMap
 
int2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
 
int2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
 
int2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Returns a type-specific set view of the mappings contained in this map.
int2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.EmptyMap
 
int2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.Singleton
 
int2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
 
int2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
 
int2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
 
int2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
 
int2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
 
int2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
int2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.EmptySortedMap
 
int2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.Singleton
 
int2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.SynchronizedSortedMap
 
int2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.UnmodifiableSortedMap
 
Int2ByteFunctions - Class in it.unimi.dsi.fastutil.ints
A class providing static methods and objects that do useful things with type-specific functions.
Int2ByteFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.ints
An immutable class representing an empty type-specific function.
Int2ByteFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.ints
An adapter for mapping generic total functions to partial primitive functions.
Int2ByteFunctions.Singleton - Class in it.unimi.dsi.fastutil.ints
An immutable class representing a type-specific singleton function.
Int2ByteFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.ints
A synchronized wrapper class for functions.
Int2ByteFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.ints
An unmodifiable wrapper class for functions.
Int2ByteLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.ints
A type-specific linked hash map with with a fast, small-footprint implementation.
Int2ByteLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2ByteLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2ByteLinkedOpenHashMap(int[], byte[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Int2ByteLinkedOpenHashMap(int[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Int2ByteLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Creates a new hash map.
Int2ByteLinkedOpenHashMap(Int2ByteMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Int2ByteLinkedOpenHashMap(Int2ByteMap, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Int2ByteLinkedOpenHashMap(Map<? extends Integer, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Int2ByteLinkedOpenHashMap(Map<? extends Integer, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Creates a new hash map copying a given one.
Int2ByteMap - Interface in it.unimi.dsi.fastutil.ints
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Int2ByteMap.Entry - Interface in it.unimi.dsi.fastutil.ints
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Int2ByteMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.ints
An entry set providing fast iteration.
Int2ByteMaps - Class in it.unimi.dsi.fastutil.ints
A class providing static methods and objects that do useful things with type-specific maps.
Int2ByteMaps.EmptyMap - Class in it.unimi.dsi.fastutil.ints
An immutable class representing an empty type-specific map.
Int2ByteMaps.Singleton - Class in it.unimi.dsi.fastutil.ints
An immutable class representing a type-specific singleton map.
Int2ByteMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.ints
A synchronized wrapper class for maps.
Int2ByteMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.ints
An unmodifiable wrapper class for maps.
Int2ByteOpenCustomHashMap - Class in it.unimi.dsi.fastutil.ints
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Int2ByteOpenCustomHashMap(int[], byte[], float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Int2ByteOpenCustomHashMap(int[], byte[], IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Int2ByteOpenCustomHashMap(int, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
Creates a new hash map.
Int2ByteOpenCustomHashMap(int, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2ByteOpenCustomHashMap(Int2ByteMap, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Int2ByteOpenCustomHashMap(Int2ByteMap, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Int2ByteOpenCustomHashMap(IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2ByteOpenCustomHashMap(Map<? extends Integer, ? extends Byte>, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
Creates a new hash map copying a given one.
Int2ByteOpenCustomHashMap(Map<? extends Integer, ? extends Byte>, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Int2ByteOpenHashMap - Class in it.unimi.dsi.fastutil.ints
A type-specific hash map with a fast, small-footprint implementation.
Int2ByteOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2ByteOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2ByteOpenHashMap(int[], byte[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Int2ByteOpenHashMap(int[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Int2ByteOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
Creates a new hash map.
Int2ByteOpenHashMap(Int2ByteMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Int2ByteOpenHashMap(Int2ByteMap, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
Creates a new hash map copying a given type-specific one.
Int2ByteOpenHashMap(Map<? extends Integer, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Int2ByteOpenHashMap(Map<? extends Integer, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
Creates a new hash map copying a given one.
Int2ByteRBTreeMap - Class in it.unimi.dsi.fastutil.ints
A type-specific red-black tree map with a fast, small-footprint implementation.
Int2ByteRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
Creates a new empty tree map.
Int2ByteRBTreeMap(int[], byte[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Int2ByteRBTreeMap(int[], byte[], Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Int2ByteRBTreeMap(Int2ByteMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
Creates a new tree map copying a given map.
Int2ByteRBTreeMap(Int2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Int2ByteRBTreeMap(Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
Creates a new empty tree map with the given comparator.
Int2ByteRBTreeMap(Map<? extends Integer, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
Creates a new tree map copying a given map.
Int2ByteRBTreeMap(SortedMap<Integer, Byte>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Int2ByteSortedMap - Interface in it.unimi.dsi.fastutil.ints
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Int2ByteSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.ints
A sorted entry set providing fast iteration.
Int2ByteSortedMaps - Class in it.unimi.dsi.fastutil.ints
A class providing static methods and objects that do useful things with type-specific sorted maps.
Int2ByteSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.ints
An immutable class representing an empty type-specific sorted map.
Int2ByteSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.ints
An immutable class representing a type-specific singleton sorted map.
Int2ByteSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.ints
A synchronized wrapper class for sorted maps.
Int2ByteSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.ints
An unmodifiable wrapper class for sorted maps.
Int2CharArrayMap - Class in it.unimi.dsi.fastutil.ints
A simple, brute-force implementation of a map based on two parallel backing arrays.
Int2CharArrayMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharArrayMap
Creates a new empty array map.
Int2CharArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharArrayMap
Creates a new empty array map of given capacity.
Int2CharArrayMap(int[], char[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharArrayMap
Creates a new empty array map with given key and value backing arrays.
Int2CharArrayMap(int[], char[], int) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Int2CharArrayMap(Int2CharMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharArrayMap
Creates a new empty array map copying the entries of a given map.
Int2CharArrayMap(Map<? extends Integer, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharArrayMap
Creates a new empty array map copying the entries of a given map.
Int2CharAVLTreeMap - Class in it.unimi.dsi.fastutil.ints
A type-specific AVL tree map with a fast, small-footprint implementation.
Int2CharAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
Creates a new empty tree map.
Int2CharAVLTreeMap(int[], char[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Int2CharAVLTreeMap(int[], char[], Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Int2CharAVLTreeMap(Int2CharMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
Creates a new tree map copying a given map.
Int2CharAVLTreeMap(Int2CharSortedMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Int2CharAVLTreeMap(Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
Creates a new empty tree map with the given comparator.
Int2CharAVLTreeMap(Map<? extends Integer, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
Creates a new tree map copying a given map.
Int2CharAVLTreeMap(SortedMap<Integer, Character>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
int2CharEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharArrayMap
 
int2CharEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
 
int2CharEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
 
int2CharEntrySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Returns a type-specific set view of the mappings contained in this map.
int2CharEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.EmptyMap
 
int2CharEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.Singleton
 
int2CharEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
 
int2CharEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
 
int2CharEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
 
int2CharEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
 
int2CharEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
 
int2CharEntrySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2CharSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
int2CharEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.EmptySortedMap
 
int2CharEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.Singleton
 
int2CharEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.SynchronizedSortedMap
 
int2CharEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.UnmodifiableSortedMap
 
Int2CharFunctions - Class in it.unimi.dsi.fastutil.ints
A class providing static methods and objects that do useful things with type-specific functions.
Int2CharFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.ints
An immutable class representing an empty type-specific function.
Int2CharFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.ints
An adapter for mapping generic total functions to partial primitive functions.
Int2CharFunctions.Singleton - Class in it.unimi.dsi.fastutil.ints
An immutable class representing a type-specific singleton function.
Int2CharFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.ints
A synchronized wrapper class for functions.
Int2CharFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.ints
An unmodifiable wrapper class for functions.
Int2CharLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.ints
A type-specific linked hash map with with a fast, small-footprint implementation.
Int2CharLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2CharLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2CharLinkedOpenHashMap(int[], char[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Int2CharLinkedOpenHashMap(int[], char[], float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Int2CharLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Creates a new hash map.
Int2CharLinkedOpenHashMap(Int2CharMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Int2CharLinkedOpenHashMap(Int2CharMap, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Int2CharLinkedOpenHashMap(Map<? extends Integer, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Int2CharLinkedOpenHashMap(Map<? extends Integer, ? extends Character>, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Creates a new hash map copying a given one.
Int2CharMap - Interface in it.unimi.dsi.fastutil.ints
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Int2CharMap.Entry - Interface in it.unimi.dsi.fastutil.ints
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Int2CharMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.ints
An entry set providing fast iteration.
Int2CharMaps - Class in it.unimi.dsi.fastutil.ints
A class providing static methods and objects that do useful things with type-specific maps.
Int2CharMaps.EmptyMap - Class in it.unimi.dsi.fastutil.ints
An immutable class representing an empty type-specific map.
Int2CharMaps.Singleton - Class in it.unimi.dsi.fastutil.ints
An immutable class representing a type-specific singleton map.
Int2CharMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.ints
A synchronized wrapper class for maps.
Int2CharMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.ints
An unmodifiable wrapper class for maps.
Int2CharOpenCustomHashMap - Class in it.unimi.dsi.fastutil.ints
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Int2CharOpenCustomHashMap(int[], char[], float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Int2CharOpenCustomHashMap(int[], char[], IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Int2CharOpenCustomHashMap(int, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
Creates a new hash map.
Int2CharOpenCustomHashMap(int, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2CharOpenCustomHashMap(Int2CharMap, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Int2CharOpenCustomHashMap(Int2CharMap, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Int2CharOpenCustomHashMap(IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2CharOpenCustomHashMap(Map<? extends Integer, ? extends Character>, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
Creates a new hash map copying a given one.
Int2CharOpenCustomHashMap(Map<? extends Integer, ? extends Character>, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Int2CharOpenHashMap - Class in it.unimi.dsi.fastutil.ints
A type-specific hash map with a fast, small-footprint implementation.
Int2CharOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2CharOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2CharOpenHashMap(int[], char[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Int2CharOpenHashMap(int[], char[], float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Int2CharOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
Creates a new hash map.
Int2CharOpenHashMap(Int2CharMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Int2CharOpenHashMap(Int2CharMap, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
Creates a new hash map copying a given type-specific one.
Int2CharOpenHashMap(Map<? extends Integer, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Int2CharOpenHashMap(Map<? extends Integer, ? extends Character>, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
Creates a new hash map copying a given one.
Int2CharRBTreeMap - Class in it.unimi.dsi.fastutil.ints
A type-specific red-black tree map with a fast, small-footprint implementation.
Int2CharRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
Creates a new empty tree map.
Int2CharRBTreeMap(int[], char[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Int2CharRBTreeMap(int[], char[], Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Int2CharRBTreeMap(Int2CharMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
Creates a new tree map copying a given map.
Int2CharRBTreeMap(Int2CharSortedMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Int2CharRBTreeMap(Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
Creates a new empty tree map with the given comparator.
Int2CharRBTreeMap(Map<? extends Integer, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
Creates a new tree map copying a given map.
Int2CharRBTreeMap(SortedMap<Integer, Character>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Int2CharSortedMap - Interface in it.unimi.dsi.fastutil.ints
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Int2CharSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.ints
A sorted entry set providing fast iteration.
Int2CharSortedMaps - Class in it.unimi.dsi.fastutil.ints
A class providing static methods and objects that do useful things with type-specific sorted maps.
Int2CharSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.ints
An immutable class representing an empty type-specific sorted map.
Int2CharSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.ints
An immutable class representing a type-specific singleton sorted map.
Int2CharSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.ints
A synchronized wrapper class for sorted maps.
Int2CharSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.ints
An unmodifiable wrapper class for sorted maps.
Int2ReferenceArrayMap<V> - Class in it.unimi.dsi.fastutil.ints
A simple, brute-force implementation of a map based on two parallel backing arrays.
Int2ReferenceArrayMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
Creates a new empty array map.
Int2ReferenceArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
Creates a new empty array map of given capacity.
Int2ReferenceArrayMap(int[], Object[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
Creates a new empty array map with given key and value backing arrays.
Int2ReferenceArrayMap(int[], Object[], int) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Int2ReferenceArrayMap(Int2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
Creates a new empty array map copying the entries of a given map.
Int2ReferenceArrayMap(Map<? extends Integer, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
Creates a new empty array map copying the entries of a given map.
Int2ReferenceAVLTreeMap<V> - Class in it.unimi.dsi.fastutil.ints
A type-specific AVL tree map with a fast, small-footprint implementation.
Int2ReferenceAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
Creates a new empty tree map.
Int2ReferenceAVLTreeMap(int[], V[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Int2ReferenceAVLTreeMap(int[], V[], Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Int2ReferenceAVLTreeMap(Int2ReferenceMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
Creates a new tree map copying a given map.
Int2ReferenceAVLTreeMap(Int2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Int2ReferenceAVLTreeMap(Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
Creates a new empty tree map with the given comparator.
Int2ReferenceAVLTreeMap(Map<? extends Integer, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
Creates a new tree map copying a given map.
Int2ReferenceAVLTreeMap(SortedMap<Integer, V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
int2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
 
int2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
int2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
 
int2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Returns a type-specific set view of the mappings contained in this map.
int2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
 
int2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.Singleton
 
int2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
int2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
int2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
 
int2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
 
int2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
int2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
int2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
 
int2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
 
int2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
 
int2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
 
Int2ReferenceFunctions - Class in it.unimi.dsi.fastutil.ints
A class providing static methods and objects that do useful things with type-specific functions.
Int2ReferenceFunctions.EmptyFunction<V> - Class in it.unimi.dsi.fastutil.ints
An immutable class representing an empty type-specific function.
Int2ReferenceFunctions.PrimitiveFunction<V> - Class in it.unimi.dsi.fastutil.ints
An adapter for mapping generic total functions to partial primitive functions.
Int2ReferenceFunctions.Singleton<V> - Class in it.unimi.dsi.fastutil.ints
An immutable class representing a type-specific singleton function.
Int2ReferenceFunctions.SynchronizedFunction<V> - Class in it.unimi.dsi.fastutil.ints
A synchronized wrapper class for functions.
Int2ReferenceFunctions.UnmodifiableFunction<V> - Class in it.unimi.dsi.fastutil.ints
An unmodifiable wrapper class for functions.
Int2ReferenceLinkedOpenHashMap<V> - Class in it.unimi.dsi.fastutil.ints
A type-specific linked hash map with with a fast, small-footprint implementation.
Int2ReferenceLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2ReferenceLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2ReferenceLinkedOpenHashMap(int[], V[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Int2ReferenceLinkedOpenHashMap(int[], V[], float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Int2ReferenceLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Creates a new hash map.
Int2ReferenceLinkedOpenHashMap(Int2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Int2ReferenceLinkedOpenHashMap(Int2ReferenceMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Int2ReferenceLinkedOpenHashMap(Map<? extends Integer, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Int2ReferenceLinkedOpenHashMap(Map<? extends Integer, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Creates a new hash map copying a given one.
Int2ReferenceMap<V> - Interface in it.unimi.dsi.fastutil.ints
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Int2ReferenceMap.Entry<V> - Interface in it.unimi.dsi.fastutil.ints
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Int2ReferenceMap.FastEntrySet<V> - Interface in it.unimi.dsi.fastutil.ints
An entry set providing fast iteration.
Int2ReferenceMaps - Class in it.unimi.dsi.fastutil.ints
A class providing static methods and objects that do useful things with type-specific maps.
Int2ReferenceMaps.EmptyMap<V> - Class in it.unimi.dsi.fastutil.ints
An immutable class representing an empty type-specific map.
Int2ReferenceMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.ints
An immutable class representing a type-specific singleton map.
Int2ReferenceMaps.SynchronizedMap<V> - Class in it.unimi.dsi.fastutil.ints
A synchronized wrapper class for maps.
Int2ReferenceMaps.UnmodifiableMap<V> - Class in it.unimi.dsi.fastutil.ints
An unmodifiable wrapper class for maps.
Int2ReferenceOpenCustomHashMap<V> - Class in it.unimi.dsi.fastutil.ints
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Int2ReferenceOpenCustomHashMap(int[], V[], float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Int2ReferenceOpenCustomHashMap(int[], V[], IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Int2ReferenceOpenCustomHashMap(int, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Creates a new hash map.
Int2ReferenceOpenCustomHashMap(int, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2ReferenceOpenCustomHashMap(Int2ReferenceMap<V>, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Int2ReferenceOpenCustomHashMap(Int2ReferenceMap<V>, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Int2ReferenceOpenCustomHashMap(IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2ReferenceOpenCustomHashMap(Map<? extends Integer, ? extends V>, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Creates a new hash map copying a given one.
Int2ReferenceOpenCustomHashMap(Map<? extends Integer, ? extends V>, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Int2ReferenceOpenHashMap<V> - Class in it.unimi.dsi.fastutil.ints
A type-specific hash map with a fast, small-footprint implementation.
Int2ReferenceOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2ReferenceOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2ReferenceOpenHashMap(int[], V[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Int2ReferenceOpenHashMap(int[], V[], float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Int2ReferenceOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Creates a new hash map.
Int2ReferenceOpenHashMap(Int2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Int2ReferenceOpenHashMap(Int2ReferenceMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Creates a new hash map copying a given type-specific one.
Int2ReferenceOpenHashMap(Map<? extends Integer, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Int2ReferenceOpenHashMap(Map<? extends Integer, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Creates a new hash map copying a given one.
Int2ReferenceRBTreeMap<V> - Class in it.unimi.dsi.fastutil.ints
A type-specific red-black tree map with a fast, small-footprint implementation.
Int2ReferenceRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
Creates a new empty tree map.
Int2ReferenceRBTreeMap(int[], V[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Int2ReferenceRBTreeMap(int[], V[], Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Int2ReferenceRBTreeMap(Int2ReferenceMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
Creates a new tree map copying a given map.
Int2ReferenceRBTreeMap(Int2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Int2ReferenceRBTreeMap(Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
Creates a new empty tree map with the given comparator.
Int2ReferenceRBTreeMap(Map<? extends Integer, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
Creates a new tree map copying a given map.
Int2ReferenceRBTreeMap(SortedMap<Integer, V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Int2ReferenceSortedMap<V> - Interface in it.unimi.dsi.fastutil.ints
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Int2ReferenceSortedMap.FastSortedEntrySet<V> - Interface in it.unimi.dsi.fastutil.ints
A sorted entry set providing fast iteration.
Int2ReferenceSortedMaps - Class in it.unimi.dsi.fastutil.ints
A class providing static methods and objects that do useful things with type-specific sorted maps.
Int2ReferenceSortedMaps.EmptySortedMap<V> - Class in it.unimi.dsi.fastutil.ints
An immutable class representing an empty type-specific sorted map.
Int2ReferenceSortedMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.ints
An immutable class representing a type-specific singleton sorted map.
Int2ReferenceSortedMaps.SynchronizedSortedMap<V> - Class in it.unimi.dsi.fastutil.ints
A synchronized wrapper class for sorted maps.
Int2ReferenceSortedMaps.UnmodifiableSortedMap<V> - Class in it.unimi.dsi.fastutil.ints
An unmodifiable wrapper class for sorted maps.
IntByteImmutablePair - Class in it.unimi.dsi.fastutil.ints
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
IntByteImmutablePair(int, byte) - Constructor for class it.unimi.dsi.fastutil.ints.IntByteImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
IntByteMutablePair - Class in it.unimi.dsi.fastutil.ints
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
IntByteMutablePair(int, byte) - Constructor for class it.unimi.dsi.fastutil.ints.IntByteMutablePair
Creates a new type-specific mutable Pair with given left and right value.
IntBytePair - Interface in it.unimi.dsi.fastutil.ints
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
IntCharImmutablePair - Class in it.unimi.dsi.fastutil.ints
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
IntCharImmutablePair(int, char) - Constructor for class it.unimi.dsi.fastutil.ints.IntCharImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
IntCharMutablePair - Class in it.unimi.dsi.fastutil.ints
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
IntCharMutablePair(int, char) - Constructor for class it.unimi.dsi.fastutil.ints.IntCharMutablePair
Creates a new type-specific mutable Pair with given left and right value.
IntCharPair - Interface in it.unimi.dsi.fastutil.ints
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
intIterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Returns a widened primitive iterator on the elements of this collection.
intIterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
intIterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.IterableCollection
 
intIterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
intIterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
intIterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
intIterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.Singleton
 
intIterator() - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Returns a widened primitive iterator on the elements of this collection.
intIterator() - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
 
intIterator() - Method in class it.unimi.dsi.fastutil.chars.CharCollections.IterableCollection
 
intIterator() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
intIterator() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
intIterator() - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
intIterator() - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
intParallelStream() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Return a parallel primitive stream over the elements, performing widening casts if needed.
intParallelStream() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
intParallelStream() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
intParallelStream() - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Return a parallel primitive stream over the elements, performing widening casts if needed.
intParallelStream() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
intParallelStream() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
IntReferenceImmutablePair<V> - Class in it.unimi.dsi.fastutil.ints
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
IntReferenceImmutablePair(int, V) - Constructor for class it.unimi.dsi.fastutil.ints.IntReferenceImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
IntReferenceMutablePair<V> - Class in it.unimi.dsi.fastutil.ints
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
IntReferenceMutablePair(int, V) - Constructor for class it.unimi.dsi.fastutil.ints.IntReferenceMutablePair
Creates a new type-specific mutable Pair with given left and right value.
IntReferencePair<V> - Interface in it.unimi.dsi.fastutil.ints
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
intSpliterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
 
intSpliterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
 
intSpliterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Returns widened primitive spliterator on the elements of this collection.
intSpliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
intSpliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.IterableCollection
 
intSpliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
intSpliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
intSpliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
intSpliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.Singleton
 
intSpliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.Singleton
 
intSpliterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList.CharSubList
 
intSpliterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
 
intSpliterator() - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Returns widened primitive spliterator on the elements of this collection.
intSpliterator() - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
 
intSpliterator() - Method in class it.unimi.dsi.fastutil.chars.CharCollections.IterableCollection
 
intSpliterator() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
intSpliterator() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
intSpliterator() - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
intSpliterator() - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
intSpliterator() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
 
intStream() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Return a primitive stream over the elements, performing widening casts if needed.
intStream() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
intStream() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
intStream() - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Return a primitive stream over the elements, performing widening casts if needed.
intStream() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
intStream() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.ByteArraySet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.IterableCollection
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.BytePriorityQueues.SynchronizedPriorityQueue
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2CharArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2LongArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.CharArraySet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.CharCollections.IterableCollection
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.CharPriorityQueues.SynchronizedPriorityQueue
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2CharArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2CharArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2CharArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.ReferenceCollections.IterableCollection
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
 
it.unimi.dsi.fastutil.booleans - package it.unimi.dsi.fastutil.booleans
Type-specific classes for boolean elements or keys.
it.unimi.dsi.fastutil.bytes - package it.unimi.dsi.fastutil.bytes
Type-specific classes for byte elements or keys.
it.unimi.dsi.fastutil.chars - package it.unimi.dsi.fastutil.chars
Type-specific classes for character elements or keys.
it.unimi.dsi.fastutil.doubles - package it.unimi.dsi.fastutil.doubles
Type-specific classes for double elements or keys.
it.unimi.dsi.fastutil.floats - package it.unimi.dsi.fastutil.floats
Type-specific classes for float elements or keys.
it.unimi.dsi.fastutil.ints - package it.unimi.dsi.fastutil.ints
Type-specific classes for integer elements or keys.
it.unimi.dsi.fastutil.longs - package it.unimi.dsi.fastutil.longs
Type-specific classes for long elements or keys.
it.unimi.dsi.fastutil.objects - package it.unimi.dsi.fastutil.objects
Type-specific classes for object elements or keys.
it.unimi.dsi.fastutil.shorts - package it.unimi.dsi.fastutil.shorts
Type-specific classes for short elements or keys.
iterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Returns a type-specific iterator on the elements of this collection.
iterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Returns a type-specific iterator on the elements of this collection.
iterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteSet
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteSortedSet
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteArraySet
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
 
iterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBidirectionalIterable
Returns a type-specific BidirectionalIterator.
iterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Returns a type-specific iterator on the elements of this list.
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
iterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Returns a type-specific iterator on the elements of this collection.
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.IterableCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.SynchronizedSet
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.UnmodifiableSet
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Returns a type-specific list iterator on the elements in this set, starting from the first element.
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Returns a type-specific list iterator on the elements in this set, starting from the first element.
iterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns a type-specific iterator on the elements of this list.
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
 
iterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteSet
Returns a type-specific iterator on the elements of this set.
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.Singleton
 
iterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteSortedSet
Returns a type-specific BidirectionalIterator on the elements in this set.
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Returns a type-specific iterator on the elements of this collection.
iterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
Returns a type-specific iterator on the elements of this collection.
iterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharSet
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharSortedSet
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharArraySet
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
iterator() - Method in interface it.unimi.dsi.fastutil.chars.CharBidirectionalIterable
Returns a type-specific BidirectionalIterator.
iterator() - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Returns a type-specific iterator on the elements of this list.
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
iterator() - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Returns a type-specific iterator on the elements of this collection.
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharCollections.IterableCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharSets.SynchronizedSet
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharSets.UnmodifiableSet
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Returns a type-specific list iterator on the elements in this set, starting from the first element.
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Returns a type-specific list iterator on the elements in this set, starting from the first element.
iterator() - Method in interface it.unimi.dsi.fastutil.chars.CharList
Returns a type-specific iterator on the elements of this list.
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
iterator() - Method in interface it.unimi.dsi.fastutil.chars.CharSet
Returns a type-specific iterator on the elements of this set.
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
iterator() - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Returns a type-specific BidirectionalIterator on the elements in this set.
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Returns a type-specific iterator on the elements of this collection.
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
Returns a type-specific iterator on the elements of this collection.
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceSet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceSortedSet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
 
iterator() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Returns a type-specific iterator on the elements of this list.
iterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.UnmodifiableBigList
 
iterator() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceCollection
Returns a type-specific iterator on the elements of this collection.
iterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceCollections.EmptyCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceCollections.IterableCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.SynchronizedSet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.UnmodifiableSet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Returns a type-specific list iterator on the elements in this set, starting from the first element.
iterator() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Returns a type-specific iterator on the elements of this list.
iterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
 
iterator() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceSet
Returns a type-specific iterator on the elements of this set.
iterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
iterator() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceSortedSet
Returns a type-specific BidirectionalIterator on the elements in this set.
iterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
iterator(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
 
iterator(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Returns a type-specific list iterator on the elements in this set, starting from a given element of the set.
iterator(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Returns a type-specific list iterator on the elements in this set, starting from a given element of the set.
iterator(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
 
iterator(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteSortedSet
Returns a type-specific BidirectionalIterator on the elements in this set, starting from a given element of the domain (optional operation).
iterator(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.EmptySet
 
iterator(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.Singleton
 
iterator(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
iterator(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
iterator(char) - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
iterator(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Returns a type-specific list iterator on the elements in this set, starting from a given element of the set.
iterator(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Returns a type-specific list iterator on the elements in this set, starting from a given element of the set.
iterator(char) - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
iterator(char) - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Returns a type-specific BidirectionalIterator on the elements in this set, starting from a given element of the domain (optional operation).
iterator(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
 
iterator(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
 
iterator(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
iterator(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Returns a type-specific list iterator on the elements in this set, starting from a given element of the set.
iterator(K) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceSortedSet
Returns a type-specific BidirectionalIterator on the elements in this set, starting from a given element of the domain (optional operation).
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.EmptySet
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.Singleton
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 

K

key() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
Please use the corresponding type-specific method instead.
key() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
Please use the corresponding type-specific method instead.
key() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
key() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
Please use the corresponding type-specific method instead.
key() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
Please use the corresponding type-specific method instead.
key() - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
key() - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
key() - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Deprecated.
Please use the corresponding type-specific method instead.
key() - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Deprecated.
Please use the corresponding type-specific method instead.
key() - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
key() - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Deprecated.
Please use the corresponding type-specific method instead.
key() - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Deprecated.
Please use the corresponding type-specific method instead.
key() - Method in interface it.unimi.dsi.fastutil.chars.CharObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
key() - Method in interface it.unimi.dsi.fastutil.chars.CharReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
key() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Deprecated.
Please use the corresponding type-specific method instead.
key() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Deprecated.
Please use the corresponding type-specific method instead.
key() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
key() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Deprecated.
Please use the corresponding type-specific method instead.
key() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Deprecated.
Please use the corresponding type-specific method instead.
key() - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
key() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
Please use the corresponding type-specific method instead.
key() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
Please use the corresponding type-specific method instead.
key() - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
key(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Sets the left element of this pair (optional operation).
key(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Sets the left element of this pair (optional operation).
key(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Sets the left element of this pair (optional operation).
key(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Sets the left element of this pair (optional operation).
key(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Sets the left element of this pair (optional operation).
key(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Sets the left element of this pair (optional operation).
key(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Sets the left element of this pair (optional operation).
key(char) - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Sets the left element of this pair (optional operation).
key(char) - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Sets the left element of this pair (optional operation).
key(char) - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Sets the left element of this pair (optional operation).
key(char) - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Sets the left element of this pair (optional operation).
key(char) - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Sets the left element of this pair (optional operation).
key(char) - Method in interface it.unimi.dsi.fastutil.chars.CharObjectPair
Sets the left element of this pair (optional operation).
key(char) - Method in interface it.unimi.dsi.fastutil.chars.CharReferencePair
Sets the left element of this pair (optional operation).
key(double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Sets the left element of this pair (optional operation).
key(double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Sets the left element of this pair (optional operation).
key(double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleReferencePair
Sets the left element of this pair (optional operation).
key(int) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Sets the left element of this pair (optional operation).
key(int) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Sets the left element of this pair (optional operation).
key(int) - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
Sets the left element of this pair (optional operation).
key(long) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Sets the left element of this pair (optional operation).
key(long) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Sets the left element of this pair (optional operation).
key(long) - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Sets the left element of this pair (optional operation).
key(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
key(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
key(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
key(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
key(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
key(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Deprecated.
key(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Deprecated.
key(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Deprecated.
key(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Deprecated.
key(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Deprecated.
key(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Deprecated.
key(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Deprecated.
key(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharObjectPair
Deprecated.
key(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharReferencePair
Deprecated.
key(Double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Deprecated.
key(Double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Deprecated.
key(Double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleReferencePair
Deprecated.
key(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Deprecated.
key(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Deprecated.
key(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
Deprecated.
key(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
key(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
key(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Deprecated.
keyByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Returns the left element of this pair.
keyByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Returns the left element of this pair.
keyByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Returns the left element of this pair.
keyByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Returns the left element of this pair.
keyByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Returns the left element of this pair.
keyByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Returns the left element of this pair.
keyByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Returns the left element of this pair.
keyChar() - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Returns the left element of this pair.
keyChar() - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Returns the left element of this pair.
keyChar() - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Returns the left element of this pair.
keyChar() - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Returns the left element of this pair.
keyChar() - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Returns the left element of this pair.
keyChar() - Method in interface it.unimi.dsi.fastutil.chars.CharObjectPair
Returns the left element of this pair.
keyChar() - Method in interface it.unimi.dsi.fastutil.chars.CharReferencePair
Returns the left element of this pair.
keyDouble() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Returns the left element of this pair.
keyDouble() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Returns the left element of this pair.
keyDouble() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleReferencePair
Returns the left element of this pair.
keyInt() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Returns the left element of this pair.
keyInt() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Returns the left element of this pair.
keyInt() - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
Returns the left element of this pair.
keyLong() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Returns the left element of this pair.
keyLong() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Returns the left element of this pair.
keyLong() - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Returns the left element of this pair.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2LongSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2CharSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2CharSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2CharSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectMap
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.UnmodifiableSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.UnmodifiableSortedMap
 

L

last() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
 
last() - Method in interface it.unimi.dsi.fastutil.bytes.BytePriorityQueue
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.bytes.BytePriorityQueues.SynchronizedPriorityQueue
Deprecated.
last() - Method in interface it.unimi.dsi.fastutil.bytes.ByteSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
 
last() - Method in interface it.unimi.dsi.fastutil.chars.CharPriorityQueue
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.chars.CharPriorityQueues.SynchronizedPriorityQueue
Deprecated.
last() - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Returns the last element of this set in iteration order.
last() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.EmptySet
 
last() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.Singleton
 
last() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
last() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
lastByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFIFOQueue
 
lastByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
 
lastByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Returns the last element of this set in iteration order.
lastByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Returns the last element of this set in iteration order.
lastByte() - Method in interface it.unimi.dsi.fastutil.bytes.BytePriorityQueue
Returns the last element of the queue, that is, the element the would be dequeued last (optional operation).
lastByte() - Method in class it.unimi.dsi.fastutil.bytes.BytePriorityQueues.SynchronizedPriorityQueue
 
lastByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
 
lastByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteSortedSet
Returns the last (highest) element currently in this set.
lastByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.EmptySet
 
lastByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.Singleton
 
lastByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
lastByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
 
lastByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMap
Returns the last (highest) key currently in this map.
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.EmptySortedMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.Singleton
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.SynchronizedSortedMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.UnmodifiableSortedMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
 
lastByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharSortedMap
Returns the last (highest) key currently in this map.
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.EmptySortedMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.Singleton
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.SynchronizedSortedMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.UnmodifiableSortedMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
 
lastByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap
Returns the last (highest) key currently in this map.
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.EmptySortedMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.UnmodifiableSortedMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
 
lastByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntSortedMap
Returns the last (highest) key currently in this map.
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.EmptySortedMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.Singleton
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.SynchronizedSortedMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.UnmodifiableSortedMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
 
lastByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongSortedMap
Returns the last (highest) key currently in this map.
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.EmptySortedMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.Singleton
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.SynchronizedSortedMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.UnmodifiableSortedMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
 
lastByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap
Returns the last (highest) key currently in this map.
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.EmptySortedMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.UnmodifiableSortedMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
lastByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Returns the last (highest) key currently in this map.
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
 
lastChar() - Method in class it.unimi.dsi.fastutil.chars.CharArrayFIFOQueue
 
lastChar() - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
lastChar() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Returns the last element of this set in iteration order.
lastChar() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Returns the last element of this set in iteration order.
lastChar() - Method in interface it.unimi.dsi.fastutil.chars.CharPriorityQueue
Returns the last element of the queue, that is, the element the would be dequeued last (optional operation).
lastChar() - Method in class it.unimi.dsi.fastutil.chars.CharPriorityQueues.SynchronizedPriorityQueue
 
lastChar() - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
lastChar() - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Returns the last (highest) element currently in this set.
lastChar() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
 
lastChar() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
 
lastChar() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
lastChar() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
 
lastCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteSortedMap
Returns the last (highest) key currently in this map.
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.EmptySortedMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.Singleton
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.SynchronizedSortedMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.UnmodifiableSortedMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
 
lastCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharSortedMap
Returns the last (highest) key currently in this map.
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.EmptySortedMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.Singleton
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.SynchronizedSortedMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.UnmodifiableSortedMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
lastCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Returns the last (highest) key currently in this map.
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
 
lastCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntSortedMap
Returns the last (highest) key currently in this map.
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.EmptySortedMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.UnmodifiableSortedMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
 
lastCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2LongSortedMap
Returns the last (highest) key currently in this map.
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.EmptySortedMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.Singleton
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.SynchronizedSortedMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.UnmodifiableSortedMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
 
lastCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectSortedMap
Returns the last (highest) key currently in this map.
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.EmptySortedMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.Singleton
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.SynchronizedSortedMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.UnmodifiableSortedMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
 
lastCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMap
Returns the last (highest) key currently in this map.
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.EmptySortedMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.Singleton
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.SynchronizedSortedMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.UnmodifiableSortedMap
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
lastDoubleKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Returns the last (highest) key currently in this map.
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
 
lastDoubleKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharSortedMap
Returns the last (highest) key currently in this map.
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.EmptySortedMap
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.Singleton
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.SynchronizedSortedMap
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.UnmodifiableSortedMap
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
 
lastDoubleKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMap
Returns the last (highest) key currently in this map.
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.EmptySortedMap
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.Singleton
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.SynchronizedSortedMap
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.UnmodifiableSortedMap
 
lastIndexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
 
lastIndexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
lastIndexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
lastIndexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
lastIndexOf(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Returns the index of the last occurrence of the specified element in this type-specific big list, or -1 if this big list does not contain the element.
lastIndexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
lastIndexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
lastIndexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
lastIndexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
lastIndexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
lastIndexOf(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
lastIndexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
lastIndexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
lastIndexOf(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
 
lastIndexOf(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
 
lastIndexOf(char) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
lastIndexOf(char) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
lastIndexOf(char) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Returns the index of the last occurrence of the specified element in this type-specific big list, or -1 if this big list does not contain the element.
lastIndexOf(char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
lastIndexOf(char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
lastIndexOf(char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
lastIndexOf(char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
lastIndexOf(char) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
 
lastIndexOf(char) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(char) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
lastIndexOf(char) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
lastIndexOf(char) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(Object) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(Object) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(Object) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(Object) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.UnmodifiableBigList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
 
lastIntKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteSortedMap
Returns the last (highest) key currently in this map.
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.EmptySortedMap
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.Singleton
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.SynchronizedSortedMap
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.UnmodifiableSortedMap
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
 
lastIntKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2CharSortedMap
Returns the last (highest) key currently in this map.
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.EmptySortedMap
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.Singleton
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.SynchronizedSortedMap
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.UnmodifiableSortedMap
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
lastIntKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Returns the last (highest) key currently in this map.
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
 
lastKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.EmptySortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.UnmodifiableSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.EmptySortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.Singleton
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.SynchronizedSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.UnmodifiableSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.EmptySortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.Singleton
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.UnmodifiableSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.EmptySortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.Singleton
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.UnmodifiableSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.EmptySortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.Singleton
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.SynchronizedSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.UnmodifiableSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.EmptySortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.Singleton
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.SynchronizedSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.UnmodifiableSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.EmptySortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.Singleton
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.SynchronizedSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.UnmodifiableSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.EmptySortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.Singleton
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.SynchronizedSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.UnmodifiableSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.EmptySortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.Singleton
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.SynchronizedSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.UnmodifiableSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.EmptySortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.Singleton
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.UnmodifiableSortedMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
lastLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Returns the last (highest) key currently in this map.
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
 
lastLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2CharSortedMap
Returns the last (highest) key currently in this map.
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.EmptySortedMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.Singleton
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.SynchronizedSortedMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.UnmodifiableSortedMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
lastLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
Returns the last (highest) key currently in this map.
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
 
left() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
Please use the corresponding type-specific method instead.
left() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
Please use the corresponding type-specific method instead.
left() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
left() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
Please use the corresponding type-specific method instead.
left() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
Please use the corresponding type-specific method instead.
left() - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
left() - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
left() - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Deprecated.
Please use the corresponding type-specific method instead.
left() - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Deprecated.
Please use the corresponding type-specific method instead.
left() - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
left() - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Deprecated.
Please use the corresponding type-specific method instead.
left() - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Deprecated.
Please use the corresponding type-specific method instead.
left() - Method in interface it.unimi.dsi.fastutil.chars.CharObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
left() - Method in interface it.unimi.dsi.fastutil.chars.CharReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
left() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Deprecated.
Please use the corresponding type-specific method instead.
left() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Deprecated.
Please use the corresponding type-specific method instead.
left() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
left() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Deprecated.
Please use the corresponding type-specific method instead.
left() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Deprecated.
Please use the corresponding type-specific method instead.
left() - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
left() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
Please use the corresponding type-specific method instead.
left() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
Please use the corresponding type-specific method instead.
left() - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
left() - Method in class it.unimi.dsi.fastutil.objects.ObjectByteImmutablePair
 
left() - Method in class it.unimi.dsi.fastutil.objects.ObjectByteMutablePair
 
left() - Method in class it.unimi.dsi.fastutil.objects.ObjectCharImmutablePair
 
left() - Method in class it.unimi.dsi.fastutil.objects.ObjectCharMutablePair
 
left() - Method in class it.unimi.dsi.fastutil.objects.ObjectReferenceImmutablePair
 
left() - Method in class it.unimi.dsi.fastutil.objects.ObjectReferenceMutablePair
 
left() - Method in class it.unimi.dsi.fastutil.objects.ReferenceByteImmutablePair
 
left() - Method in class it.unimi.dsi.fastutil.objects.ReferenceByteMutablePair
 
left() - Method in class it.unimi.dsi.fastutil.objects.ReferenceCharImmutablePair
 
left() - Method in class it.unimi.dsi.fastutil.objects.ReferenceCharMutablePair
 
left() - Method in class it.unimi.dsi.fastutil.objects.ReferenceDoubleImmutablePair
 
left() - Method in class it.unimi.dsi.fastutil.objects.ReferenceDoubleMutablePair
 
left() - Method in class it.unimi.dsi.fastutil.objects.ReferenceIntImmutablePair
 
left() - Method in class it.unimi.dsi.fastutil.objects.ReferenceIntMutablePair
 
left() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLongImmutablePair
 
left() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLongMutablePair
 
left() - Method in class it.unimi.dsi.fastutil.objects.ReferenceObjectImmutablePair
 
left() - Method in class it.unimi.dsi.fastutil.objects.ReferenceObjectMutablePair
 
left() - Method in class it.unimi.dsi.fastutil.objects.ReferenceReferenceImmutablePair
 
left() - Method in class it.unimi.dsi.fastutil.objects.ReferenceReferenceMutablePair
 
left(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteByteMutablePair
 
left(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Sets the left element of this pair (optional operation).
left(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteCharMutablePair
 
left(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Sets the left element of this pair (optional operation).
left(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleMutablePair
 
left(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Sets the left element of this pair (optional operation).
left(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteIntMutablePair
 
left(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Sets the left element of this pair (optional operation).
left(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLongMutablePair
 
left(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Sets the left element of this pair (optional operation).
left(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectMutablePair
 
left(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Sets the left element of this pair (optional operation).
left(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceMutablePair
 
left(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Sets the left element of this pair (optional operation).
left(char) - Method in class it.unimi.dsi.fastutil.chars.CharByteMutablePair
 
left(char) - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Sets the left element of this pair (optional operation).
left(char) - Method in class it.unimi.dsi.fastutil.chars.CharCharMutablePair
 
left(char) - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Sets the left element of this pair (optional operation).
left(char) - Method in class it.unimi.dsi.fastutil.chars.CharDoubleMutablePair
 
left(char) - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Sets the left element of this pair (optional operation).
left(char) - Method in class it.unimi.dsi.fastutil.chars.CharIntMutablePair
 
left(char) - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Sets the left element of this pair (optional operation).
left(char) - Method in class it.unimi.dsi.fastutil.chars.CharLongMutablePair
 
left(char) - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Sets the left element of this pair (optional operation).
left(char) - Method in class it.unimi.dsi.fastutil.chars.CharObjectMutablePair
 
left(char) - Method in interface it.unimi.dsi.fastutil.chars.CharObjectPair
Sets the left element of this pair (optional operation).
left(char) - Method in class it.unimi.dsi.fastutil.chars.CharReferenceMutablePair
 
left(char) - Method in interface it.unimi.dsi.fastutil.chars.CharReferencePair
Sets the left element of this pair (optional operation).
left(double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleByteMutablePair
 
left(double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Sets the left element of this pair (optional operation).
left(double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleCharMutablePair
 
left(double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Sets the left element of this pair (optional operation).
left(double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleReferenceMutablePair
 
left(double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleReferencePair
Sets the left element of this pair (optional operation).
left(int) - Method in class it.unimi.dsi.fastutil.ints.IntByteMutablePair
 
left(int) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Sets the left element of this pair (optional operation).
left(int) - Method in class it.unimi.dsi.fastutil.ints.IntCharMutablePair
 
left(int) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Sets the left element of this pair (optional operation).
left(int) - Method in class it.unimi.dsi.fastutil.ints.IntReferenceMutablePair
 
left(int) - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
Sets the left element of this pair (optional operation).
left(long) - Method in class it.unimi.dsi.fastutil.longs.LongByteMutablePair
 
left(long) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Sets the left element of this pair (optional operation).
left(long) - Method in class it.unimi.dsi.fastutil.longs.LongCharMutablePair
 
left(long) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Sets the left element of this pair (optional operation).
left(long) - Method in class it.unimi.dsi.fastutil.longs.LongReferenceMutablePair
 
left(long) - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Sets the left element of this pair (optional operation).
left(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
Please use the corresponding type-specific method instead.
left(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
Please use the corresponding type-specific method instead.
left(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
left(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
Please use the corresponding type-specific method instead.
left(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
Please use the corresponding type-specific method instead.
left(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
left(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
left(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Deprecated.
Please use the corresponding type-specific method instead.
left(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Deprecated.
Please use the corresponding type-specific method instead.
left(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
left(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Deprecated.
Please use the corresponding type-specific method instead.
left(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Deprecated.
Please use the corresponding type-specific method instead.
left(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
left(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
left(Double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Deprecated.
Please use the corresponding type-specific method instead.
left(Double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Deprecated.
Please use the corresponding type-specific method instead.
left(Double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
left(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Deprecated.
Please use the corresponding type-specific method instead.
left(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Deprecated.
Please use the corresponding type-specific method instead.
left(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
left(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
Please use the corresponding type-specific method instead.
left(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
Please use the corresponding type-specific method instead.
left(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
left(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectByteMutablePair
 
left(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectCharMutablePair
 
left(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectReferenceMutablePair
 
left(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceByteMutablePair
 
left(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceCharMutablePair
 
left(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceDoubleMutablePair
 
left(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceIntMutablePair
 
left(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLongMutablePair
 
left(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceObjectMutablePair
 
left(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceReferenceMutablePair
 
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteByteImmutablePair
 
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteByteMutablePair
 
leftByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Returns the left element of this pair.
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteCharImmutablePair
 
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteCharMutablePair
 
leftByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Returns the left element of this pair.
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleImmutablePair
 
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleMutablePair
 
leftByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Returns the left element of this pair.
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteIntImmutablePair
 
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteIntMutablePair
 
leftByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Returns the left element of this pair.
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteLongImmutablePair
 
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteLongMutablePair
 
leftByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Returns the left element of this pair.
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectImmutablePair
 
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectMutablePair
 
leftByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Returns the left element of this pair.
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceImmutablePair
 
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceMutablePair
 
leftByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Returns the left element of this pair.
leftChar() - Method in class it.unimi.dsi.fastutil.chars.CharByteImmutablePair
 
leftChar() - Method in class it.unimi.dsi.fastutil.chars.CharByteMutablePair
 
leftChar() - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Returns the left element of this pair.
leftChar() - Method in class it.unimi.dsi.fastutil.chars.CharCharImmutablePair
 
leftChar() - Method in class it.unimi.dsi.fastutil.chars.CharCharMutablePair
 
leftChar() - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Returns the left element of this pair.
leftChar() - Method in class it.unimi.dsi.fastutil.chars.CharDoubleImmutablePair
 
leftChar() - Method in class it.unimi.dsi.fastutil.chars.CharDoubleMutablePair
 
leftChar() - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Returns the left element of this pair.
leftChar() - Method in class it.unimi.dsi.fastutil.chars.CharIntImmutablePair
 
leftChar() - Method in class it.unimi.dsi.fastutil.chars.CharIntMutablePair
 
leftChar() - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Returns the left element of this pair.
leftChar() - Method in class it.unimi.dsi.fastutil.chars.CharLongImmutablePair
 
leftChar() - Method in class it.unimi.dsi.fastutil.chars.CharLongMutablePair
 
leftChar() - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Returns the left element of this pair.
leftChar() - Method in class it.unimi.dsi.fastutil.chars.CharObjectImmutablePair
 
leftChar() - Method in class it.unimi.dsi.fastutil.chars.CharObjectMutablePair
 
leftChar() - Method in interface it.unimi.dsi.fastutil.chars.CharObjectPair
Returns the left element of this pair.
leftChar() - Method in class it.unimi.dsi.fastutil.chars.CharReferenceImmutablePair
 
leftChar() - Method in class it.unimi.dsi.fastutil.chars.CharReferenceMutablePair
 
leftChar() - Method in interface it.unimi.dsi.fastutil.chars.CharReferencePair
Returns the left element of this pair.
leftDouble() - Method in class it.unimi.dsi.fastutil.doubles.DoubleByteImmutablePair
 
leftDouble() - Method in class it.unimi.dsi.fastutil.doubles.DoubleByteMutablePair
 
leftDouble() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Returns the left element of this pair.
leftDouble() - Method in class it.unimi.dsi.fastutil.doubles.DoubleCharImmutablePair
 
leftDouble() - Method in class it.unimi.dsi.fastutil.doubles.DoubleCharMutablePair
 
leftDouble() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Returns the left element of this pair.
leftDouble() - Method in class it.unimi.dsi.fastutil.doubles.DoubleReferenceImmutablePair
 
leftDouble() - Method in class it.unimi.dsi.fastutil.doubles.DoubleReferenceMutablePair
 
leftDouble() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleReferencePair
Returns the left element of this pair.
leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntByteImmutablePair
 
leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntByteMutablePair
 
leftInt() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Returns the left element of this pair.
leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntCharImmutablePair
 
leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntCharMutablePair
 
leftInt() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Returns the left element of this pair.
leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntReferenceImmutablePair
 
leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntReferenceMutablePair
 
leftInt() - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
Returns the left element of this pair.
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongByteImmutablePair
 
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongByteMutablePair
 
leftLong() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Returns the left element of this pair.
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongCharImmutablePair
 
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongCharMutablePair
 
leftLong() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Returns the left element of this pair.
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongReferenceImmutablePair
 
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongReferenceMutablePair
 
leftLong() - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Returns the left element of this pair.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.chars.CharObjectPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.objects.ObjectBytePair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.objects.ObjectCharPair
Returns a lexicographical comparator for pairs.
LIST_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
 
LIST_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.chars.CharSpliterators
 
listIterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Returns a type-specific big-list iterator on this type-specific big list.
listIterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Returns a type-specific list iterator on the list.
listIterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Returns a type-specific big-list iterator on this type-specific big list.
listIterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
listIterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
listIterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
listIterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
listIterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
listIterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns a type-specific list iterator on the list.
listIterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
listIterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
listIterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
listIterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
listIterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Returns a type-specific big-list iterator on this type-specific big list.
listIterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
Returns a type-specific list iterator on the list.
listIterator() - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Returns a type-specific big-list iterator on this type-specific big list.
listIterator() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
listIterator() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
listIterator() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
listIterator() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
listIterator() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
listIterator() - Method in interface it.unimi.dsi.fastutil.chars.CharList
Returns a type-specific list iterator on the list.
listIterator() - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
listIterator() - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
listIterator() - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
listIterator() - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
listIterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Returns a type-specific big-list iterator on this type-specific big list.
listIterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
Returns a type-specific list iterator on the list.
listIterator() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Returns a type-specific big-list iterator on this type-specific big list.
listIterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
listIterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
listIterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.Singleton
 
listIterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
 
listIterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.UnmodifiableBigList
 
listIterator() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Returns a type-specific list iterator on the list.
listIterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
listIterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
listIterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
listIterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Returns a type-specific list iterator on the list starting at a given index.
listIterator(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
listIterator(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns a type-specific list iterator on the list starting at a given index.
listIterator(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList.CharSubList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
Returns a type-specific list iterator on the list starting at a given index.
listIterator(int) - Method in class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
 
listIterator(int) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Returns a type-specific list iterator on the list starting at a given index.
listIterator(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
Returns a type-specific list iterator on the list starting at a given index.
listIterator(int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList.ReferenceSubList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
 
listIterator(int) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Returns a type-specific list iterator on the list starting at a given index.
listIterator(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
listIterator(long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
 
listIterator(long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Returns a type-specific list iterator on this type-specific big list starting at a given index.
listIterator(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedBigList
 
listIterator(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
listIterator(long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Returns a type-specific list iterator on this type-specific big list starting at a given index.
listIterator(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
listIterator(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
listIterator(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
listIterator(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
listIterator(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
listIterator(long) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList.CharSubList
 
listIterator(long) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Returns a type-specific list iterator on this type-specific big list starting at a given index.
listIterator(long) - Method in class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedBigList
 
listIterator(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
listIterator(long) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Returns a type-specific list iterator on this type-specific big list starting at a given index.
listIterator(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
listIterator(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
listIterator(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
listIterator(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
listIterator(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
listIterator(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Returns a type-specific list iterator on this type-specific big list starting at a given index.
listIterator(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
listIterator(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
listIterator(long) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Returns a type-specific list iterator on this type-specific big list starting at a given index.
listIterator(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
listIterator(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
listIterator(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.Singleton
 
listIterator(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
 
listIterator(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.UnmodifiableBigList
 
Long2ByteArrayMap - Class in it.unimi.dsi.fastutil.longs
A simple, brute-force implementation of a map based on two parallel backing arrays.
Long2ByteArrayMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
Creates a new empty array map.
Long2ByteArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
Creates a new empty array map of given capacity.
Long2ByteArrayMap(long[], byte[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
Creates a new empty array map with given key and value backing arrays.
Long2ByteArrayMap(long[], byte[], int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Long2ByteArrayMap(Long2ByteMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
Long2ByteArrayMap(Map<? extends Long, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
Long2ByteAVLTreeMap - Class in it.unimi.dsi.fastutil.longs
A type-specific AVL tree map with a fast, small-footprint implementation.
Long2ByteAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Creates a new empty tree map.
Long2ByteAVLTreeMap(long[], byte[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Long2ByteAVLTreeMap(long[], byte[], Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Long2ByteAVLTreeMap(Long2ByteMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Creates a new tree map copying a given map.
Long2ByteAVLTreeMap(Long2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2ByteAVLTreeMap(Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Creates a new empty tree map with the given comparator.
Long2ByteAVLTreeMap(Map<? extends Long, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Creates a new tree map copying a given map.
Long2ByteAVLTreeMap(SortedMap<Long, Byte>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
 
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
long2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Returns a type-specific set view of the mappings contained in this map.
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
 
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
long2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
 
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
 
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
 
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
 
Long2ByteFunctions - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific functions.
Long2ByteFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.longs
An immutable class representing an empty type-specific function.
Long2ByteFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.longs
An adapter for mapping generic total functions to partial primitive functions.
Long2ByteFunctions.Singleton - Class in it.unimi.dsi.fastutil.longs
An immutable class representing a type-specific singleton function.
Long2ByteFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.longs
A synchronized wrapper class for functions.
Long2ByteFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for functions.
Long2ByteLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.longs
A type-specific linked hash map with with a fast, small-footprint implementation.
Long2ByteLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ByteLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ByteLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Creates a new hash map.
Long2ByteLinkedOpenHashMap(long[], byte[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Long2ByteLinkedOpenHashMap(long[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2ByteLinkedOpenHashMap(Long2ByteMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Long2ByteLinkedOpenHashMap(Long2ByteMap, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Long2ByteLinkedOpenHashMap(Map<? extends Long, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Long2ByteLinkedOpenHashMap(Map<? extends Long, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Creates a new hash map copying a given one.
Long2ByteMap - Interface in it.unimi.dsi.fastutil.longs
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Long2ByteMap.Entry - Interface in it.unimi.dsi.fastutil.longs
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Long2ByteMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.longs
An entry set providing fast iteration.
Long2ByteMaps - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific maps.
Long2ByteMaps.EmptyMap - Class in it.unimi.dsi.fastutil.longs
An immutable class representing an empty type-specific map.
Long2ByteMaps.Singleton - Class in it.unimi.dsi.fastutil.longs
An immutable class representing a type-specific singleton map.
Long2ByteMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.longs
A synchronized wrapper class for maps.
Long2ByteMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for maps.
Long2ByteOpenCustomHashMap - Class in it.unimi.dsi.fastutil.longs
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Long2ByteOpenCustomHashMap(int, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Creates a new hash map.
Long2ByteOpenCustomHashMap(int, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ByteOpenCustomHashMap(long[], byte[], float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2ByteOpenCustomHashMap(long[], byte[], LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Long2ByteOpenCustomHashMap(Long2ByteMap, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Long2ByteOpenCustomHashMap(Long2ByteMap, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Long2ByteOpenCustomHashMap(LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ByteOpenCustomHashMap(Map<? extends Long, ? extends Byte>, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Creates a new hash map copying a given one.
Long2ByteOpenCustomHashMap(Map<? extends Long, ? extends Byte>, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Long2ByteOpenHashMap - Class in it.unimi.dsi.fastutil.longs
A type-specific hash map with a fast, small-footprint implementation.
Long2ByteOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ByteOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ByteOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Creates a new hash map.
Long2ByteOpenHashMap(long[], byte[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Long2ByteOpenHashMap(long[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2ByteOpenHashMap(Long2ByteMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Long2ByteOpenHashMap(Long2ByteMap, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Creates a new hash map copying a given type-specific one.
Long2ByteOpenHashMap(Map<? extends Long, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Long2ByteOpenHashMap(Map<? extends Long, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Creates a new hash map copying a given one.
Long2ByteRBTreeMap - Class in it.unimi.dsi.fastutil.longs
A type-specific red-black tree map with a fast, small-footprint implementation.
Long2ByteRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Creates a new empty tree map.
Long2ByteRBTreeMap(long[], byte[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Long2ByteRBTreeMap(long[], byte[], Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Long2ByteRBTreeMap(Long2ByteMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Creates a new tree map copying a given map.
Long2ByteRBTreeMap(Long2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2ByteRBTreeMap(Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Creates a new empty tree map with the given comparator.
Long2ByteRBTreeMap(Map<? extends Long, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Creates a new tree map copying a given map.
Long2ByteRBTreeMap(SortedMap<Long, Byte>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2ByteSortedMap - Interface in it.unimi.dsi.fastutil.longs
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Long2ByteSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.longs
A sorted entry set providing fast iteration.
Long2ByteSortedMaps - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific sorted maps.
Long2ByteSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.longs
An immutable class representing an empty type-specific sorted map.
Long2ByteSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.longs
An immutable class representing a type-specific singleton sorted map.
Long2ByteSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.longs
A synchronized wrapper class for sorted maps.
Long2ByteSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for sorted maps.
Long2CharArrayMap - Class in it.unimi.dsi.fastutil.longs
A simple, brute-force implementation of a map based on two parallel backing arrays.
Long2CharArrayMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharArrayMap
Creates a new empty array map.
Long2CharArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharArrayMap
Creates a new empty array map of given capacity.
Long2CharArrayMap(long[], char[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharArrayMap
Creates a new empty array map with given key and value backing arrays.
Long2CharArrayMap(long[], char[], int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Long2CharArrayMap(Long2CharMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharArrayMap
Creates a new empty array map copying the entries of a given map.
Long2CharArrayMap(Map<? extends Long, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharArrayMap
Creates a new empty array map copying the entries of a given map.
Long2CharAVLTreeMap - Class in it.unimi.dsi.fastutil.longs
A type-specific AVL tree map with a fast, small-footprint implementation.
Long2CharAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
Creates a new empty tree map.
Long2CharAVLTreeMap(long[], char[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Long2CharAVLTreeMap(long[], char[], Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Long2CharAVLTreeMap(Long2CharMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
Creates a new tree map copying a given map.
Long2CharAVLTreeMap(Long2CharSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2CharAVLTreeMap(Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
Creates a new empty tree map with the given comparator.
Long2CharAVLTreeMap(Map<? extends Long, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
Creates a new tree map copying a given map.
Long2CharAVLTreeMap(SortedMap<Long, Character>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
long2CharEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharArrayMap
 
long2CharEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
 
long2CharEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
 
long2CharEntrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Returns a type-specific set view of the mappings contained in this map.
long2CharEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.EmptyMap
 
long2CharEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.Singleton
 
long2CharEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
 
long2CharEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
 
long2CharEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
 
long2CharEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
 
long2CharEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
 
long2CharEntrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2CharSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
long2CharEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.EmptySortedMap
 
long2CharEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.Singleton
 
long2CharEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.SynchronizedSortedMap
 
long2CharEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.UnmodifiableSortedMap
 
Long2CharFunctions - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific functions.
Long2CharFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.longs
An immutable class representing an empty type-specific function.
Long2CharFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.longs
An adapter for mapping generic total functions to partial primitive functions.
Long2CharFunctions.Singleton - Class in it.unimi.dsi.fastutil.longs
An immutable class representing a type-specific singleton function.
Long2CharFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.longs
A synchronized wrapper class for functions.
Long2CharFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for functions.
Long2CharLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.longs
A type-specific linked hash map with with a fast, small-footprint implementation.
Long2CharLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2CharLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2CharLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Creates a new hash map.
Long2CharLinkedOpenHashMap(long[], char[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Long2CharLinkedOpenHashMap(long[], char[], float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2CharLinkedOpenHashMap(Long2CharMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Long2CharLinkedOpenHashMap(Long2CharMap, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Long2CharLinkedOpenHashMap(Map<? extends Long, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Long2CharLinkedOpenHashMap(Map<? extends Long, ? extends Character>, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Creates a new hash map copying a given one.
Long2CharMap - Interface in it.unimi.dsi.fastutil.longs
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Long2CharMap.Entry - Interface in it.unimi.dsi.fastutil.longs
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Long2CharMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.longs
An entry set providing fast iteration.
Long2CharMaps - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific maps.
Long2CharMaps.EmptyMap - Class in it.unimi.dsi.fastutil.longs
An immutable class representing an empty type-specific map.
Long2CharMaps.Singleton - Class in it.unimi.dsi.fastutil.longs
An immutable class representing a type-specific singleton map.
Long2CharMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.longs
A synchronized wrapper class for maps.
Long2CharMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for maps.
Long2CharOpenCustomHashMap - Class in it.unimi.dsi.fastutil.longs
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Long2CharOpenCustomHashMap(int, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
Creates a new hash map.
Long2CharOpenCustomHashMap(int, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2CharOpenCustomHashMap(long[], char[], float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2CharOpenCustomHashMap(long[], char[], LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Long2CharOpenCustomHashMap(Long2CharMap, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Long2CharOpenCustomHashMap(Long2CharMap, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Long2CharOpenCustomHashMap(LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2CharOpenCustomHashMap(Map<? extends Long, ? extends Character>, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
Creates a new hash map copying a given one.
Long2CharOpenCustomHashMap(Map<? extends Long, ? extends Character>, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Long2CharOpenHashMap - Class in it.unimi.dsi.fastutil.longs
A type-specific hash map with a fast, small-footprint implementation.
Long2CharOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2CharOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2CharOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
Creates a new hash map.
Long2CharOpenHashMap(long[], char[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Long2CharOpenHashMap(long[], char[], float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2CharOpenHashMap(Long2CharMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Long2CharOpenHashMap(Long2CharMap, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
Creates a new hash map copying a given type-specific one.
Long2CharOpenHashMap(Map<? extends Long, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Long2CharOpenHashMap(Map<? extends Long, ? extends Character>, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
Creates a new hash map copying a given one.
Long2CharRBTreeMap - Class in it.unimi.dsi.fastutil.longs
A type-specific red-black tree map with a fast, small-footprint implementation.
Long2CharRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
Creates a new empty tree map.
Long2CharRBTreeMap(long[], char[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Long2CharRBTreeMap(long[], char[], Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Long2CharRBTreeMap(Long2CharMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
Creates a new tree map copying a given map.
Long2CharRBTreeMap(Long2CharSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2CharRBTreeMap(Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
Creates a new empty tree map with the given comparator.
Long2CharRBTreeMap(Map<? extends Long, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
Creates a new tree map copying a given map.
Long2CharRBTreeMap(SortedMap<Long, Character>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2CharSortedMap - Interface in it.unimi.dsi.fastutil.longs
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Long2CharSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.longs
A sorted entry set providing fast iteration.
Long2CharSortedMaps - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific sorted maps.
Long2CharSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.longs
An immutable class representing an empty type-specific sorted map.
Long2CharSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.longs
An immutable class representing a type-specific singleton sorted map.
Long2CharSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.longs
A synchronized wrapper class for sorted maps.
Long2CharSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for sorted maps.
Long2ReferenceArrayMap<V> - Class in it.unimi.dsi.fastutil.longs
A simple, brute-force implementation of a map based on two parallel backing arrays.
Long2ReferenceArrayMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
Creates a new empty array map.
Long2ReferenceArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
Creates a new empty array map of given capacity.
Long2ReferenceArrayMap(long[], Object[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
Creates a new empty array map with given key and value backing arrays.
Long2ReferenceArrayMap(long[], Object[], int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Long2ReferenceArrayMap(Long2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
Creates a new empty array map copying the entries of a given map.
Long2ReferenceArrayMap(Map<? extends Long, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
Creates a new empty array map copying the entries of a given map.
Long2ReferenceAVLTreeMap<V> - Class in it.unimi.dsi.fastutil.longs
A type-specific AVL tree map with a fast, small-footprint implementation.
Long2ReferenceAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
Creates a new empty tree map.
Long2ReferenceAVLTreeMap(long[], V[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Long2ReferenceAVLTreeMap(long[], V[], Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Long2ReferenceAVLTreeMap(Long2ReferenceMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
Creates a new tree map copying a given map.
Long2ReferenceAVLTreeMap(Long2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2ReferenceAVLTreeMap(Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
Creates a new empty tree map with the given comparator.
Long2ReferenceAVLTreeMap(Map<? extends Long, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
Creates a new tree map copying a given map.
Long2ReferenceAVLTreeMap(SortedMap<Long, V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
long2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
 
long2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
long2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
long2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Returns a type-specific set view of the mappings contained in this map.
long2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
 
long2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
 
long2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
long2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
long2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
long2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
 
long2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
long2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
long2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
 
long2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
 
long2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
 
long2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
 
Long2ReferenceFunctions - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific functions.
Long2ReferenceFunctions.EmptyFunction<V> - Class in it.unimi.dsi.fastutil.longs
An immutable class representing an empty type-specific function.
Long2ReferenceFunctions.PrimitiveFunction<V> - Class in it.unimi.dsi.fastutil.longs
An adapter for mapping generic total functions to partial primitive functions.
Long2ReferenceFunctions.Singleton<V> - Class in it.unimi.dsi.fastutil.longs
An immutable class representing a type-specific singleton function.
Long2ReferenceFunctions.SynchronizedFunction<V> - Class in it.unimi.dsi.fastutil.longs
A synchronized wrapper class for functions.
Long2ReferenceFunctions.UnmodifiableFunction<V> - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for functions.
Long2ReferenceLinkedOpenHashMap<V> - Class in it.unimi.dsi.fastutil.longs
A type-specific linked hash map with with a fast, small-footprint implementation.
Long2ReferenceLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ReferenceLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ReferenceLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Creates a new hash map.
Long2ReferenceLinkedOpenHashMap(long[], V[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Long2ReferenceLinkedOpenHashMap(long[], V[], float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2ReferenceLinkedOpenHashMap(Long2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Long2ReferenceLinkedOpenHashMap(Long2ReferenceMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Long2ReferenceLinkedOpenHashMap(Map<? extends Long, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Long2ReferenceLinkedOpenHashMap(Map<? extends Long, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Creates a new hash map copying a given one.
Long2ReferenceMap<V> - Interface in it.unimi.dsi.fastutil.longs
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Long2ReferenceMap.Entry<V> - Interface in it.unimi.dsi.fastutil.longs
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Long2ReferenceMap.FastEntrySet<V> - Interface in it.unimi.dsi.fastutil.longs
An entry set providing fast iteration.
Long2ReferenceMaps - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific maps.
Long2ReferenceMaps.EmptyMap<V> - Class in it.unimi.dsi.fastutil.longs
An immutable class representing an empty type-specific map.
Long2ReferenceMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.longs
An immutable class representing a type-specific singleton map.
Long2ReferenceMaps.SynchronizedMap<V> - Class in it.unimi.dsi.fastutil.longs
A synchronized wrapper class for maps.
Long2ReferenceMaps.UnmodifiableMap<V> - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for maps.
Long2ReferenceOpenCustomHashMap<V> - Class in it.unimi.dsi.fastutil.longs
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Long2ReferenceOpenCustomHashMap(int, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Creates a new hash map.
Long2ReferenceOpenCustomHashMap(int, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ReferenceOpenCustomHashMap(long[], V[], float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2ReferenceOpenCustomHashMap(long[], V[], LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Long2ReferenceOpenCustomHashMap(Long2ReferenceMap<V>, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Long2ReferenceOpenCustomHashMap(Long2ReferenceMap<V>, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Long2ReferenceOpenCustomHashMap(LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ReferenceOpenCustomHashMap(Map<? extends Long, ? extends V>, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Creates a new hash map copying a given one.
Long2ReferenceOpenCustomHashMap(Map<? extends Long, ? extends V>, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Long2ReferenceOpenHashMap<V> - Class in it.unimi.dsi.fastutil.longs
A type-specific hash map with a fast, small-footprint implementation.
Long2ReferenceOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ReferenceOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ReferenceOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Creates a new hash map.
Long2ReferenceOpenHashMap(long[], V[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Long2ReferenceOpenHashMap(long[], V[], float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2ReferenceOpenHashMap(Long2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Long2ReferenceOpenHashMap(Long2ReferenceMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Creates a new hash map copying a given type-specific one.
Long2ReferenceOpenHashMap(Map<? extends Long, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Long2ReferenceOpenHashMap(Map<? extends Long, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Creates a new hash map copying a given one.
Long2ReferenceRBTreeMap<V> - Class in it.unimi.dsi.fastutil.longs
A type-specific red-black tree map with a fast, small-footprint implementation.
Long2ReferenceRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
Creates a new empty tree map.
Long2ReferenceRBTreeMap(long[], V[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Long2ReferenceRBTreeMap(long[], V[], Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Long2ReferenceRBTreeMap(Long2ReferenceMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
Creates a new tree map copying a given map.
Long2ReferenceRBTreeMap(Long2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2ReferenceRBTreeMap(Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
Creates a new empty tree map with the given comparator.
Long2ReferenceRBTreeMap(Map<? extends Long, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
Creates a new tree map copying a given map.
Long2ReferenceRBTreeMap(SortedMap<Long, V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2ReferenceSortedMap<V> - Interface in it.unimi.dsi.fastutil.longs
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Long2ReferenceSortedMap.FastSortedEntrySet<V> - Interface in it.unimi.dsi.fastutil.longs
A sorted entry set providing fast iteration.
Long2ReferenceSortedMaps - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific sorted maps.
Long2ReferenceSortedMaps.EmptySortedMap<V> - Class in it.unimi.dsi.fastutil.longs
An immutable class representing an empty type-specific sorted map.
Long2ReferenceSortedMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.longs
An immutable class representing a type-specific singleton sorted map.
Long2ReferenceSortedMaps.SynchronizedSortedMap<V> - Class in it.unimi.dsi.fastutil.longs
A synchronized wrapper class for sorted maps.
Long2ReferenceSortedMaps.UnmodifiableSortedMap<V> - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for sorted maps.
LongByteImmutablePair - Class in it.unimi.dsi.fastutil.longs
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongByteImmutablePair(long, byte) - Constructor for class it.unimi.dsi.fastutil.longs.LongByteImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
LongByteMutablePair - Class in it.unimi.dsi.fastutil.longs
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongByteMutablePair(long, byte) - Constructor for class it.unimi.dsi.fastutil.longs.LongByteMutablePair
Creates a new type-specific mutable Pair with given left and right value.
LongBytePair - Interface in it.unimi.dsi.fastutil.longs
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongCharImmutablePair - Class in it.unimi.dsi.fastutil.longs
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongCharImmutablePair(long, char) - Constructor for class it.unimi.dsi.fastutil.longs.LongCharImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
LongCharMutablePair - Class in it.unimi.dsi.fastutil.longs
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongCharMutablePair(long, char) - Constructor for class it.unimi.dsi.fastutil.longs.LongCharMutablePair
Creates a new type-specific mutable Pair with given left and right value.
LongCharPair - Interface in it.unimi.dsi.fastutil.longs
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongReferenceImmutablePair<V> - Class in it.unimi.dsi.fastutil.longs
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongReferenceImmutablePair(long, V) - Constructor for class it.unimi.dsi.fastutil.longs.LongReferenceImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
LongReferenceMutablePair<V> - Class in it.unimi.dsi.fastutil.longs
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongReferenceMutablePair(long, V) - Constructor for class it.unimi.dsi.fastutil.longs.LongReferenceMutablePair
Creates a new type-specific mutable Pair with given left and right value.
LongReferencePair<V> - Interface in it.unimi.dsi.fastutil.longs
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.

M

makeHeap(byte[], int[], int[], int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIndirectHeaps
Creates an indirect heap from a given index array.
makeHeap(byte[], int[], int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSemiIndirectHeaps
Creates a semi-indirect heap from a given index array.
makeHeap(byte[], int, int, int[], int[], ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIndirectHeaps
Creates an indirect heap in the given array.
makeHeap(byte[], int, int, int[], ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSemiIndirectHeaps
Creates a semi-indirect heap in the given array.
makeHeap(byte[], int, int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSemiIndirectHeaps
Creates a semi-indirect heap, allocating its heap array.
makeHeap(byte[], int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteHeaps
Makes an array into a heap.
makeHeap(char[], int[], int[], int, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharIndirectHeaps
Creates an indirect heap from a given index array.
makeHeap(char[], int[], int, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharSemiIndirectHeaps
Creates a semi-indirect heap from a given index array.
makeHeap(char[], int, int, int[], int[], CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharIndirectHeaps
Creates an indirect heap in the given array.
makeHeap(char[], int, int, int[], CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharSemiIndirectHeaps
Creates a semi-indirect heap in the given array.
makeHeap(char[], int, int, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharSemiIndirectHeaps
Creates a semi-indirect heap, allocating its heap array.
makeHeap(char[], int, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharHeaps
Makes an array into a heap.
merge(byte, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
 
merge(byte, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
 
merge(byte, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
 
merge(byte, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
 
merge(byte, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
 
merge(byte, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
 
merge(byte, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
 
merge(byte, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
 
merge(byte, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
 
merge(byte, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
 
merge(byte, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
 
merge(byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
 
merge(byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
merge(byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
merge(byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
 
merge(char, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
 
merge(char, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
 
merge(char, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
 
merge(char, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
merge(char, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
merge(char, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
 
merge(char, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
 
merge(char, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
 
merge(char, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
 
merge(char, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
 
merge(char, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
 
merge(char, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
 
merge(char, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
 
merge(char, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(double, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(double, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
merge(double, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
merge(double, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
merge(double, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(double, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(double, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(double, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
If the specified key is not already associated with a value, associates it with the given value.
merge(double, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
 
merge(double, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
 
merge(double, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(double, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(double, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(double, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
If the specified key is not already associated with a value, associates it with the given value.
merge(double, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
 
merge(double, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
 
merge(double, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(double, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(int, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(int, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
merge(int, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
 
merge(int, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
 
merge(int, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(int, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(int, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(int, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
If the specified key is not already associated with a value, associates it with the given value.
merge(int, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
 
merge(int, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
 
merge(int, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(int, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(int, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(int, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
If the specified key is not already associated with a value, associates it with the given value.
merge(int, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
merge(int, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
merge(int, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(int, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
merge(long, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
merge(long, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
 
merge(long, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
 
merge(long, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
merge(long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
merge(long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(Byte, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Byte, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Byte, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Byte, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Byte, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Byte, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Byte, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Byte, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Byte, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Byte, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Byte, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Byte, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Byte, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Byte, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Byte, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Character, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Character, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Character, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Character, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Character, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Character, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Character, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Character, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Character, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Character, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Character, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Character, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Character, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Character, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Character, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Character, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Character, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Character, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Character, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Character, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Character, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Double, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Double, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Double, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Double, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Double, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Double, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Double, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Double, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Double, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Integer, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Integer, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Integer, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Integer, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Integer, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Integer, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Integer, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Integer, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Integer, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Long, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Long, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Long, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Long, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Long, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Long, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(Long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
merge(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
merge(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
merge(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
merge(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
merge(K, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
 
merge(K, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
merge(K, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
 
merge(K, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
merge(K, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
merge(K, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
merge(K, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
 
merge(K, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
merge(K, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
 
merge(K, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.SynchronizedMap
 
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.UnmodifiableMap
 
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
mergeByte(byte, byte, ByteBinaryOperator) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
mergeByte(byte, byte, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
mergeByte(char, byte, ByteBinaryOperator) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
mergeByte(char, byte, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
mergeByte(double, byte, ByteBinaryOperator) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
mergeByte(double, byte, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
mergeByte(int, byte, ByteBinaryOperator) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
mergeByte(int, byte, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
mergeByte(long, byte, ByteBinaryOperator) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
mergeByte(long, byte, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
mergeByte(K, byte, ByteBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
mergeByte(K, byte, ByteBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
mergeByte(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use merge() instead.
mergeByte(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Deprecated.
Please use merge() instead.
mergeByte(K, byte, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
mergeByte(K, byte, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
mergeChar(byte, char, CharBinaryOperator) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
If the specified key is not already associated with a value, associates it with the given value.
mergeChar(byte, char, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
If the specified key is not already associated with a value, associates it with the given value.
mergeChar(char, char, CharBinaryOperator) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
If the specified key is not already associated with a value, associates it with the given value.
mergeChar(char, char, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
If the specified key is not already associated with a value, associates it with the given value.
mergeChar(double, char, CharBinaryOperator) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
If the specified key is not already associated with a value, associates it with the given value.
mergeChar(double, char, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
If the specified key is not already associated with a value, associates it with the given value.
mergeChar(int, char, CharBinaryOperator) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
If the specified key is not already associated with a value, associates it with the given value.
mergeChar(int, char, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
If the specified key is not already associated with a value, associates it with the given value.
mergeChar(long, char, CharBinaryOperator) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
If the specified key is not already associated with a value, associates it with the given value.
mergeChar(long, char, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
If the specified key is not already associated with a value, associates it with the given value.
mergeChar(K, char, CharBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
If the specified key is not already associated with a value, associates it with the given value.
mergeChar(K, char, CharBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
If the specified key is not already associated with a value, associates it with the given value.
mergeChar(K, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Deprecated.
Please use merge() instead.
mergeChar(K, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Deprecated.
Please use merge() instead.
mergeChar(K, char, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
If the specified key is not already associated with a value, associates it with the given value.
mergeChar(K, char, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
If the specified key is not already associated with a value, associates it with the given value.
mergeDouble(byte, double, DoubleBinaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap
If the specified key is not already associated with a value, associates it with the given value.
mergeDouble(byte, double, DoubleBinaryOperator) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
If the specified key is not already associated with a value, associates it with the given value.
mergeDouble(byte, double, DoubleBinaryOperator) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
If the specified key is not already associated with a value, associates it with the given value.
mergeDouble(char, double, DoubleBinaryOperator) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap
If the specified key is not already associated with a value, associates it with the given value.
mergeDouble(char, double, DoubleBinaryOperator) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
If the specified key is not already associated with a value, associates it with the given value.
mergeDouble(char, double, DoubleBinaryOperator) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
If the specified key is not already associated with a value, associates it with the given value.
mergeDouble(K, double, DoubleBinaryOperator) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap
If the specified key is not already associated with a value, associates it with the given value.
mergeDouble(K, double, DoubleBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
If the specified key is not already associated with a value, associates it with the given value.
mergeDouble(K, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Deprecated.
Please use merge() instead.
mergeDouble(K, double, DoubleBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
If the specified key is not already associated with a value, associates it with the given value.
mergeInt(byte, int, IntBinaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap
If the specified key is not already associated with a value, associates it with the given value.
mergeInt(byte, int, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
If the specified key is not already associated with a value, associates it with the given value.
mergeInt(byte, int, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
If the specified key is not already associated with a value, associates it with the given value.
mergeInt(char, int, IntBinaryOperator) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap
If the specified key is not already associated with a value, associates it with the given value.
mergeInt(char, int, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
If the specified key is not already associated with a value, associates it with the given value.
mergeInt(char, int, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
If the specified key is not already associated with a value, associates it with the given value.
mergeInt(K, int, IntBinaryOperator) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap
If the specified key is not already associated with a value, associates it with the given value.
mergeInt(K, int, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
If the specified key is not already associated with a value, associates it with the given value.
mergeInt(K, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Deprecated.
Please use merge() instead.
mergeInt(K, int, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
If the specified key is not already associated with a value, associates it with the given value.
mergeLong(byte, long, LongBinaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap
If the specified key is not already associated with a value, associates it with the given value.
mergeLong(byte, long, LongBinaryOperator) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
If the specified key is not already associated with a value, associates it with the given value.
mergeLong(byte, long, LongBinaryOperator) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
If the specified key is not already associated with a value, associates it with the given value.
mergeLong(char, long, LongBinaryOperator) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap
If the specified key is not already associated with a value, associates it with the given value.
mergeLong(char, long, LongBinaryOperator) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
If the specified key is not already associated with a value, associates it with the given value.
mergeLong(char, long, LongBinaryOperator) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
If the specified key is not already associated with a value, associates it with the given value.
mergeLong(K, long, LongBinaryOperator) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap
If the specified key is not already associated with a value, associates it with the given value.
mergeLong(K, long, LongBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
If the specified key is not already associated with a value, associates it with the given value.
mergeLong(K, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Deprecated.
Please use merge() instead.
mergeLong(K, long, LongBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
If the specified key is not already associated with a value, associates it with the given value.

N

narrow(PrimitiveIterator.OfInt) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Wrap a JDK primitive iterator to a type-specific iterator, making checked narrowed casts.
narrow(PrimitiveIterator.OfInt) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Wrap a JDK primitive iterator to a type-specific iterator, making checked narrowed casts.
narrow(Spliterator.OfInt) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wrap a JDK primitive spliterator to a type-specific spliterator, making checked narrowed casts.
narrow(Spliterator.OfInt) - Static method in class it.unimi.dsi.fastutil.chars.CharSpliterators
Wrap a JDK primitive spliterator to a type-specific spliterator, making checked narrowed casts.
NATURAL_COMPARATOR - Static variable in class it.unimi.dsi.fastutil.bytes.ByteComparators
 
NATURAL_COMPARATOR - Static variable in class it.unimi.dsi.fastutil.chars.CharComparators
 
negate() - Method in interface it.unimi.dsi.fastutil.bytes.BytePredicate
 
negate() - Method in interface it.unimi.dsi.fastutil.chars.CharPredicate
 
negation() - Static method in interface it.unimi.dsi.fastutil.bytes.ByteUnaryOperator
Returns a UnaryOperator that always returns the arithmetic negation of the input.
next() - Method in interface it.unimi.dsi.fastutil.bytes.ByteListIterator
Deprecated.
Please use the corresponding type-specific method instead.
next() - Method in interface it.unimi.dsi.fastutil.chars.CharListIterator
Deprecated.
Please use the corresponding type-specific method instead.
nextByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.AbstractIndexBasedBigIterator
 
nextByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.BigListIteratorListIterator
 
nextByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.EmptyBigListIterator
 
nextByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.UnmodifiableBigListIterator
 
nextByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedIterator
 
nextByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
 
nextByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableBidirectionalIterator
 
nextByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableIterator
 
nextByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableListIterator
 
nextChar() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.AbstractIndexBasedBigIterator
 
nextChar() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.BigListIteratorListIterator
 
nextChar() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.EmptyBigListIterator
 
nextChar() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.UnmodifiableBigListIterator
 
nextChar() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.AbstractIndexBasedIterator
 
nextChar() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.EmptyIterator
 
nextChar() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.UnmodifiableBidirectionalIterator
 
nextChar() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.UnmodifiableIterator
 
nextChar() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.UnmodifiableListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.AbstractIndexBasedBigListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.BigListIteratorListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.EmptyBigListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.UnmodifiableBigListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.AbstractIndexBasedBigListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.BigListIteratorListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.EmptyBigListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.UnmodifiableBigListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.AbstractIndexBasedListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.EmptyIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.UnmodifiableListIterator
 

O

Object2ByteArrayMap<K> - Class in it.unimi.dsi.fastutil.objects
A simple, brute-force implementation of a map based on two parallel backing arrays.
Object2ByteArrayMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
Creates a new empty array map.
Object2ByteArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
Creates a new empty array map of given capacity.
Object2ByteArrayMap(Object2ByteMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
Object2ByteArrayMap(Object[], byte[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
Creates a new empty array map with given key and value backing arrays.
Object2ByteArrayMap(Object[], byte[], int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Object2ByteArrayMap(Map<? extends K, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
Object2ByteAVLTreeMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific AVL tree map with a fast, small-footprint implementation.
Object2ByteAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Creates a new empty tree map.
Object2ByteAVLTreeMap(Object2ByteMap<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Creates a new tree map copying a given map.
Object2ByteAVLTreeMap(Object2ByteSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2ByteAVLTreeMap(Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Creates a new empty tree map with the given comparator.
Object2ByteAVLTreeMap(Map<? extends K, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Creates a new tree map copying a given map.
Object2ByteAVLTreeMap(SortedMap<K, Byte>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2ByteAVLTreeMap(K[], byte[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Object2ByteAVLTreeMap(K[], byte[], Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
object2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Returns a type-specific set view of the mappings contained in this map.
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
object2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.EmptySortedMap
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.UnmodifiableSortedMap
 
Object2ByteFunctions - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific functions.
Object2ByteFunctions.EmptyFunction<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific function.
Object2ByteFunctions.PrimitiveFunction<K> - Class in it.unimi.dsi.fastutil.objects
An adapter for mapping generic total functions to partial primitive functions.
Object2ByteFunctions.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton function.
Object2ByteFunctions.SynchronizedFunction<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for functions.
Object2ByteFunctions.UnmodifiableFunction<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for functions.
Object2ByteLinkedOpenCustomHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Object2ByteLinkedOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Creates a new hash map.
Object2ByteLinkedOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ByteLinkedOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ByteLinkedOpenCustomHashMap(Object2ByteMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Object2ByteLinkedOpenCustomHashMap(Object2ByteMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2ByteLinkedOpenCustomHashMap(Map<? extends K, ? extends Byte>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Creates a new hash map copying a given one.
Object2ByteLinkedOpenCustomHashMap(Map<? extends K, ? extends Byte>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2ByteLinkedOpenCustomHashMap(K[], byte[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2ByteLinkedOpenCustomHashMap(K[], byte[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2ByteLinkedOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Object2ByteLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ByteLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ByteLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Creates a new hash map.
Object2ByteLinkedOpenHashMap(Object2ByteMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2ByteLinkedOpenHashMap(Object2ByteMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Object2ByteLinkedOpenHashMap(Map<? extends K, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2ByteLinkedOpenHashMap(Map<? extends K, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Creates a new hash map copying a given one.
Object2ByteLinkedOpenHashMap(K[], byte[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2ByteLinkedOpenHashMap(K[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2ByteMap<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Object2ByteMap.Entry<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Object2ByteMap.FastEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
An entry set providing fast iteration.
Object2ByteMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific maps.
Object2ByteMaps.EmptyMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific map.
Object2ByteMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton map.
Object2ByteMaps.SynchronizedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for maps.
Object2ByteMaps.UnmodifiableMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for maps.
Object2ByteOpenCustomHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Object2ByteOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Creates a new hash map.
Object2ByteOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ByteOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ByteOpenCustomHashMap(Object2ByteMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Object2ByteOpenCustomHashMap(Object2ByteMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2ByteOpenCustomHashMap(Map<? extends K, ? extends Byte>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Creates a new hash map copying a given one.
Object2ByteOpenCustomHashMap(Map<? extends K, ? extends Byte>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2ByteOpenCustomHashMap(K[], byte[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2ByteOpenCustomHashMap(K[], byte[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2ByteOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation.
Object2ByteOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ByteOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ByteOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Creates a new hash map.
Object2ByteOpenHashMap(Object2ByteMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2ByteOpenHashMap(Object2ByteMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Creates a new hash map copying a given type-specific one.
Object2ByteOpenHashMap(Map<? extends K, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2ByteOpenHashMap(Map<? extends K, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Creates a new hash map copying a given one.
Object2ByteOpenHashMap(K[], byte[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2ByteOpenHashMap(K[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2ByteRBTreeMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific red-black tree map with a fast, small-footprint implementation.
Object2ByteRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Creates a new empty tree map.
Object2ByteRBTreeMap(Object2ByteMap<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Creates a new tree map copying a given map.
Object2ByteRBTreeMap(Object2ByteSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2ByteRBTreeMap(Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Creates a new empty tree map with the given comparator.
Object2ByteRBTreeMap(Map<? extends K, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Creates a new tree map copying a given map.
Object2ByteRBTreeMap(SortedMap<K, Byte>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2ByteRBTreeMap(K[], byte[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Object2ByteRBTreeMap(K[], byte[], Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Object2ByteSortedMap<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Object2ByteSortedMap.FastSortedEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
A sorted entry set providing fast iteration.
Object2ByteSortedMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sorted maps.
Object2ByteSortedMaps.EmptySortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific sorted map.
Object2ByteSortedMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton sorted map.
Object2ByteSortedMaps.SynchronizedSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sorted maps.
Object2ByteSortedMaps.UnmodifiableSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for sorted maps.
Object2CharArrayMap<K> - Class in it.unimi.dsi.fastutil.objects
A simple, brute-force implementation of a map based on two parallel backing arrays.
Object2CharArrayMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharArrayMap
Creates a new empty array map.
Object2CharArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharArrayMap
Creates a new empty array map of given capacity.
Object2CharArrayMap(Object2CharMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharArrayMap
Creates a new empty array map copying the entries of a given map.
Object2CharArrayMap(Object[], char[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharArrayMap
Creates a new empty array map with given key and value backing arrays.
Object2CharArrayMap(Object[], char[], int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Object2CharArrayMap(Map<? extends K, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharArrayMap
Creates a new empty array map copying the entries of a given map.
Object2CharAVLTreeMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific AVL tree map with a fast, small-footprint implementation.
Object2CharAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
Creates a new empty tree map.
Object2CharAVLTreeMap(Object2CharMap<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
Creates a new tree map copying a given map.
Object2CharAVLTreeMap(Object2CharSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2CharAVLTreeMap(Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
Creates a new empty tree map with the given comparator.
Object2CharAVLTreeMap(Map<? extends K, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
Creates a new tree map copying a given map.
Object2CharAVLTreeMap(SortedMap<K, Character>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2CharAVLTreeMap(K[], char[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Object2CharAVLTreeMap(K[], char[], Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
object2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharArrayMap
 
object2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
 
object2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
 
object2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
 
object2CharEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Returns a type-specific set view of the mappings contained in this map.
object2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.EmptyMap
 
object2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.Singleton
 
object2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
object2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
 
object2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
 
object2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
 
object2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
 
object2CharEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2CharSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
object2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.EmptySortedMap
 
object2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.Singleton
 
object2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.SynchronizedSortedMap
 
object2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.UnmodifiableSortedMap
 
Object2CharFunctions - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific functions.
Object2CharFunctions.EmptyFunction<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific function.
Object2CharFunctions.PrimitiveFunction<K> - Class in it.unimi.dsi.fastutil.objects
An adapter for mapping generic total functions to partial primitive functions.
Object2CharFunctions.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton function.
Object2CharFunctions.SynchronizedFunction<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for functions.
Object2CharFunctions.UnmodifiableFunction<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for functions.
Object2CharLinkedOpenCustomHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Object2CharLinkedOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Creates a new hash map.
Object2CharLinkedOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2CharLinkedOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2CharLinkedOpenCustomHashMap(Object2CharMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Object2CharLinkedOpenCustomHashMap(Object2CharMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2CharLinkedOpenCustomHashMap(Map<? extends K, ? extends Character>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Creates a new hash map copying a given one.
Object2CharLinkedOpenCustomHashMap(Map<? extends K, ? extends Character>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2CharLinkedOpenCustomHashMap(K[], char[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2CharLinkedOpenCustomHashMap(K[], char[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2CharLinkedOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Object2CharLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2CharLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2CharLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Creates a new hash map.
Object2CharLinkedOpenHashMap(Object2CharMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2CharLinkedOpenHashMap(Object2CharMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Object2CharLinkedOpenHashMap(Map<? extends K, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2CharLinkedOpenHashMap(Map<? extends K, ? extends Character>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Creates a new hash map copying a given one.
Object2CharLinkedOpenHashMap(K[], char[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2CharLinkedOpenHashMap(K[], char[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2CharMap<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Object2CharMap.Entry<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Object2CharMap.FastEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
An entry set providing fast iteration.
Object2CharMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific maps.
Object2CharMaps.EmptyMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific map.
Object2CharMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton map.
Object2CharMaps.SynchronizedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for maps.
Object2CharMaps.UnmodifiableMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for maps.
Object2CharOpenCustomHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Object2CharOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
Creates a new hash map.
Object2CharOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2CharOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2CharOpenCustomHashMap(Object2CharMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Object2CharOpenCustomHashMap(Object2CharMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2CharOpenCustomHashMap(Map<? extends K, ? extends Character>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
Creates a new hash map copying a given one.
Object2CharOpenCustomHashMap(Map<? extends K, ? extends Character>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2CharOpenCustomHashMap(K[], char[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2CharOpenCustomHashMap(K[], char[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2CharOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation.
Object2CharOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2CharOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2CharOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
Creates a new hash map.
Object2CharOpenHashMap(Object2CharMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2CharOpenHashMap(Object2CharMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
Creates a new hash map copying a given type-specific one.
Object2CharOpenHashMap(Map<? extends K, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2CharOpenHashMap(Map<? extends K, ? extends Character>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
Creates a new hash map copying a given one.
Object2CharOpenHashMap(K[], char[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2CharOpenHashMap(K[], char[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2CharRBTreeMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific red-black tree map with a fast, small-footprint implementation.
Object2CharRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
Creates a new empty tree map.
Object2CharRBTreeMap(Object2CharMap<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
Creates a new tree map copying a given map.
Object2CharRBTreeMap(Object2CharSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2CharRBTreeMap(Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
Creates a new empty tree map with the given comparator.
Object2CharRBTreeMap(Map<? extends K, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
Creates a new tree map copying a given map.
Object2CharRBTreeMap(SortedMap<K, Character>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2CharRBTreeMap(K[], char[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Object2CharRBTreeMap(K[], char[], Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Object2CharSortedMap<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Object2CharSortedMap.FastSortedEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
A sorted entry set providing fast iteration.
Object2CharSortedMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sorted maps.
Object2CharSortedMaps.EmptySortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific sorted map.
Object2CharSortedMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton sorted map.
Object2CharSortedMaps.SynchronizedSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sorted maps.
Object2CharSortedMaps.UnmodifiableSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for sorted maps.
Object2ReferenceArrayMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
A simple, brute-force implementation of a map based on two parallel backing arrays.
Object2ReferenceArrayMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
Creates a new empty array map.
Object2ReferenceArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
Creates a new empty array map of given capacity.
Object2ReferenceArrayMap(Object2ReferenceMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
Creates a new empty array map copying the entries of a given map.
Object2ReferenceArrayMap(Object[], Object[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
Creates a new empty array map with given key and value backing arrays.
Object2ReferenceArrayMap(Object[], Object[], int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Object2ReferenceArrayMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
Creates a new empty array map copying the entries of a given map.
Object2ReferenceAVLTreeMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
A type-specific AVL tree map with a fast, small-footprint implementation.
Object2ReferenceAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Creates a new empty tree map.
Object2ReferenceAVLTreeMap(Object2ReferenceMap<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Creates a new tree map copying a given map.
Object2ReferenceAVLTreeMap(Object2ReferenceSortedMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2ReferenceAVLTreeMap(Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Creates a new empty tree map with the given comparator.
Object2ReferenceAVLTreeMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Creates a new tree map copying a given map.
Object2ReferenceAVLTreeMap(SortedMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2ReferenceAVLTreeMap(K[], V[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
Object2ReferenceAVLTreeMap(K[], V[], Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
object2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
Returns a type-specific set view of the mappings contained in this map.
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.EmptyMap
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
object2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.EmptySortedMap
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.Singleton
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.UnmodifiableSortedMap
 
Object2ReferenceFunctions - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific functions.
Object2ReferenceFunctions.EmptyFunction<K,​V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific function.
Object2ReferenceFunctions.Singleton<K,​V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton function.
Object2ReferenceFunctions.SynchronizedFunction<K,​V> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for functions.
Object2ReferenceFunctions.UnmodifiableFunction<K,​V> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for functions.
Object2ReferenceLinkedOpenCustomHashMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Object2ReferenceLinkedOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Creates a new hash map.
Object2ReferenceLinkedOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ReferenceLinkedOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ReferenceLinkedOpenCustomHashMap(Object2ReferenceMap<K, V>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Object2ReferenceLinkedOpenCustomHashMap(Object2ReferenceMap<K, V>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2ReferenceLinkedOpenCustomHashMap(Map<? extends K, ? extends V>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Creates a new hash map copying a given one.
Object2ReferenceLinkedOpenCustomHashMap(Map<? extends K, ? extends V>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2ReferenceLinkedOpenCustomHashMap(K[], V[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2ReferenceLinkedOpenCustomHashMap(K[], V[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2ReferenceLinkedOpenHashMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Object2ReferenceLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ReferenceLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ReferenceLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Creates a new hash map.
Object2ReferenceLinkedOpenHashMap(Object2ReferenceMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2ReferenceLinkedOpenHashMap(Object2ReferenceMap<K, V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Object2ReferenceLinkedOpenHashMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2ReferenceLinkedOpenHashMap(Map<? extends K, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Creates a new hash map copying a given one.
Object2ReferenceLinkedOpenHashMap(K[], V[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2ReferenceLinkedOpenHashMap(K[], V[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2ReferenceMap<K,​V> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Object2ReferenceMap.Entry<K,​V> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Object2ReferenceMap.FastEntrySet<K,​V> - Interface in it.unimi.dsi.fastutil.objects
An entry set providing fast iteration.
Object2ReferenceMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific maps.
Object2ReferenceMaps.EmptyMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific map.
Object2ReferenceMaps.Singleton<K,​V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton map.
Object2ReferenceMaps.SynchronizedMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for maps.
Object2ReferenceMaps.UnmodifiableMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for maps.
Object2ReferenceOpenCustomHashMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Object2ReferenceOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Creates a new hash map.
Object2ReferenceOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ReferenceOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ReferenceOpenCustomHashMap(Object2ReferenceMap<K, V>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Object2ReferenceOpenCustomHashMap(Object2ReferenceMap<K, V>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2ReferenceOpenCustomHashMap(Map<? extends K, ? extends V>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Creates a new hash map copying a given one.
Object2ReferenceOpenCustomHashMap(Map<? extends K, ? extends V>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2ReferenceOpenCustomHashMap(K[], V[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2ReferenceOpenCustomHashMap(K[], V[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2ReferenceOpenHashMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation.
Object2ReferenceOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ReferenceOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ReferenceOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Creates a new hash map.
Object2ReferenceOpenHashMap(Object2ReferenceMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2ReferenceOpenHashMap(Object2ReferenceMap<K, V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Creates a new hash map copying a given type-specific one.
Object2ReferenceOpenHashMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2ReferenceOpenHashMap(Map<? extends K, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Creates a new hash map copying a given one.
Object2ReferenceOpenHashMap(K[], V[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2ReferenceOpenHashMap(K[], V[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2ReferenceRBTreeMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
A type-specific red-black tree map with a fast, small-footprint implementation.
Object2ReferenceRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Creates a new empty tree map.
Object2ReferenceRBTreeMap(Object2ReferenceMap<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Creates a new tree map copying a given map.
Object2ReferenceRBTreeMap(Object2ReferenceSortedMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2ReferenceRBTreeMap(Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Creates a new empty tree map with the given comparator.
Object2ReferenceRBTreeMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Creates a new tree map copying a given map.
Object2ReferenceRBTreeMap(SortedMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2ReferenceRBTreeMap(K[], V[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Object2ReferenceRBTreeMap(K[], V[], Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Object2ReferenceSortedMap<K,​V> - Interface in it.unimi.dsi.fastutil.objects
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Object2ReferenceSortedMap.FastSortedEntrySet<K,​V> - Interface in it.unimi.dsi.fastutil.objects
A sorted entry set providing fast iteration.
Object2ReferenceSortedMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sorted maps.
Object2ReferenceSortedMaps.EmptySortedMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific sorted map.
Object2ReferenceSortedMaps.Singleton<K,​V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton sorted map.
Object2ReferenceSortedMaps.SynchronizedSortedMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sorted maps.
Object2ReferenceSortedMaps.UnmodifiableSortedMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for sorted maps.
ObjectByteImmutablePair<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ObjectByteImmutablePair(K, byte) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectByteImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ObjectByteMutablePair<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ObjectByteMutablePair(K, byte) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectByteMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ObjectBytePair<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ObjectCharImmutablePair<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ObjectCharImmutablePair(K, char) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectCharImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ObjectCharMutablePair<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ObjectCharMutablePair(K, char) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectCharMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ObjectCharPair<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ObjectReferenceImmutablePair<K,​V> - Class in it.unimi.dsi.fastutil.objects
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ObjectReferenceImmutablePair(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectReferenceImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ObjectReferenceMutablePair<K,​V> - Class in it.unimi.dsi.fastutil.objects
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ObjectReferenceMutablePair(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectReferenceMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ObjectReferencePair<K,​V> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
of() - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Creates a new empty array list.
of() - Static method in class it.unimi.dsi.fastutil.bytes.ByteArraySet
Creates a new empty array set.
of() - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
Creates a new empty big array list.
of() - Static method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Returns an empty immutable list.
of() - Static method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Creates a new empty hash set.
of() - Static method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns an immutable empty list.
of() - Static method in class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Creates a new empty hash set.
of() - Static method in interface it.unimi.dsi.fastutil.bytes.ByteSet
Returns an immutable empty set.
of() - Static method in class it.unimi.dsi.fastutil.chars.CharArrayList
Creates a new empty array list.
of() - Static method in class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new empty array set.
of() - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
Creates a new empty big array list.
of() - Static method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Returns an empty immutable list.
of() - Static method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new empty hash set.
of() - Static method in interface it.unimi.dsi.fastutil.chars.CharList
Returns an immutable empty list.
of() - Static method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new empty hash set.
of() - Static method in interface it.unimi.dsi.fastutil.chars.CharSet
Returns an immutable empty set.
of() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Creates a new empty array list.
of() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new empty array set.
of() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Creates a new empty big array list.
of() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Returns an empty immutable list.
of() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new empty hash set.
of() - Static method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Returns an immutable empty list.
of() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new empty hash set.
of() - Static method in interface it.unimi.dsi.fastutil.objects.ReferenceSet
Returns an immutable empty set.
of(byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArraySet
Creates a new array set using the element given.
of(byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the given element.
of(byte) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns an immutable list with the element given.
of(byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the given element.
of(byte) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteSet
Returns an immutable set with the element given.
of(byte...) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Creates an array list using an array of elements.
of(byte...) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArraySet
Creates a new array set using an array of elements.
of(byte...) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
Creates a big array list using a list of elements.
of(byte...) - Static method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Creates an immutable list using a list of elements.
of(byte...) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using a list of elements.
of(byte...) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns an immutable list with the elements given.
of(byte...) - Static method in class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using a list of elements.
of(byte...) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteSet
Returns an immutable list with the elements given.
of(byte, byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteByteImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteByteImmutableSortedPair
Returns a new type-specific immutable SortedPair with given left and right value.
of(byte, byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteByteMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(byte, byte) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, byte) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteByteSortedPair
Returns a new type-specific immutable SortedPair with given left and right value.
of(byte, byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(byte, byte) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns an immutable list with the elements given.
of(byte, byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(byte, byte) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteSet
Returns an immutable set with the elements given.
of(byte, byte, byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(byte, byte, byte) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns an immutable list with the elements given.
of(byte, byte, byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(byte, byte, byte) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteSet
Returns an immutable set with the elements given.
of(byte, char) - Static method in class it.unimi.dsi.fastutil.bytes.ByteCharImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, char) - Static method in class it.unimi.dsi.fastutil.bytes.ByteCharMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(byte, char) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, double) - Static method in class it.unimi.dsi.fastutil.bytes.ByteDoubleImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, double) - Static method in class it.unimi.dsi.fastutil.bytes.ByteDoubleMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(byte, double) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIntImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIntMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(byte, int) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLongImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLongMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(byte, long) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.ByteObjectImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.ByteObjectMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(byte, V) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.ByteReferenceImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.ByteReferenceMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(byte, V) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Returns a new type-specific immutable Pair with given left and right value.
of(char) - Static method in class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new array set using the element given.
of(char) - Static method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the given element.
of(char) - Static method in interface it.unimi.dsi.fastutil.chars.CharList
Returns an immutable list with the element given.
of(char) - Static method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the given element.
of(char) - Static method in interface it.unimi.dsi.fastutil.chars.CharSet
Returns an immutable set with the element given.
of(char...) - Static method in class it.unimi.dsi.fastutil.chars.CharArrayList
Creates an array list using an array of elements.
of(char...) - Static method in class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new array set using an array of elements.
of(char...) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
Creates a big array list using a list of elements.
of(char...) - Static method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Creates an immutable list using a list of elements.
of(char...) - Static method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using a list of elements.
of(char...) - Static method in interface it.unimi.dsi.fastutil.chars.CharList
Returns an immutable list with the elements given.
of(char...) - Static method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using a list of elements.
of(char...) - Static method in interface it.unimi.dsi.fastutil.chars.CharSet
Returns an immutable list with the elements given.
of(char, byte) - Static method in class it.unimi.dsi.fastutil.chars.CharByteImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(char, byte) - Static method in class it.unimi.dsi.fastutil.chars.CharByteMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(char, byte) - Static method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Returns a new type-specific immutable Pair with given left and right value.
of(char, char) - Static method in class it.unimi.dsi.fastutil.chars.CharCharImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(char, char) - Static method in class it.unimi.dsi.fastutil.chars.CharCharImmutableSortedPair
Returns a new type-specific immutable SortedPair with given left and right value.
of(char, char) - Static method in class it.unimi.dsi.fastutil.chars.CharCharMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(char, char) - Static method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Returns a new type-specific immutable Pair with given left and right value.
of(char, char) - Static method in interface it.unimi.dsi.fastutil.chars.CharCharSortedPair
Returns a new type-specific immutable SortedPair with given left and right value.
of(char, char) - Static method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(char, char) - Static method in interface it.unimi.dsi.fastutil.chars.CharList
Returns an immutable list with the elements given.
of(char, char) - Static method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(char, char) - Static method in interface it.unimi.dsi.fastutil.chars.CharSet
Returns an immutable set with the elements given.
of(char, char, char) - Static method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(char, char, char) - Static method in interface it.unimi.dsi.fastutil.chars.CharList
Returns an immutable list with the elements given.
of(char, char, char) - Static method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(char, char, char) - Static method in interface it.unimi.dsi.fastutil.chars.CharSet
Returns an immutable set with the elements given.
of(char, double) - Static method in class it.unimi.dsi.fastutil.chars.CharDoubleImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(char, double) - Static method in class it.unimi.dsi.fastutil.chars.CharDoubleMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(char, double) - Static method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Returns a new type-specific immutable Pair with given left and right value.
of(char, int) - Static method in class it.unimi.dsi.fastutil.chars.CharIntImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(char, int) - Static method in class it.unimi.dsi.fastutil.chars.CharIntMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(char, int) - Static method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Returns a new type-specific immutable Pair with given left and right value.
of(char, long) - Static method in class it.unimi.dsi.fastutil.chars.CharLongImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(char, long) - Static method in class it.unimi.dsi.fastutil.chars.CharLongMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(char, long) - Static method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Returns a new type-specific immutable Pair with given left and right value.
of(char, V) - Static method in class it.unimi.dsi.fastutil.chars.CharObjectImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(char, V) - Static method in class it.unimi.dsi.fastutil.chars.CharObjectMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(char, V) - Static method in interface it.unimi.dsi.fastutil.chars.CharObjectPair
Returns a new type-specific immutable Pair with given left and right value.
of(char, V) - Static method in class it.unimi.dsi.fastutil.chars.CharReferenceImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(char, V) - Static method in class it.unimi.dsi.fastutil.chars.CharReferenceMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(char, V) - Static method in interface it.unimi.dsi.fastutil.chars.CharReferencePair
Returns a new type-specific immutable Pair with given left and right value.
of(double, byte) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleByteImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(double, byte) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleByteMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(double, byte) - Static method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Returns a new type-specific immutable Pair with given left and right value.
of(double, char) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleCharImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(double, char) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleCharMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(double, char) - Static method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Returns a new type-specific immutable Pair with given left and right value.
of(double, V) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleReferenceImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(double, V) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleReferenceMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(double, V) - Static method in interface it.unimi.dsi.fastutil.doubles.DoubleReferencePair
Returns a new type-specific immutable Pair with given left and right value.
of(int, byte) - Static method in class it.unimi.dsi.fastutil.ints.IntByteImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(int, byte) - Static method in class it.unimi.dsi.fastutil.ints.IntByteMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(int, byte) - Static method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Returns a new type-specific immutable Pair with given left and right value.
of(int, char) - Static method in class it.unimi.dsi.fastutil.ints.IntCharImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(int, char) - Static method in class it.unimi.dsi.fastutil.ints.IntCharMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(int, char) - Static method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Returns a new type-specific immutable Pair with given left and right value.
of(int, V) - Static method in class it.unimi.dsi.fastutil.ints.IntReferenceImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(int, V) - Static method in class it.unimi.dsi.fastutil.ints.IntReferenceMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(int, V) - Static method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
Returns a new type-specific immutable Pair with given left and right value.
of(long, byte) - Static method in class it.unimi.dsi.fastutil.longs.LongByteImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(long, byte) - Static method in class it.unimi.dsi.fastutil.longs.LongByteMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(long, byte) - Static method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Returns a new type-specific immutable Pair with given left and right value.
of(long, char) - Static method in class it.unimi.dsi.fastutil.longs.LongCharImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(long, char) - Static method in class it.unimi.dsi.fastutil.longs.LongCharMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(long, char) - Static method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Returns a new type-specific immutable Pair with given left and right value.
of(long, V) - Static method in class it.unimi.dsi.fastutil.longs.LongReferenceImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(long, V) - Static method in class it.unimi.dsi.fastutil.longs.LongReferenceMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(long, V) - Static method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Returns a new type-specific immutable Pair with given left and right value.
of(K) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new array set using the element given.
of(K) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the given element.
of(K) - Static method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Returns an immutable list with the element given.
of(K) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the given element.
of(K) - Static method in interface it.unimi.dsi.fastutil.objects.ReferenceSet
Returns an immutable set with the element given.
of(K...) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Creates an array list using an array of elements.
of(K...) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new array set using an array of elements.
of(K...) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Creates a big array list using a list of elements.
of(K...) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Creates an immutable list using a list of elements.
of(K...) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using a list of elements.
of(K...) - Static method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Returns an immutable list with the elements given.
of(K...) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using a list of elements.
of(K...) - Static method in interface it.unimi.dsi.fastutil.objects.ReferenceSet
Returns an immutable list with the elements given.
of(K, byte) - Static method in class it.unimi.dsi.fastutil.objects.ObjectByteImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(K, byte) - Static method in class it.unimi.dsi.fastutil.objects.ObjectByteMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(K, byte) - Static method in interface it.unimi.dsi.fastutil.objects.ObjectBytePair
Returns a new type-specific immutable Pair with given left and right value.
of(K, byte) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceByteImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(K, byte) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceByteMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(K, byte) - Static method in interface it.unimi.dsi.fastutil.objects.ReferenceBytePair
Returns a new type-specific immutable Pair with given left and right value.
of(K, char) - Static method in class it.unimi.dsi.fastutil.objects.ObjectCharImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(K, char) - Static method in class it.unimi.dsi.fastutil.objects.ObjectCharMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(K, char) - Static method in interface it.unimi.dsi.fastutil.objects.ObjectCharPair
Returns a new type-specific immutable Pair with given left and right value.
of(K, char) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceCharImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(K, char) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceCharMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(K, char) - Static method in interface it.unimi.dsi.fastutil.objects.ReferenceCharPair
Returns a new type-specific immutable Pair with given left and right value.
of(K, double) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceDoubleImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(K, double) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceDoubleMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(K, double) - Static method in interface it.unimi.dsi.fastutil.objects.ReferenceDoublePair
Returns a new type-specific immutable Pair with given left and right value.
of(K, int) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceIntImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(K, int) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceIntMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(K, int) - Static method in interface it.unimi.dsi.fastutil.objects.ReferenceIntPair
Returns a new type-specific immutable Pair with given left and right value.
of(K, long) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceLongImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(K, long) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceLongMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(K, long) - Static method in interface it.unimi.dsi.fastutil.objects.ReferenceLongPair
Returns a new type-specific immutable Pair with given left and right value.
of(K, K) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(K, K) - Static method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Returns an immutable list with the elements given.
of(K, K) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(K, K) - Static method in interface it.unimi.dsi.fastutil.objects.ReferenceSet
Returns an immutable set with the elements given.
of(K, K, K) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(K, K, K) - Static method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Returns an immutable list with the elements given.
of(K, K, K) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(K, K, K) - Static method in interface it.unimi.dsi.fastutil.objects.ReferenceSet
Returns an immutable set with the elements given.
of(K, V) - Static method in class it.unimi.dsi.fastutil.objects.ObjectReferenceImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(K, V) - Static method in class it.unimi.dsi.fastutil.objects.ObjectReferenceMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(K, V) - Static method in interface it.unimi.dsi.fastutil.objects.ObjectReferencePair
Returns a new type-specific immutable Pair with given left and right value.
of(K, V) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceObjectImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(K, V) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceObjectMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(K, V) - Static method in interface it.unimi.dsi.fastutil.objects.ReferenceObjectPair
Returns a new type-specific immutable Pair with given left and right value.
of(K, V) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceReferenceImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(K, V) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceReferenceMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(K, V) - Static method in interface it.unimi.dsi.fastutil.objects.ReferenceReferencePair
Returns a new type-specific immutable Pair with given left and right value.
ofUnchecked() - Static method in class it.unimi.dsi.fastutil.bytes.ByteArraySet
Creates a new empty array set.
ofUnchecked() - Static method in class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new empty array set.
ofUnchecked() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new empty array set.
ofUnchecked(byte...) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArraySet
Creates a new array set using an array of elements.
ofUnchecked(char...) - Static method in class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new array set using an array of elements.
ofUnchecked(K...) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new array set using an array of elements.
onEachMatching(ByteSpliterator, BytePredicate, ByteConsumer) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Perform the given action on each element that matches the given predicate.
onEachMatching(ByteSpliterator, IntPredicate, IntConsumer) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Perform the given action on each element that matches the given predicate.
onEachMatching(CharSpliterator, CharPredicate, CharConsumer) - Static method in class it.unimi.dsi.fastutil.chars.CharSpliterators
Perform the given action on each element that matches the given predicate.
onEachMatching(CharSpliterator, IntPredicate, IntConsumer) - Static method in class it.unimi.dsi.fastutil.chars.CharSpliterators
Perform the given action on each element that matches the given predicate.
OPPOSITE_COMPARATOR - Static variable in class it.unimi.dsi.fastutil.bytes.ByteComparators
 
OPPOSITE_COMPARATOR - Static variable in class it.unimi.dsi.fastutil.chars.CharComparators
 
oppositeComparator(ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteComparators
Returns a comparator representing the opposite order of the given comparator.
oppositeComparator(CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharComparators
Returns a comparator representing the opposite order of the given comparator.
or(BytePredicate) - Method in interface it.unimi.dsi.fastutil.bytes.BytePredicate
Returns a composed type-specific predicate that represents a short-circuiting logical OR of this type-specific predicate and another.
or(CharPredicate) - Method in interface it.unimi.dsi.fastutil.chars.CharPredicate
Returns a composed type-specific predicate that represents a short-circuiting logical OR of this type-specific predicate and another.
or(IntPredicate) - Method in interface it.unimi.dsi.fastutil.bytes.BytePredicate
or(IntPredicate) - Method in interface it.unimi.dsi.fastutil.chars.CharPredicate
or(Predicate<? super Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.BytePredicate
Deprecated.
Please use the corresponding type-specific method instead.
or(Predicate<? super Character>) - Method in interface it.unimi.dsi.fastutil.chars.CharPredicate
Deprecated.
Please use the corresponding type-specific method instead.

P

parallelStream() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Deprecated.
Please use the corresponding type-specific method instead.
parallelStream() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
Deprecated.
parallelStream() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
Deprecated.
parallelStream() - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Deprecated.
Please use the corresponding type-specific method instead.
parallelStream() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
Deprecated.
parallelStream() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
Deprecated.
parallelStream() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
parallelStream() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
peek(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Deprecated.
Please use the corresponding type-specific method instead.
peek(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteStack
Deprecated.
Please use the corresponding type-specific method instead.
peek(int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Deprecated.
Please use the corresponding type-specific method instead.
peek(int) - Method in interface it.unimi.dsi.fastutil.chars.CharStack
Deprecated.
Please use the corresponding type-specific method instead.
peek(int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 
peek(int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
 
peekByte(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
 
peekByte(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
peekByte(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteStack
Peeks at an element on the stack (optional operation).
peekChar(int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
 
peekChar(int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
 
peekChar(int) - Method in interface it.unimi.dsi.fastutil.chars.CharStack
Peeks at an element on the stack (optional operation).
pop() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Deprecated.
Please use the corresponding type-specific method instead.
pop() - Method in interface it.unimi.dsi.fastutil.bytes.ByteStack
Deprecated.
Please use the corresponding type-specific method instead.
pop() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Deprecated.
Please use the corresponding type-specific method instead.
pop() - Method in interface it.unimi.dsi.fastutil.chars.CharStack
Deprecated.
Please use the corresponding type-specific method instead.
pop() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 
pop() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
 
popByte() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
 
popByte() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
popByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteStack
Pops the top off the stack.
popChar() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
 
popChar() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
 
popChar() - Method in interface it.unimi.dsi.fastutil.chars.CharStack
Pops the top off the stack.
pour(ByteIterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Pours an iterator, returning a type-specific list.
pour(ByteIterator, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Pours an iterator, returning a type-specific list, with a limit on the number of elements.
pour(ByteIterator, ByteCollection) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Pours an iterator into a type-specific collection.
pour(ByteIterator, ByteCollection, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Pours an iterator into a type-specific collection, with a limit on the number of elements.
pour(CharIterator) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Pours an iterator, returning a type-specific list.
pour(CharIterator, int) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Pours an iterator, returning a type-specific list, with a limit on the number of elements.
pour(CharIterator, CharCollection) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Pours an iterator into a type-specific collection.
pour(CharIterator, CharCollection, int) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Pours an iterator into a type-specific collection, with a limit on the number of elements.
previous() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBidirectionalIterator
Deprecated.
Please use the corresponding type-specific method instead.
previous() - Method in interface it.unimi.dsi.fastutil.bytes.ByteListIterator
Deprecated.
Please use the corresponding type-specific method instead.
previous() - Method in interface it.unimi.dsi.fastutil.chars.CharBidirectionalIterator
Deprecated.
Please use the corresponding type-specific method instead.
previous() - Method in interface it.unimi.dsi.fastutil.chars.CharListIterator
Deprecated.
Please use the corresponding type-specific method instead.
previousByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBidirectionalIterator
Returns the previous element as a primitive type.
previousByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.AbstractIndexBasedBigListIterator
 
previousByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.BigListIteratorListIterator
 
previousByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.EmptyBigListIterator
 
previousByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.UnmodifiableBigListIterator
 
previousByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedListIterator
 
previousByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
 
previousByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableBidirectionalIterator
 
previousByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableListIterator
 
previousChar() - Method in interface it.unimi.dsi.fastutil.chars.CharBidirectionalIterator
Returns the previous element as a primitive type.
previousChar() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.AbstractIndexBasedBigListIterator
 
previousChar() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.BigListIteratorListIterator
 
previousChar() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.EmptyBigListIterator
 
previousChar() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.UnmodifiableBigListIterator
 
previousChar() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.AbstractIndexBasedListIterator
 
previousChar() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.EmptyIterator
 
previousChar() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.UnmodifiableBidirectionalIterator
 
previousChar() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.UnmodifiableListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.AbstractIndexBasedBigListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.BigListIteratorListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.EmptyBigListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.UnmodifiableBigListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.AbstractIndexBasedBigListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.BigListIteratorListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.EmptyBigListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.UnmodifiableBigListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.AbstractIndexBasedListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.EmptyIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.UnmodifiableListIterator
 
primitive(Function<? super Byte, ? extends Byte>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super Byte, ? extends Character>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super Byte, ? extends Double>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super Byte, ? extends Integer>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super Byte, ? extends Long>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super Byte, ? extends V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super Byte, ? extends V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super Character, ? extends Byte>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super Character, ? extends Character>) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super Character, ? extends Double>) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super Character, ? extends Integer>) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super Character, ? extends Long>) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super Character, ? extends V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super Character, ? extends V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super Double, ? extends Byte>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super Double, ? extends Character>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super Double, ? extends V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super Integer, ? extends Byte>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super Integer, ? extends Character>) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super Integer, ? extends V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super Long, ? extends Byte>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super Long, ? extends Character>) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super Long, ? extends V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super K, ? extends Byte>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super K, ? extends Byte>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super K, ? extends Character>) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super K, ? extends Character>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super K, ? extends Double>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super K, ? extends Integer>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions
Returns a (partial) type-specific function based on the given total generic function.
primitive(Function<? super K, ? extends Long>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions
Returns a (partial) type-specific function based on the given total generic function.
push(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
 
push(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
push(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteStack
Pushes the given object on the stack.
push(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
 
push(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
 
push(char) - Method in interface it.unimi.dsi.fastutil.chars.CharStack
Pushes the given object on the stack.
push(Byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Deprecated.
Please use the corresponding type-specific method instead.
push(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteStack
Deprecated.
Please use the corresponding type-specific method instead.
push(Character) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Deprecated.
Please use the corresponding type-specific method instead.
push(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharStack
Deprecated.
Please use the corresponding type-specific method instead.
push(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 
push(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
 
put(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteArrayMap
 
put(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
 
put(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Adds a pair to the map (optional operation).
put(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.SynchronizedFunction
 
put(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.UnmodifiableFunction
 
put(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
 
put(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
 
put(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
 
put(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
 
put(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharArrayMap
 
put(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
 
put(byte, char) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Adds a pair to the map (optional operation).
put(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
 
put(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.UnmodifiableFunction
 
put(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
 
put(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
 
put(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
 
put(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
 
put(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
 
put(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
 
put(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
 
put(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.UnmodifiableFunction
 
put(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
 
put(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
 
put(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
 
put(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
 
put(byte, float) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Adds a pair to the map (optional operation).
put(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntArrayMap
 
put(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
 
put(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
 
put(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.UnmodifiableFunction
 
put(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
 
put(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
 
put(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
 
put(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
 
put(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongArrayMap
 
put(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
 
put(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.SynchronizedFunction
 
put(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.UnmodifiableFunction
 
put(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
 
put(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
 
put(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
 
put(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
 
put(byte, short) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Adds a pair to the map (optional operation).
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
 
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
 
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
 
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.UnmodifiableFunction
 
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
 
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
 
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
 
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
 
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
 
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
put(byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Adds a pair to the map (optional operation).
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
put(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteArrayMap
 
put(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
 
put(char, byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Adds a pair to the map (optional operation).
put(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.SynchronizedFunction
 
put(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.UnmodifiableFunction
 
put(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
 
put(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
 
put(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
 
put(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
 
put(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharArrayMap
 
put(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
 
put(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Adds a pair to the map (optional operation).
put(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.SynchronizedFunction
 
put(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.UnmodifiableFunction
 
put(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
 
put(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
 
put(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
 
put(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
 
put(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
 
put(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
put(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
put(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
put(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
put(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
put(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
put(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
put(char, float) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Adds a pair to the map (optional operation).
put(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
 
put(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
 
put(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
 
put(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.UnmodifiableFunction
 
put(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
 
put(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
 
put(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
 
put(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
 
put(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongArrayMap
 
put(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
 
put(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.SynchronizedFunction
 
put(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.UnmodifiableFunction
 
put(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
 
put(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
 
put(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
 
put(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
 
put(char, short) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Adds a pair to the map (optional operation).
put(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectArrayMap
 
put(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
 
put(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
put(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
put(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
 
put(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
 
put(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
 
put(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
 
put(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceArrayMap
 
put(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
 
put(char, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Adds a pair to the map (optional operation).
put(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.SynchronizedFunction
 
put(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.UnmodifiableFunction
 
put(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
 
put(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
 
put(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
 
put(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
 
put(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
 
put(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
put(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
put(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
put(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
put(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
put(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
put(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
put(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharArrayMap
 
put(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
 
put(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.SynchronizedFunction
 
put(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.UnmodifiableFunction
 
put(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
 
put(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
 
put(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
 
put(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
 
put(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceArrayMap
 
put(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
 
put(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.SynchronizedFunction
 
put(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.UnmodifiableFunction
 
put(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
 
put(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
 
put(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
 
put(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
 
put(float, byte) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Adds a pair to the map (optional operation).
put(float, char) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Adds a pair to the map (optional operation).
put(float, V) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Adds a pair to the map (optional operation).
put(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteArrayMap
 
put(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
 
put(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
 
put(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.UnmodifiableFunction
 
put(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
 
put(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
 
put(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
 
put(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
 
put(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharArrayMap
 
put(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
 
put(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
 
put(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.UnmodifiableFunction
 
put(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
 
put(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
 
put(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
 
put(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
 
put(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
 
put(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
put(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
put(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
put(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
 
put(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
 
put(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
 
put(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
put(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
 
put(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
put(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
put(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
put(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
put(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
put(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
put(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
put(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharArrayMap
 
put(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
 
put(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
 
put(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.UnmodifiableFunction
 
put(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
 
put(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
 
put(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
 
put(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
 
put(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
 
put(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
put(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
put(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
put(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
put(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
put(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
 
put(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
put(short, byte) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Adds a pair to the map (optional operation).
put(short, char) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Adds a pair to the map (optional operation).
put(short, V) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Adds a pair to the map (optional operation).
put(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.PrimitiveFunction
Deprecated.
put(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, Character) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, Character) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.PrimitiveFunction
Deprecated.
put(Byte, Character) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, Character) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, Character) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, Double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.PrimitiveFunction
Deprecated.
put(Byte, Double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, Double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, Double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, Float) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, Integer) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.PrimitiveFunction
Deprecated.
put(Byte, Integer) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, Integer) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, Integer) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, Long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.PrimitiveFunction
Deprecated.
put(Byte, Long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, Long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, Long) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, Short) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.PrimitiveFunction
Deprecated.
put(Byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.PrimitiveFunction
Deprecated.
put(Byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, Byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, Byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.PrimitiveFunction
Deprecated.
put(Character, Byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, Byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, Byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.PrimitiveFunction
Deprecated.
put(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.PrimitiveFunction
Deprecated.
put(Character, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, Double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, Float) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, Integer) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.PrimitiveFunction
Deprecated.
put(Character, Integer) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, Integer) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, Integer) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, Long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.PrimitiveFunction
Deprecated.
put(Character, Long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, Long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, Long) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, Short) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.PrimitiveFunction
Deprecated.
put(Character, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.PrimitiveFunction
Deprecated.
put(Character, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Character, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
put(Double, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.PrimitiveFunction
Deprecated.
put(Double, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Double, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Double, Byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
put(Double, Character) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.PrimitiveFunction
Deprecated.
put(Double, Character) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Double, Character) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Double, Character) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
put(Double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.PrimitiveFunction
Deprecated.
put(Double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Double, V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
put(Float, Byte) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Float, Character) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Float, V) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Integer, Byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.PrimitiveFunction
Deprecated.
put(Integer, Byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Integer, Byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Integer, Byte) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
put(Integer, Character) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.PrimitiveFunction
Deprecated.
put(Integer, Character) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Integer, Character) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Integer, Character) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
put(Integer, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.PrimitiveFunction
Deprecated.
put(Integer, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Integer, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Integer, V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
put(Long, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.PrimitiveFunction
Deprecated.
put(Long, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Long, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Long, Byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
put(Long, Character) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.PrimitiveFunction
Deprecated.
put(Long, Character) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Long, Character) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Long, Character) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
put(Long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.PrimitiveFunction
Deprecated.
put(Long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Long, V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
put(Short, Byte) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Short, Character) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(Short, V) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
 
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
 
put(K, byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
Adds a pair to the map (optional operation).
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
put(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharArrayMap
 
put(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
 
put(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.SynchronizedFunction
 
put(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.UnmodifiableFunction
 
put(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
 
put(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
 
put(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
 
put(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
 
put(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
 
put(K, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharArrayMap
 
put(K, char) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
Adds a pair to the map (optional operation).
put(K, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.SynchronizedFunction
 
put(K, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.UnmodifiableFunction
 
put(K, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
 
put(K, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
 
put(K, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
 
put(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
 
put(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
 
put(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
 
put(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
 
put(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
 
put(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
 
put(K, float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
Adds a pair to the map (optional operation).
put(K, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntArrayMap
 
put(K, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.SynchronizedFunction
 
put(K, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.UnmodifiableFunction
 
put(K, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
 
put(K, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
 
put(K, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
 
put(K, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongArrayMap
 
put(K, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.SynchronizedFunction
 
put(K, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.UnmodifiableFunction
 
put(K, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
 
put(K, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
 
put(K, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
 
put(K, short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
Adds a pair to the map (optional operation).
put(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.PrimitiveFunction
Deprecated.
put(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.PrimitiveFunction
Deprecated.
put(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Character) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.PrimitiveFunction
Deprecated.
put(K, Character) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Character) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Character) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Character) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Character) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.PrimitiveFunction
Deprecated.
put(K, Character) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Character) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Character) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.PrimitiveFunction
Deprecated.
put(K, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Integer) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.PrimitiveFunction
Deprecated.
put(K, Integer) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Integer) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Integer) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.PrimitiveFunction
Deprecated.
put(K, Long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Long) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
put(K, Short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
put(K, V) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.SynchronizedFunction
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.UnmodifiableFunction
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
 
put(K, V) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectMap
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
 
put(K, V) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
Adds a pair to the map (optional operation).
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
put(K, V) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
Adds a pair to the map (optional operation).
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 
putAll(Map<? extends Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap
putAll(Map<? extends Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
 
putAll(Map<? extends Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.EmptyMap
 
putAll(Map<? extends Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.Singleton
 
putAll(Map<? extends Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
 
putAll(Map<? extends Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
 
putAll(Map<? extends Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
 
putAll(Map<? extends Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
 
putAll(Map<? extends Byte, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap
putAll(Map<? extends Byte, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
 
putAll(Map<? extends Byte, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.EmptyMap
 
putAll(Map<? extends Byte, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.Singleton
 
putAll(Map<? extends Byte, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
 
putAll(Map<? extends Byte, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
 
putAll(Map<? extends Byte, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
 
putAll(Map<? extends Byte, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
 
putAll(Map<? extends Byte, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap
putAll(Map<? extends Byte, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
 
putAll(Map<? extends Byte, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.EmptyMap
 
putAll(Map<? extends Byte, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.Singleton
 
putAll(Map<? extends Byte, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
 
putAll(Map<? extends Byte, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
 
putAll(Map<? extends Byte, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
 
putAll(Map<? extends Byte, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
 
putAll(Map<? extends Byte, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap
putAll(Map<? extends Byte, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
 
putAll(Map<? extends Byte, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.EmptyMap
 
putAll(Map<? extends Byte, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.Singleton
 
putAll(Map<? extends Byte, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
 
putAll(Map<? extends Byte, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
 
putAll(Map<? extends Byte, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
 
putAll(Map<? extends Byte, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
 
putAll(Map<? extends Byte, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap
putAll(Map<? extends Byte, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
 
putAll(Map<? extends Byte, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.EmptyMap
 
putAll(Map<? extends Byte, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.Singleton
 
putAll(Map<? extends Byte, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
 
putAll(Map<? extends Byte, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
 
putAll(Map<? extends Byte, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
 
putAll(Map<? extends Byte, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
 
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
 
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.EmptyMap
 
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.Singleton
 
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
 
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
 
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
 
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
 
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
 
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
putAll(Map<? extends Character, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap
putAll(Map<? extends Character, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
 
putAll(Map<? extends Character, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.EmptyMap
 
putAll(Map<? extends Character, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.Singleton
 
putAll(Map<? extends Character, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
 
putAll(Map<? extends Character, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
 
putAll(Map<? extends Character, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
 
putAll(Map<? extends Character, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
 
putAll(Map<? extends Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap
putAll(Map<? extends Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
 
putAll(Map<? extends Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.EmptyMap
 
putAll(Map<? extends Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.Singleton
 
putAll(Map<? extends Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
 
putAll(Map<? extends Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
 
putAll(Map<? extends Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
 
putAll(Map<? extends Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
 
putAll(Map<? extends Character, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap
putAll(Map<? extends Character, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
putAll(Map<? extends Character, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
putAll(Map<? extends Character, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
 
putAll(Map<? extends Character, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
putAll(Map<? extends Character, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
putAll(Map<? extends Character, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
putAll(Map<? extends Character, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
putAll(Map<? extends Character, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap
putAll(Map<? extends Character, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
 
putAll(Map<? extends Character, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.EmptyMap
 
putAll(Map<? extends Character, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.Singleton
 
putAll(Map<? extends Character, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
 
putAll(Map<? extends Character, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
 
putAll(Map<? extends Character, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
 
putAll(Map<? extends Character, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
 
putAll(Map<? extends Character, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap
putAll(Map<? extends Character, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
 
putAll(Map<? extends Character, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.EmptyMap
 
putAll(Map<? extends Character, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.Singleton
 
putAll(Map<? extends Character, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
 
putAll(Map<? extends Character, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
 
putAll(Map<? extends Character, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
 
putAll(Map<? extends Character, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
 
putAll(Map<? extends Character, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap
putAll(Map<? extends Character, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap
putAll(Map<? extends Character, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
 
putAll(Map<? extends Character, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.EmptyMap
 
putAll(Map<? extends Character, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.Singleton
 
putAll(Map<? extends Character, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
 
putAll(Map<? extends Character, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
 
putAll(Map<? extends Character, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
 
putAll(Map<? extends Character, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
 
putAll(Map<? extends Character, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
 
putAll(Map<? extends Character, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.EmptyMap
 
putAll(Map<? extends Character, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.Singleton
 
putAll(Map<? extends Character, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
 
putAll(Map<? extends Character, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
 
putAll(Map<? extends Character, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
 
putAll(Map<? extends Character, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
 
putAll(Map<? extends Double, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap
putAll(Map<? extends Double, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
putAll(Map<? extends Double, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
putAll(Map<? extends Double, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
 
putAll(Map<? extends Double, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
putAll(Map<? extends Double, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
putAll(Map<? extends Double, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
putAll(Map<? extends Double, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
putAll(Map<? extends Double, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap
putAll(Map<? extends Double, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
 
putAll(Map<? extends Double, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.EmptyMap
 
putAll(Map<? extends Double, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.Singleton
 
putAll(Map<? extends Double, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
 
putAll(Map<? extends Double, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
 
putAll(Map<? extends Double, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
 
putAll(Map<? extends Double, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
 
putAll(Map<? extends Double, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap
putAll(Map<? extends Double, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
 
putAll(Map<? extends Double, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.EmptyMap
 
putAll(Map<? extends Double, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.Singleton
 
putAll(Map<? extends Double, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
 
putAll(Map<? extends Double, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
 
putAll(Map<? extends Double, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
 
putAll(Map<? extends Double, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
 
putAll(Map<? extends Integer, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap
putAll(Map<? extends Integer, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
 
putAll(Map<? extends Integer, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.EmptyMap
 
putAll(Map<? extends Integer, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.Singleton
 
putAll(Map<? extends Integer, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
 
putAll(Map<? extends Integer, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
 
putAll(Map<? extends Integer, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
 
putAll(Map<? extends Integer, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
 
putAll(Map<? extends Integer, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap
putAll(Map<? extends Integer, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
 
putAll(Map<? extends Integer, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.EmptyMap
 
putAll(Map<? extends Integer, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.Singleton
 
putAll(Map<? extends Integer, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
 
putAll(Map<? extends Integer, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
 
putAll(Map<? extends Integer, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
 
putAll(Map<? extends Integer, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
 
putAll(Map<? extends Integer, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap
putAll(Map<? extends Integer, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
 
putAll(Map<? extends Integer, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
 
putAll(Map<? extends Integer, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.Singleton
 
putAll(Map<? extends Integer, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
putAll(Map<? extends Integer, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
putAll(Map<? extends Integer, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
 
putAll(Map<? extends Integer, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
 
putAll(Map<? extends Long, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap
putAll(Map<? extends Long, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
putAll(Map<? extends Long, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
putAll(Map<? extends Long, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
 
putAll(Map<? extends Long, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
putAll(Map<? extends Long, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
putAll(Map<? extends Long, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
putAll(Map<? extends Long, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
putAll(Map<? extends Long, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap
putAll(Map<? extends Long, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
 
putAll(Map<? extends Long, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.EmptyMap
 
putAll(Map<? extends Long, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.Singleton
 
putAll(Map<? extends Long, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
 
putAll(Map<? extends Long, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
 
putAll(Map<? extends Long, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
 
putAll(Map<? extends Long, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
 
putAll(Map<? extends Long, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap
putAll(Map<? extends Long, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
putAll(Map<? extends Long, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
 
putAll(Map<? extends Long, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
 
putAll(Map<? extends Long, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
putAll(Map<? extends Long, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
putAll(Map<? extends Long, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
putAll(Map<? extends Long, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
putAll(Map<? extends K, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap
putAll(Map<? extends K, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap
putAll(Map<? extends K, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
 
putAll(Map<? extends K, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
 
putAll(Map<? extends K, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.EmptyMap
 
putAll(Map<? extends K, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.Singleton
 
putAll(Map<? extends K, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
putAll(Map<? extends K, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
 
putAll(Map<? extends K, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
 
putAll(Map<? extends K, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
 
putAll(Map<? extends K, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
 
putAll(Map<? extends K, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.EmptyMap
 
putAll(Map<? extends K, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.Singleton
 
putAll(Map<? extends K, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
putAll(Map<? extends K, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
 
putAll(Map<? extends K, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
 
putAll(Map<? extends K, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
 
putAll(Map<? extends K, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap
putAll(Map<? extends K, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
 
putAll(Map<? extends K, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
 
putAll(Map<? extends K, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
 
putAll(Map<? extends K, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
putAll(Map<? extends K, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
putAll(Map<? extends K, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
 
putAll(Map<? extends K, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
 
putAll(Map<? extends K, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap
putAll(Map<? extends K, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
 
putAll(Map<? extends K, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.EmptyMap
 
putAll(Map<? extends K, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.Singleton
 
putAll(Map<? extends K, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
putAll(Map<? extends K, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
 
putAll(Map<? extends K, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
 
putAll(Map<? extends K, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
 
putAll(Map<? extends K, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap
putAll(Map<? extends K, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
 
putAll(Map<? extends K, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.EmptyMap
 
putAll(Map<? extends K, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.Singleton
 
putAll(Map<? extends K, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
putAll(Map<? extends K, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
 
putAll(Map<? extends K, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
 
putAll(Map<? extends K, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectMap
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.EmptyMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.EmptyMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.Singleton
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.SynchronizedMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.UnmodifiableMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.EmptyMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 
putAndMoveToFirst(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(K, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(K, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(K, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToLast(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(K, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(K, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(K, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putIfAbsent(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
 
putIfAbsent(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
 
putIfAbsent(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, char) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
 
putIfAbsent(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
 
putIfAbsent(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
 
putIfAbsent(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
 
putIfAbsent(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
 
putIfAbsent(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
 
putIfAbsent(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, long) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
 
putIfAbsent(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
 
putIfAbsent(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
 
putIfAbsent(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
 
putIfAbsent(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
putIfAbsent(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
putIfAbsent(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
 
putIfAbsent(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
 
putIfAbsent(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
 
putIfAbsent(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
 
putIfAbsent(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
putIfAbsent(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
putIfAbsent(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, int) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
 
putIfAbsent(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
 
putIfAbsent(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, long) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
 
putIfAbsent(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
 
putIfAbsent(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
 
putIfAbsent(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
 
putIfAbsent(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
 
putIfAbsent(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
 
putIfAbsent(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(double, byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
putIfAbsent(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
putIfAbsent(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(double, char) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
 
putIfAbsent(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
 
putIfAbsent(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(double, V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
 
putIfAbsent(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
 
putIfAbsent(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(int, byte) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
 
putIfAbsent(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
 
putIfAbsent(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(int, char) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
 
putIfAbsent(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
 
putIfAbsent(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(int, V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
putIfAbsent(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
putIfAbsent(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(long, byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
putIfAbsent(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
putIfAbsent(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(long, char) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
 
putIfAbsent(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
 
putIfAbsent(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(long, V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
putIfAbsent(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
putIfAbsent(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Byte, Character) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Byte, Character) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Byte, Character) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Byte, Double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Byte, Double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Byte, Double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Byte, Integer) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Byte, Integer) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Byte, Integer) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Byte, Long) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Byte, Long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Byte, Long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Character, Byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Character, Byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Character, Byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Character, Double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Character, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Character, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Character, Integer) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Character, Integer) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Character, Integer) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Character, Long) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Character, Long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Character, Long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Character, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Character, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Character, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Character, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Character, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Character, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Double, Byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Double, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Double, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Double, Character) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Double, Character) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Double, Character) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Double, V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Integer, Byte) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Integer, Byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Integer, Byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Integer, Character) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Integer, Character) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Integer, Character) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Integer, V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Integer, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Integer, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Long, Byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Long, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Long, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Long, Character) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Long, Character) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Long, Character) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Long, V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(Long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
putIfAbsent(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
putIfAbsent(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
putIfAbsent(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
putIfAbsent(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, char) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
putIfAbsent(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
 
putIfAbsent(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, char) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
putIfAbsent(K, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
 
putIfAbsent(K, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
putIfAbsent(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
putIfAbsent(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, int) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
putIfAbsent(K, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
 
putIfAbsent(K, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, long) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
putIfAbsent(K, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
 
putIfAbsent(K, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, Byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, Byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, Character) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, Character) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, Character) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, Character) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, Character) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, Character) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, Double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, Integer) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, Integer) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, Integer) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, Long) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, Long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, Long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
putIfAbsent(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
putIfAbsent(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.SynchronizedMap
 
putIfAbsent(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.UnmodifiableMap
 
putIfAbsent(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
putIfAbsent(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 

R

ratio() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedBigList
 
ratio() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedList
Returns the ratio of this list.
ratio() - Method in class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedBigList
 
ratio() - Method in class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedList
Returns the ratio of this list.
Reference2ByteArrayMap<K> - Class in it.unimi.dsi.fastutil.objects
A simple, brute-force implementation of a map based on two parallel backing arrays.
Reference2ByteArrayMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
Creates a new empty array map.
Reference2ByteArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
Creates a new empty array map of given capacity.
Reference2ByteArrayMap(Reference2ByteMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
Reference2ByteArrayMap(Object[], byte[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
Creates a new empty array map with given key and value backing arrays.
Reference2ByteArrayMap(Object[], byte[], int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Reference2ByteArrayMap(Map<? extends K, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
 
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
reference2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Returns a type-specific set view of the mappings contained in this map.
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
 
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
reference2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.EmptySortedMap
 
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.Singleton
 
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
 
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.UnmodifiableSortedMap
 
Reference2ByteFunction<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2ByteFunctions - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific functions.
Reference2ByteFunctions.EmptyFunction<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific function.
Reference2ByteFunctions.PrimitiveFunction<K> - Class in it.unimi.dsi.fastutil.objects
An adapter for mapping generic total functions to partial primitive functions.
Reference2ByteFunctions.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton function.
Reference2ByteFunctions.SynchronizedFunction<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for functions.
Reference2ByteFunctions.UnmodifiableFunction<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for functions.
Reference2ByteLinkedOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Reference2ByteLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ByteLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ByteLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Creates a new hash map.
Reference2ByteLinkedOpenHashMap(Reference2ByteMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2ByteLinkedOpenHashMap(Reference2ByteMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Reference2ByteLinkedOpenHashMap(Map<? extends K, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2ByteLinkedOpenHashMap(Map<? extends K, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Creates a new hash map copying a given one.
Reference2ByteLinkedOpenHashMap(K[], byte[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2ByteLinkedOpenHashMap(K[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2ByteMap<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Reference2ByteMap.Entry<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2ByteMap.FastEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
An entry set providing fast iteration.
Reference2ByteMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific maps.
Reference2ByteMaps.EmptyMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific map.
Reference2ByteMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton map.
Reference2ByteMaps.SynchronizedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for maps.
Reference2ByteMaps.UnmodifiableMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for maps.
Reference2ByteOpenCustomHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Reference2ByteOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Creates a new hash map.
Reference2ByteOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ByteOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ByteOpenCustomHashMap(Reference2ByteMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Reference2ByteOpenCustomHashMap(Reference2ByteMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2ByteOpenCustomHashMap(Map<? extends K, ? extends Byte>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Creates a new hash map copying a given one.
Reference2ByteOpenCustomHashMap(Map<? extends K, ? extends Byte>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2ByteOpenCustomHashMap(K[], byte[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2ByteOpenCustomHashMap(K[], byte[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2ByteOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation.
Reference2ByteOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ByteOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ByteOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Creates a new hash map.
Reference2ByteOpenHashMap(Reference2ByteMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2ByteOpenHashMap(Reference2ByteMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Creates a new hash map copying a given type-specific one.
Reference2ByteOpenHashMap(Map<? extends K, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2ByteOpenHashMap(Map<? extends K, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Creates a new hash map copying a given one.
Reference2ByteOpenHashMap(K[], byte[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2ByteOpenHashMap(K[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2ByteSortedMap<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2ByteSortedMap.FastSortedEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
A sorted entry set providing fast iteration.
Reference2ByteSortedMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sorted maps.
Reference2ByteSortedMaps.EmptySortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific sorted map.
Reference2ByteSortedMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton sorted map.
Reference2ByteSortedMaps.SynchronizedSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sorted maps.
Reference2ByteSortedMaps.UnmodifiableSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for sorted maps.
Reference2CharArrayMap<K> - Class in it.unimi.dsi.fastutil.objects
A simple, brute-force implementation of a map based on two parallel backing arrays.
Reference2CharArrayMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharArrayMap
Creates a new empty array map.
Reference2CharArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharArrayMap
Creates a new empty array map of given capacity.
Reference2CharArrayMap(Reference2CharMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharArrayMap
Creates a new empty array map copying the entries of a given map.
Reference2CharArrayMap(Object[], char[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharArrayMap
Creates a new empty array map with given key and value backing arrays.
Reference2CharArrayMap(Object[], char[], int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Reference2CharArrayMap(Map<? extends K, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharArrayMap
Creates a new empty array map copying the entries of a given map.
reference2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharArrayMap
 
reference2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
 
reference2CharEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Returns a type-specific set view of the mappings contained in this map.
reference2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.EmptyMap
 
reference2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.Singleton
 
reference2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
reference2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
 
reference2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
 
reference2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
 
reference2CharEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
reference2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.EmptySortedMap
 
reference2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.Singleton
 
reference2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.SynchronizedSortedMap
 
reference2CharEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.UnmodifiableSortedMap
 
Reference2CharFunction<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2CharFunctions - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific functions.
Reference2CharFunctions.EmptyFunction<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific function.
Reference2CharFunctions.PrimitiveFunction<K> - Class in it.unimi.dsi.fastutil.objects
An adapter for mapping generic total functions to partial primitive functions.
Reference2CharFunctions.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton function.
Reference2CharFunctions.SynchronizedFunction<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for functions.
Reference2CharFunctions.UnmodifiableFunction<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for functions.
Reference2CharLinkedOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Reference2CharLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2CharLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2CharLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Creates a new hash map.
Reference2CharLinkedOpenHashMap(Reference2CharMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2CharLinkedOpenHashMap(Reference2CharMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Reference2CharLinkedOpenHashMap(Map<? extends K, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2CharLinkedOpenHashMap(Map<? extends K, ? extends Character>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Creates a new hash map copying a given one.
Reference2CharLinkedOpenHashMap(K[], char[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2CharLinkedOpenHashMap(K[], char[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2CharMap<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Reference2CharMap.Entry<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2CharMap.FastEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
An entry set providing fast iteration.
Reference2CharMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific maps.
Reference2CharMaps.EmptyMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific map.
Reference2CharMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton map.
Reference2CharMaps.SynchronizedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for maps.
Reference2CharMaps.UnmodifiableMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for maps.
Reference2CharOpenCustomHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Reference2CharOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
Creates a new hash map.
Reference2CharOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2CharOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2CharOpenCustomHashMap(Reference2CharMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Reference2CharOpenCustomHashMap(Reference2CharMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2CharOpenCustomHashMap(Map<? extends K, ? extends Character>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
Creates a new hash map copying a given one.
Reference2CharOpenCustomHashMap(Map<? extends K, ? extends Character>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2CharOpenCustomHashMap(K[], char[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2CharOpenCustomHashMap(K[], char[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2CharOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation.
Reference2CharOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2CharOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2CharOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
Creates a new hash map.
Reference2CharOpenHashMap(Reference2CharMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2CharOpenHashMap(Reference2CharMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
Creates a new hash map copying a given type-specific one.
Reference2CharOpenHashMap(Map<? extends K, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2CharOpenHashMap(Map<? extends K, ? extends Character>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
Creates a new hash map copying a given one.
Reference2CharOpenHashMap(K[], char[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2CharOpenHashMap(K[], char[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2CharSortedMap<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2CharSortedMap.FastSortedEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
A sorted entry set providing fast iteration.
Reference2CharSortedMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sorted maps.
Reference2CharSortedMaps.EmptySortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific sorted map.
Reference2CharSortedMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton sorted map.
Reference2CharSortedMaps.SynchronizedSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sorted maps.
Reference2CharSortedMaps.UnmodifiableSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for sorted maps.
Reference2DoubleArrayMap<K> - Class in it.unimi.dsi.fastutil.objects
A simple, brute-force implementation of a map based on two parallel backing arrays.
Reference2DoubleArrayMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
Creates a new empty array map.
Reference2DoubleArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
Creates a new empty array map of given capacity.
Reference2DoubleArrayMap(Reference2DoubleMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
Creates a new empty array map copying the entries of a given map.
Reference2DoubleArrayMap(Object[], double[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
Creates a new empty array map with given key and value backing arrays.
Reference2DoubleArrayMap(Object[], double[], int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Reference2DoubleArrayMap(Map<? extends K, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
Creates a new empty array map copying the entries of a given map.
reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
 
reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
 
reference2DoubleEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Returns a type-specific set view of the mappings contained in this map.
reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
 
reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
 
reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
 
reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
 
reference2DoubleEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.EmptySortedMap
 
reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.Singleton
 
reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.SynchronizedSortedMap
 
reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.UnmodifiableSortedMap
 
Reference2DoubleFunctions - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific functions.
Reference2DoubleFunctions.EmptyFunction<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific function.
Reference2DoubleFunctions.PrimitiveFunction<K> - Class in it.unimi.dsi.fastutil.objects
An adapter for mapping generic total functions to partial primitive functions.
Reference2DoubleFunctions.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton function.
Reference2DoubleFunctions.SynchronizedFunction<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for functions.
Reference2DoubleFunctions.UnmodifiableFunction<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for functions.
Reference2DoubleLinkedOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Reference2DoubleLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2DoubleLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2DoubleLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Creates a new hash map.
Reference2DoubleLinkedOpenHashMap(Reference2DoubleMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2DoubleLinkedOpenHashMap(Reference2DoubleMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Reference2DoubleLinkedOpenHashMap(Map<? extends K, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2DoubleLinkedOpenHashMap(Map<? extends K, ? extends Double>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Creates a new hash map copying a given one.
Reference2DoubleLinkedOpenHashMap(K[], double[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2DoubleLinkedOpenHashMap(K[], double[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2DoubleMap<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Reference2DoubleMap.Entry<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2DoubleMap.FastEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
An entry set providing fast iteration.
Reference2DoubleMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific maps.
Reference2DoubleMaps.EmptyMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific map.
Reference2DoubleMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton map.
Reference2DoubleMaps.SynchronizedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for maps.
Reference2DoubleMaps.UnmodifiableMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for maps.
Reference2DoubleOpenCustomHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Reference2DoubleOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Creates a new hash map.
Reference2DoubleOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2DoubleOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2DoubleOpenCustomHashMap(Reference2DoubleMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Reference2DoubleOpenCustomHashMap(Reference2DoubleMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2DoubleOpenCustomHashMap(Map<? extends K, ? extends Double>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Creates a new hash map copying a given one.
Reference2DoubleOpenCustomHashMap(Map<? extends K, ? extends Double>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2DoubleOpenCustomHashMap(K[], double[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2DoubleOpenCustomHashMap(K[], double[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2DoubleOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation.
Reference2DoubleOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2DoubleOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2DoubleOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Creates a new hash map.
Reference2DoubleOpenHashMap(Reference2DoubleMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2DoubleOpenHashMap(Reference2DoubleMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Creates a new hash map copying a given type-specific one.
Reference2DoubleOpenHashMap(Map<? extends K, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2DoubleOpenHashMap(Map<? extends K, ? extends Double>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Creates a new hash map copying a given one.
Reference2DoubleOpenHashMap(K[], double[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2DoubleOpenHashMap(K[], double[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2DoubleSortedMap<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2DoubleSortedMap.FastSortedEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
A sorted entry set providing fast iteration.
Reference2DoubleSortedMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sorted maps.
Reference2DoubleSortedMaps.EmptySortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific sorted map.
Reference2DoubleSortedMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton sorted map.
Reference2DoubleSortedMaps.SynchronizedSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sorted maps.
Reference2DoubleSortedMaps.UnmodifiableSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for sorted maps.
Reference2FloatFunction<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2IntArrayMap<K> - Class in it.unimi.dsi.fastutil.objects
A simple, brute-force implementation of a map based on two parallel backing arrays.
Reference2IntArrayMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntArrayMap
Creates a new empty array map.
Reference2IntArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntArrayMap
Creates a new empty array map of given capacity.
Reference2IntArrayMap(Reference2IntMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntArrayMap
Creates a new empty array map copying the entries of a given map.
Reference2IntArrayMap(Object[], int[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntArrayMap
Creates a new empty array map with given key and value backing arrays.
Reference2IntArrayMap(Object[], int[], int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Reference2IntArrayMap(Map<? extends K, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntArrayMap
Creates a new empty array map copying the entries of a given map.
reference2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntArrayMap
 
reference2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
 
reference2IntEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Returns a type-specific set view of the mappings contained in this map.
reference2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.EmptyMap
 
reference2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.Singleton
 
reference2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
reference2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
 
reference2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
 
reference2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
 
reference2IntEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
reference2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.EmptySortedMap
 
reference2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.Singleton
 
reference2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.SynchronizedSortedMap
 
reference2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.UnmodifiableSortedMap
 
Reference2IntFunctions - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific functions.
Reference2IntFunctions.EmptyFunction<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific function.
Reference2IntFunctions.PrimitiveFunction<K> - Class in it.unimi.dsi.fastutil.objects
An adapter for mapping generic total functions to partial primitive functions.
Reference2IntFunctions.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton function.
Reference2IntFunctions.SynchronizedFunction<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for functions.
Reference2IntFunctions.UnmodifiableFunction<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for functions.
Reference2IntLinkedOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Reference2IntLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2IntLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2IntLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Creates a new hash map.
Reference2IntLinkedOpenHashMap(Reference2IntMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2IntLinkedOpenHashMap(Reference2IntMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Reference2IntLinkedOpenHashMap(Map<? extends K, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2IntLinkedOpenHashMap(Map<? extends K, ? extends Integer>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Creates a new hash map copying a given one.
Reference2IntLinkedOpenHashMap(K[], int[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2IntLinkedOpenHashMap(K[], int[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2IntMap<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Reference2IntMap.Entry<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2IntMap.FastEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
An entry set providing fast iteration.
Reference2IntMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific maps.
Reference2IntMaps.EmptyMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific map.
Reference2IntMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton map.
Reference2IntMaps.SynchronizedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for maps.
Reference2IntMaps.UnmodifiableMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for maps.
Reference2IntOpenCustomHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Reference2IntOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
Creates a new hash map.
Reference2IntOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2IntOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2IntOpenCustomHashMap(Reference2IntMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Reference2IntOpenCustomHashMap(Reference2IntMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2IntOpenCustomHashMap(Map<? extends K, ? extends Integer>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
Creates a new hash map copying a given one.
Reference2IntOpenCustomHashMap(Map<? extends K, ? extends Integer>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2IntOpenCustomHashMap(K[], int[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2IntOpenCustomHashMap(K[], int[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2IntOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation.
Reference2IntOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2IntOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2IntOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
Creates a new hash map.
Reference2IntOpenHashMap(Reference2IntMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2IntOpenHashMap(Reference2IntMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
Creates a new hash map copying a given type-specific one.
Reference2IntOpenHashMap(Map<? extends K, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2IntOpenHashMap(Map<? extends K, ? extends Integer>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
Creates a new hash map copying a given one.
Reference2IntOpenHashMap(K[], int[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2IntOpenHashMap(K[], int[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2IntSortedMap<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2IntSortedMap.FastSortedEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
A sorted entry set providing fast iteration.
Reference2IntSortedMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sorted maps.
Reference2IntSortedMaps.EmptySortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific sorted map.
Reference2IntSortedMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton sorted map.
Reference2IntSortedMaps.SynchronizedSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sorted maps.
Reference2IntSortedMaps.UnmodifiableSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for sorted maps.
Reference2LongArrayMap<K> - Class in it.unimi.dsi.fastutil.objects
A simple, brute-force implementation of a map based on two parallel backing arrays.
Reference2LongArrayMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongArrayMap
Creates a new empty array map.
Reference2LongArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongArrayMap
Creates a new empty array map of given capacity.
Reference2LongArrayMap(Reference2LongMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongArrayMap
Creates a new empty array map copying the entries of a given map.
Reference2LongArrayMap(Object[], long[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongArrayMap
Creates a new empty array map with given key and value backing arrays.
Reference2LongArrayMap(Object[], long[], int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Reference2LongArrayMap(Map<? extends K, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongArrayMap
Creates a new empty array map copying the entries of a given map.
reference2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongArrayMap
 
reference2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
 
reference2LongEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Returns a type-specific set view of the mappings contained in this map.
reference2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.EmptyMap
 
reference2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.Singleton
 
reference2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
reference2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
 
reference2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
 
reference2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
 
reference2LongEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
reference2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.EmptySortedMap
 
reference2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.Singleton
 
reference2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.SynchronizedSortedMap
 
reference2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.UnmodifiableSortedMap
 
Reference2LongFunctions - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific functions.
Reference2LongFunctions.EmptyFunction<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific function.
Reference2LongFunctions.PrimitiveFunction<K> - Class in it.unimi.dsi.fastutil.objects
An adapter for mapping generic total functions to partial primitive functions.
Reference2LongFunctions.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton function.
Reference2LongFunctions.SynchronizedFunction<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for functions.
Reference2LongFunctions.UnmodifiableFunction<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for functions.
Reference2LongLinkedOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Reference2LongLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2LongLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2LongLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Creates a new hash map.
Reference2LongLinkedOpenHashMap(Reference2LongMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2LongLinkedOpenHashMap(Reference2LongMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Reference2LongLinkedOpenHashMap(Map<? extends K, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2LongLinkedOpenHashMap(Map<? extends K, ? extends Long>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Creates a new hash map copying a given one.
Reference2LongLinkedOpenHashMap(K[], long[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2LongLinkedOpenHashMap(K[], long[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2LongMap<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Reference2LongMap.Entry<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2LongMap.FastEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
An entry set providing fast iteration.
Reference2LongMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific maps.
Reference2LongMaps.EmptyMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific map.
Reference2LongMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton map.
Reference2LongMaps.SynchronizedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for maps.
Reference2LongMaps.UnmodifiableMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for maps.
Reference2LongOpenCustomHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Reference2LongOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
Creates a new hash map.
Reference2LongOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2LongOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2LongOpenCustomHashMap(Reference2LongMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Reference2LongOpenCustomHashMap(Reference2LongMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2LongOpenCustomHashMap(Map<? extends K, ? extends Long>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
Creates a new hash map copying a given one.
Reference2LongOpenCustomHashMap(Map<? extends K, ? extends Long>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2LongOpenCustomHashMap(K[], long[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2LongOpenCustomHashMap(K[], long[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2LongOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation.
Reference2LongOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2LongOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2LongOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
Creates a new hash map.
Reference2LongOpenHashMap(Reference2LongMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2LongOpenHashMap(Reference2LongMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
Creates a new hash map copying a given type-specific one.
Reference2LongOpenHashMap(Map<? extends K, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2LongOpenHashMap(Map<? extends K, ? extends Long>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
Creates a new hash map copying a given one.
Reference2LongOpenHashMap(K[], long[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2LongOpenHashMap(K[], long[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2LongSortedMap<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2LongSortedMap.FastSortedEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
A sorted entry set providing fast iteration.
Reference2LongSortedMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sorted maps.
Reference2LongSortedMaps.EmptySortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific sorted map.
Reference2LongSortedMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton sorted map.
Reference2LongSortedMaps.SynchronizedSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sorted maps.
Reference2LongSortedMaps.UnmodifiableSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for sorted maps.
Reference2ObjectArrayMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
A simple, brute-force implementation of a map based on two parallel backing arrays.
Reference2ObjectArrayMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap
Creates a new empty array map.
Reference2ObjectArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap
Creates a new empty array map of given capacity.
Reference2ObjectArrayMap(Reference2ObjectMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap
Creates a new empty array map copying the entries of a given map.
Reference2ObjectArrayMap(Object[], Object[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap
Creates a new empty array map with given key and value backing arrays.
Reference2ObjectArrayMap(Object[], Object[], int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Reference2ObjectArrayMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap
Creates a new empty array map copying the entries of a given map.
reference2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap
 
reference2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
 
reference2ObjectEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectMap
Returns a type-specific set view of the mappings contained in this map.
reference2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.EmptyMap
 
reference2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.Singleton
 
reference2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.SynchronizedMap
 
reference2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.UnmodifiableMap
 
reference2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
 
reference2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
 
reference2ObjectEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
reference2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.EmptySortedMap
 
reference2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.Singleton
 
reference2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.SynchronizedSortedMap
 
reference2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.UnmodifiableSortedMap
 
Reference2ObjectFunctions - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific functions.
Reference2ObjectFunctions.EmptyFunction<K,​V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific function.
Reference2ObjectFunctions.Singleton<K,​V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton function.
Reference2ObjectFunctions.SynchronizedFunction<K,​V> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for functions.
Reference2ObjectFunctions.UnmodifiableFunction<K,​V> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for functions.
Reference2ObjectLinkedOpenHashMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Reference2ObjectLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ObjectLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ObjectLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Creates a new hash map.
Reference2ObjectLinkedOpenHashMap(Reference2ObjectMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2ObjectLinkedOpenHashMap(Reference2ObjectMap<K, V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Reference2ObjectLinkedOpenHashMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2ObjectLinkedOpenHashMap(Map<? extends K, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Creates a new hash map copying a given one.
Reference2ObjectLinkedOpenHashMap(K[], V[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2ObjectLinkedOpenHashMap(K[], V[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2ObjectMap<K,​V> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Reference2ObjectMap.Entry<K,​V> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2ObjectMap.FastEntrySet<K,​V> - Interface in it.unimi.dsi.fastutil.objects
An entry set providing fast iteration.
Reference2ObjectMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific maps.
Reference2ObjectMaps.EmptyMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific map.
Reference2ObjectMaps.Singleton<K,​V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton map.
Reference2ObjectMaps.SynchronizedMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for maps.
Reference2ObjectMaps.UnmodifiableMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for maps.
Reference2ObjectOpenCustomHashMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Reference2ObjectOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
Creates a new hash map.
Reference2ObjectOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ObjectOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ObjectOpenCustomHashMap(Reference2ObjectMap<K, V>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Reference2ObjectOpenCustomHashMap(Reference2ObjectMap<K, V>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2ObjectOpenCustomHashMap(Map<? extends K, ? extends V>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
Creates a new hash map copying a given one.
Reference2ObjectOpenCustomHashMap(Map<? extends K, ? extends V>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2ObjectOpenCustomHashMap(K[], V[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2ObjectOpenCustomHashMap(K[], V[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2ObjectOpenHashMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation.
Reference2ObjectOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ObjectOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ObjectOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
Creates a new hash map.
Reference2ObjectOpenHashMap(Reference2ObjectMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2ObjectOpenHashMap(Reference2ObjectMap<K, V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
Creates a new hash map copying a given type-specific one.
Reference2ObjectOpenHashMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2ObjectOpenHashMap(Map<? extends K, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
Creates a new hash map copying a given one.
Reference2ObjectOpenHashMap(K[], V[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2ObjectOpenHashMap(K[], V[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2ObjectSortedMap<K,​V> - Interface in it.unimi.dsi.fastutil.objects
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2ObjectSortedMap.FastSortedEntrySet<K,​V> - Interface in it.unimi.dsi.fastutil.objects
A sorted entry set providing fast iteration.
Reference2ObjectSortedMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sorted maps.
Reference2ObjectSortedMaps.EmptySortedMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific sorted map.
Reference2ObjectSortedMaps.Singleton<K,​V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton sorted map.
Reference2ObjectSortedMaps.SynchronizedSortedMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sorted maps.
Reference2ObjectSortedMaps.UnmodifiableSortedMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for sorted maps.
Reference2ReferenceArrayMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
A simple, brute-force implementation of a map based on two parallel backing arrays.
Reference2ReferenceArrayMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
Creates a new empty array map.
Reference2ReferenceArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
Creates a new empty array map of given capacity.
Reference2ReferenceArrayMap(Reference2ReferenceMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
Creates a new empty array map copying the entries of a given map.
Reference2ReferenceArrayMap(Object[], Object[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
Creates a new empty array map with given key and value backing arrays.
Reference2ReferenceArrayMap(Object[], Object[], int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Reference2ReferenceArrayMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
Creates a new empty array map copying the entries of a given map.
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
 
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
reference2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
Returns a type-specific set view of the mappings contained in this map.
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.EmptyMap
 
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
 
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 
reference2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.EmptySortedMap
 
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.Singleton
 
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
 
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.UnmodifiableSortedMap
 
Reference2ReferenceFunction<K,​V> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2ReferenceFunctions - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific functions.
Reference2ReferenceFunctions.EmptyFunction<K,​V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific function.
Reference2ReferenceFunctions.Singleton<K,​V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton function.
Reference2ReferenceFunctions.SynchronizedFunction<K,​V> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for functions.
Reference2ReferenceFunctions.UnmodifiableFunction<K,​V> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for functions.
Reference2ReferenceLinkedOpenHashMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Reference2ReferenceLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ReferenceLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ReferenceLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Creates a new hash map.
Reference2ReferenceLinkedOpenHashMap(Reference2ReferenceMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2ReferenceLinkedOpenHashMap(Reference2ReferenceMap<K, V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Reference2ReferenceLinkedOpenHashMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2ReferenceLinkedOpenHashMap(Map<? extends K, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Creates a new hash map copying a given one.
Reference2ReferenceLinkedOpenHashMap(K[], V[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2ReferenceLinkedOpenHashMap(K[], V[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2ReferenceMap<K,​V> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Reference2ReferenceMap.Entry<K,​V> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2ReferenceMap.FastEntrySet<K,​V> - Interface in it.unimi.dsi.fastutil.objects
An entry set providing fast iteration.
Reference2ReferenceMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific maps.
Reference2ReferenceMaps.EmptyMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific map.
Reference2ReferenceMaps.Singleton<K,​V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton map.
Reference2ReferenceMaps.SynchronizedMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for maps.
Reference2ReferenceMaps.UnmodifiableMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for maps.
Reference2ReferenceOpenCustomHashMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Reference2ReferenceOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Creates a new hash map.
Reference2ReferenceOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ReferenceOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ReferenceOpenCustomHashMap(Reference2ReferenceMap<K, V>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Reference2ReferenceOpenCustomHashMap(Reference2ReferenceMap<K, V>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2ReferenceOpenCustomHashMap(Map<? extends K, ? extends V>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Creates a new hash map copying a given one.
Reference2ReferenceOpenCustomHashMap(Map<? extends K, ? extends V>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2ReferenceOpenCustomHashMap(K[], V[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2ReferenceOpenCustomHashMap(K[], V[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2ReferenceOpenHashMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation.
Reference2ReferenceOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ReferenceOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ReferenceOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Creates a new hash map.
Reference2ReferenceOpenHashMap(Reference2ReferenceMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2ReferenceOpenHashMap(Reference2ReferenceMap<K, V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Creates a new hash map copying a given type-specific one.
Reference2ReferenceOpenHashMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2ReferenceOpenHashMap(Map<? extends K, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Creates a new hash map copying a given one.
Reference2ReferenceOpenHashMap(K[], V[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2ReferenceOpenHashMap(K[], V[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2ReferenceSortedMap<K,​V> - Interface in it.unimi.dsi.fastutil.objects
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2ReferenceSortedMap.FastSortedEntrySet<K,​V> - Interface in it.unimi.dsi.fastutil.objects
A sorted entry set providing fast iteration.
Reference2ReferenceSortedMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sorted maps.
Reference2ReferenceSortedMaps.EmptySortedMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific sorted map.
Reference2ReferenceSortedMaps.Singleton<K,​V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton sorted map.
Reference2ReferenceSortedMaps.SynchronizedSortedMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sorted maps.
Reference2ReferenceSortedMaps.UnmodifiableSortedMap<K,​V> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for sorted maps.
Reference2ShortFunction<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceArrayList<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceArrayList() - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Creates a new array list with ReferenceArrayList.DEFAULT_INITIAL_CAPACITY capacity.
ReferenceArrayList(int) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Creates a new array list with given capacity.
ReferenceArrayList(ObjectIterator<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Creates a new array list and fills it with the elements returned by a type-specific iterator..
ReferenceArrayList(ReferenceCollection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Creates a new array list and fills it with a given type-specific collection.
ReferenceArrayList(ReferenceList<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Creates a new array list and fills it with a given type-specific list.
ReferenceArrayList(Collection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Creates a new array list and fills it with a given collection.
ReferenceArrayList(Iterator<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Creates a new array list and fills it with the elements returned by an iterator..
ReferenceArrayList(K[]) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Creates a new array list and fills it with the elements of a given array.
ReferenceArrayList(K[], int, int) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Creates a new array list and fills it with the elements of a given array.
ReferenceArraySet<K> - Class in it.unimi.dsi.fastutil.objects
A simple, brute-force implementation of a set based on a backing array.
ReferenceArraySet() - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new empty array set.
ReferenceArraySet(int) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new empty array set of given initial capacity.
ReferenceArraySet(ReferenceCollection<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new array set copying the contents of a given collection.
ReferenceArraySet(ReferenceSet<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new array set copying the contents of a given collection.
ReferenceArraySet(Object[]) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new array set using the given backing array.
ReferenceArraySet(Object[], int) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new array set using the given backing array and the given number of elements of the array.
ReferenceArraySet(Collection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new array set copying the contents of a given set.
ReferenceArraySet(Set<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new array set copying the contents of a given set.
ReferenceBigArrayBigList<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific big-array-based big list; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceBigArrayBigList() - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Creates a new big-array big list with ReferenceBigArrayBigList.DEFAULT_INITIAL_CAPACITY capacity.
ReferenceBigArrayBigList(long) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Creates a new big-array big list with given capacity.
ReferenceBigArrayBigList(ObjectIterator<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Creates a new big-array big list and fills it with the elements returned by a type-specific iterator..
ReferenceBigArrayBigList(ReferenceBigList<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Creates a new big-array big list and fills it with a given type-specific list.
ReferenceBigArrayBigList(ReferenceCollection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Creates a new big-array big list and fills it with a given type-specific collection.
ReferenceBigArrayBigList(Collection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Creates a new big-array big list and fills it with a given collection.
ReferenceBigArrayBigList(Iterator<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Creates a new big-array big list and fills it with the elements returned by an iterator..
ReferenceBigArrayBigList(K[][]) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Creates a new big-array big list and fills it with the elements of a given big array.
ReferenceBigArrayBigList(K[][], long, long) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Creates a new big-array big list and fills it with the elements of a given big array.
ReferenceBigList<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific BigList; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceBigLists - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific big lists.
ReferenceBigLists.EmptyBigList<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific big list.
ReferenceBigLists.ListBigList<K> - Class in it.unimi.dsi.fastutil.objects
A class exposing a list as a big list.
ReferenceBigLists.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton big list.
ReferenceBigLists.SynchronizedBigList<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for big lists.
ReferenceBigLists.UnmodifiableBigList<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for big lists.
ReferenceByteImmutablePair<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceByteImmutablePair(K, byte) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceByteImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ReferenceByteMutablePair<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceByteMutablePair(K, byte) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceByteMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ReferenceBytePair<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceCharImmutablePair<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceCharImmutablePair(K, char) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceCharImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ReferenceCharMutablePair<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceCharMutablePair(K, char) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceCharMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ReferenceCharPair<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceCollection<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Collection; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceCollections - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific collections.
ReferenceCollections.EmptyCollection<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific collection.
ReferenceCollections.IterableCollection<K> - Class in it.unimi.dsi.fastutil.objects
A collection wrapper class for iterables.
ReferenceDoubleImmutablePair<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceDoubleImmutablePair(K, double) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceDoubleImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ReferenceDoubleMutablePair<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceDoubleMutablePair(K, double) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceDoubleMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ReferenceDoublePair<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceImmutableList<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific array-based immutable list; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceImmutableList(ObjectIterator<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Creates a new immutable list and fills it with the elements returned by a type-specific iterator..
ReferenceImmutableList(ReferenceCollection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Creates a new immutable list and fills it with a given type-specific collection.
ReferenceImmutableList(ReferenceList<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Creates a new immutable list and fills it with a given type-specific list.
ReferenceImmutableList(Collection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Creates a new immutable list and fills it with a given collection.
ReferenceImmutableList(K[]) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Creates a new immutable list using a given array.
ReferenceImmutableList(K[], int, int) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Creates a new immutable list and fills it with the elements of a given array.
ReferenceIntImmutablePair<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceIntImmutablePair(K, int) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceIntImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ReferenceIntMutablePair<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceIntMutablePair(K, int) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceIntMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ReferenceIntPair<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceLinkedOpenHashSet<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash set with with a fast, small-footprint implementation.
ReferenceLinkedOpenHashSet() - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
ReferenceLinkedOpenHashSet(int) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
ReferenceLinkedOpenHashSet(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set.
ReferenceLinkedOpenHashSet(ReferenceCollection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
ReferenceLinkedOpenHashSet(ReferenceCollection<? extends K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set copying a given type-specific collection.
ReferenceLinkedOpenHashSet(Collection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
ReferenceLinkedOpenHashSet(Collection<? extends K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set copying a given collection.
ReferenceLinkedOpenHashSet(Iterator<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
ReferenceLinkedOpenHashSet(Iterator<? extends K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set using elements provided by a type-specific iterator.
ReferenceLinkedOpenHashSet(K[]) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
ReferenceLinkedOpenHashSet(K[], float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set copying the elements of an array.
ReferenceLinkedOpenHashSet(K[], int, int) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
ReferenceLinkedOpenHashSet(K[], int, int, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set and fills it with the elements of a given array.
ReferenceList<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific List; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceLists - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific lists.
ReferenceLists.EmptyList<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific list.
ReferenceLists.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton list.
ReferenceLists.SynchronizedList<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for lists.
ReferenceLists.SynchronizedRandomAccessList<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for random-access lists.
ReferenceLists.UnmodifiableList<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for lists.
ReferenceLists.UnmodifiableRandomAccessList<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for random-access lists.
ReferenceLongImmutablePair<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceLongImmutablePair(K, long) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLongImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ReferenceLongMutablePair<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceLongMutablePair(K, long) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLongMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ReferenceLongPair<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceObjectImmutablePair<K,​V> - Class in it.unimi.dsi.fastutil.objects
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceObjectImmutablePair(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceObjectImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ReferenceObjectMutablePair<K,​V> - Class in it.unimi.dsi.fastutil.objects
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceObjectMutablePair(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceObjectMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ReferenceObjectPair<K,​V> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceOpenHashBigSet<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash big set with with a fast, small-footprint implementation.
ReferenceOpenHashBigSet() - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
Creates a new hash big set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
ReferenceOpenHashBigSet(long) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
Creates a new hash big set with Hash.DEFAULT_LOAD_FACTOR as load factor.
ReferenceOpenHashBigSet(long, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
Creates a new hash big set.
ReferenceOpenHashBigSet(ReferenceCollection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
Creates a new hash big set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
ReferenceOpenHashBigSet(ReferenceCollection<? extends K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
Creates a new hash big set copying a given type-specific collection.
ReferenceOpenHashBigSet(Collection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
Creates a new hash big set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
ReferenceOpenHashBigSet(Collection<? extends K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
Creates a new hash big set copying a given collection.
ReferenceOpenHashBigSet(Iterator<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
Creates a new hash big set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
ReferenceOpenHashBigSet(Iterator<? extends K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
Creates a new hash big set using elements provided by a type-specific iterator.
ReferenceOpenHashBigSet(K[]) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
Creates a new hash big set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
ReferenceOpenHashBigSet(K[], float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
Creates a new hash big set copying the elements of an array.
ReferenceOpenHashBigSet(K[], int, int) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
Creates a new hash big set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
ReferenceOpenHashBigSet(K[], int, int, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
Creates a new hash big set and fills it with the elements of a given array.
ReferenceOpenHashSet<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash set with with a fast, small-footprint implementation.
ReferenceOpenHashSet() - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
ReferenceOpenHashSet(int) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
ReferenceOpenHashSet(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set.
ReferenceOpenHashSet(ReferenceCollection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
ReferenceOpenHashSet(ReferenceCollection<? extends K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set copying a given type-specific collection.
ReferenceOpenHashSet(Collection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
ReferenceOpenHashSet(Collection<? extends K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set copying a given collection.
ReferenceOpenHashSet(Iterator<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
ReferenceOpenHashSet(Iterator<? extends K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set using elements provided by a type-specific iterator.
ReferenceOpenHashSet(K[]) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
ReferenceOpenHashSet(K[], float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set copying the elements of an array.
ReferenceOpenHashSet(K[], int, int) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
ReferenceOpenHashSet(K[], int, int, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set and fills it with the elements of a given array.
ReferenceRandomAccessSubList(ReferenceBigList<K>, long, long) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceRandomAccessSubList
 
ReferenceRandomAccessSubList(ReferenceList<K>, int, int) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReferenceList.ReferenceRandomAccessSubList
 
ReferenceReferenceImmutablePair<K,​V> - Class in it.unimi.dsi.fastutil.objects
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceReferenceImmutablePair(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceReferenceImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ReferenceReferenceMutablePair<K,​V> - Class in it.unimi.dsi.fastutil.objects
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceReferenceMutablePair(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceReferenceMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ReferenceReferencePair<K,​V> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceSet<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceSets - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sets.
ReferenceSets.EmptySet<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing the empty set and implementing a type-specific set interface.
ReferenceSets.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton set.
ReferenceSets.SynchronizedSet<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sets.
ReferenceSets.UnmodifiableSet<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for sets.
ReferenceSortedSet<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceSortedSets - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sorted sets.
ReferenceSortedSets.EmptySet<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing the empty sorted set and implementing a type-specific set interface.
ReferenceSortedSets.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
A class representing a singleton sorted set.
ReferenceSortedSets.SynchronizedSortedSet<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sorted sets.
ReferenceSortedSets.UnmodifiableSortedSet<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for sorted sets.
ReferenceSubList(ReferenceBigList<K>, long, long) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
ReferenceSubList(ReferenceList<K>, int, int) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReferenceList.ReferenceSubList
 
rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
 
rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Removes a single instance of the specified element from this collection, if it is present (optional operation).
rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Removes a single instance of the specified element from this collection, if it is present (optional operation).
rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteSet
Deprecated.
Please use remove() instead.
rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
rem(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedRandomAccessList
 
rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableRandomAccessList
 
rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
rem(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteSet
Deprecated.
Please use remove() instead.
rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.EmptySet
Deprecated.
rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.SynchronizedSet
Deprecated.
rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.UnmodifiableSet
Deprecated.
rem(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList.CharSubList
 
rem(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Removes a single instance of the specified element from this collection, if it is present (optional operation).
rem(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
rem(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList.CharSubList
 
rem(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
Removes a single instance of the specified element from this collection, if it is present (optional operation).
rem(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharSet
Deprecated.
Please use remove() instead.
rem(char) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
rem(char) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
rem(char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
rem(char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
rem(char) - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
rem(char) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedRandomAccessList
 
rem(char) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableRandomAccessList
 
rem(char) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
rem(char) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
rem(char) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
rem(char) - Method in interface it.unimi.dsi.fastutil.chars.CharSet
Deprecated.
Please use remove() instead.
rem(char) - Method in class it.unimi.dsi.fastutil.chars.CharSets.EmptySet
Deprecated.
rem(char) - Method in class it.unimi.dsi.fastutil.chars.CharSets.SynchronizedSet
Deprecated.
rem(char) - Method in class it.unimi.dsi.fastutil.chars.CharSets.UnmodifiableSet
Deprecated.
remove() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.AbstractIndexBasedBigIterator
 
remove() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.BigListIteratorListIterator
 
remove() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedIterator
 
remove() - Method in interface it.unimi.dsi.fastutil.bytes.ByteListIterator
Removes from the underlying collection the last element returned by this iterator (optional operation).
remove() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.AbstractIndexBasedBigIterator
 
remove() - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.BigListIteratorListIterator
 
remove() - Method in class it.unimi.dsi.fastutil.chars.CharIterators.AbstractIndexBasedIterator
 
remove() - Method in interface it.unimi.dsi.fastutil.chars.CharListIterator
Removes from the underlying collection the last element returned by this iterator (optional operation).
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteSet
Removes an element from this set.
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteArrayMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
 
remove(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Removes the mapping with the given key (optional operation).
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.SynchronizedFunction
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.UnmodifiableFunction
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharArrayMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
 
remove(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Removes the mapping with the given key (optional operation).
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.UnmodifiableFunction
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.UnmodifiableFunction
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
 
remove(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Removes the mapping with the given key (optional operation).
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntArrayMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.UnmodifiableFunction
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongArrayMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.SynchronizedFunction
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.UnmodifiableFunction
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.UnmodifiableFunction
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
remove(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Removes the mapping with the given key (optional operation).
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
remove(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Removes the mapping with the given key (optional operation).
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteArraySet
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
 
remove(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteSet
Removes an element from this set.
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.EmptySet
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.Singleton
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.SynchronizedSet
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.UnmodifiableSet
 
remove(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
 
remove(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
 
remove(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, char) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
 
remove(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
 
remove(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
 
remove(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
 
remove(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
 
remove(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
 
remove(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, long) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
 
remove(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
 
remove(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
 
remove(byte, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
 
remove(byte, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
remove(byte, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
remove(byte, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharSet
Removes an element from this set.
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteArrayMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
 
remove(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Removes the mapping with the given key (optional operation).
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.SynchronizedFunction
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.UnmodifiableFunction
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharArrayMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
 
remove(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Removes the mapping with the given key (optional operation).
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.SynchronizedFunction
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.UnmodifiableFunction
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
remove(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Removes the mapping with the given key (optional operation).
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.UnmodifiableFunction
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongArrayMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.SynchronizedFunction
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.UnmodifiableFunction
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectArrayMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceArrayMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
 
remove(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Removes the mapping with the given key (optional operation).
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.SynchronizedFunction
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.UnmodifiableFunction
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
 
remove(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Removes the mapping with the given key (optional operation).
remove(char) - Method in class it.unimi.dsi.fastutil.chars.CharArraySet
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
remove(char) - Method in interface it.unimi.dsi.fastutil.chars.CharSet
Removes an element from this set.
remove(char) - Method in class it.unimi.dsi.fastutil.chars.CharSets.EmptySet
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.CharSets.SynchronizedSet
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.CharSets.UnmodifiableSet
 
remove(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
 
remove(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
 
remove(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
 
remove(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
 
remove(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
remove(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
remove(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, int) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
 
remove(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
 
remove(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, long) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
 
remove(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
 
remove(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
 
remove(char, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
 
remove(char, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
 
remove(char, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
 
remove(char, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharArrayMap
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.SynchronizedFunction
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.UnmodifiableFunction
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceArrayMap
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.SynchronizedFunction
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.UnmodifiableFunction
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
 
remove(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(double, byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
remove(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
remove(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(double, char) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
 
remove(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
 
remove(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(double, Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(double, Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(double, Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
 
remove(double, Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
 
remove(double, Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(double, Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Removes the mapping with the given key (optional operation).
remove(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Removes the mapping with the given key (optional operation).
remove(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Removes the mapping with the given key (optional operation).
remove(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
 
remove(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapIndirectPriorityQueue
 
remove(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
remove(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
 
remove(int) - Method in class it.unimi.dsi.fastutil.chars.CharHeapIndirectPriorityQueue
 
remove(int) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
remove(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteArrayMap
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.UnmodifiableFunction
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharArrayMap
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.UnmodifiableFunction
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
remove(int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList.ReferenceSubList
 
remove(int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
remove(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
remove(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
remove(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Deprecated. 
remove(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
remove(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
remove(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
remove(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(int, byte) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
 
remove(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
 
remove(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(int, char) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
 
remove(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
 
remove(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(int, Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(int, Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(int, Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
remove(int, Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
remove(int, Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(int, Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharArrayMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.UnmodifiableFunction
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
remove(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
remove(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
remove(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
remove(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
remove(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.Singleton
 
remove(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
 
remove(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.UnmodifiableBigList
 
remove(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(long, byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
remove(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
remove(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(long, char) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
 
remove(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
 
remove(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(long, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(long, Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(long, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
remove(long, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
remove(long, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(long, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Removes the mapping with the given key (optional operation).
remove(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Removes the mapping with the given key (optional operation).
remove(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Deprecated.
Please use (and implement) the rem() method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
Deprecated.
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
Deprecated.
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.ByteSet
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharCollection
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Deprecated.
Please use (and implement) the rem() method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
Deprecated.
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
Deprecated.
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.CharSet
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
 
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectMap
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
 
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
Removes the mapping with the given key (optional operation).
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.Singleton
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedRandomAccessList
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableRandomAccessList
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Deprecated. 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.EmptySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.SynchronizedSet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.UnmodifiableSet
 
remove(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
remove(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
remove(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
remove(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
remove(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, char) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
remove(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
 
remove(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, char) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
remove(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
 
remove(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
remove(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
remove(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, int) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
remove(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
 
remove(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, long) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
remove(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
 
remove(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
removeAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
 
removeAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
removeAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
removeAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
removeAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
removeAll(ByteCollection) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Remove from this collection all elements in the given type-specific collection.
removeAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
removeAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
removeAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
removeAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
removeAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
removeAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.Singleton
 
removeAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharCollection
 
removeAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
removeAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
removeAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
removeAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
removeAll(CharCollection) - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Remove from this collection all elements in the given type-specific collection.
removeAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
 
removeAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
removeAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
removeAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
removeAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
removeAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.Singleton
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharCollection
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.Singleton
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceCollections.EmptyCollection
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Deprecated. 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
removeByte(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
removeByte(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Removes the element at the specified position in this list (optional operation).
removeByte(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
removeByte(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Removes the element at the specified position in this list (optional operation).
removeByte(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
removeByte(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
removeByte(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
removeByte(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
removeByte(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
removeByte(long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
 
removeByte(long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Removes the element at the specified position.
removeByte(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
removeByte(long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Removes the element at the specified position.
removeByte(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
removeByte(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
removeByte(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
removeByte(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
removeByte(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
 
removeByte(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
Removes the mapping with the given key (optional operation).
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
removeChar(int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList.CharSubList
 
removeChar(int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
Removes the element at the specified position in this list (optional operation).
removeChar(int) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
removeChar(int) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Removes the element at the specified position in this list (optional operation).
removeChar(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
removeChar(int) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
removeChar(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
removeChar(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
removeChar(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
removeChar(long) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList.CharSubList
 
removeChar(long) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Removes the element at the specified position.
removeChar(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
removeChar(long) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Removes the element at the specified position.
removeChar(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
removeChar(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
removeChar(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
removeChar(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
removeChar(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
removeChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharArrayMap
 
removeChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
 
removeChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.SynchronizedFunction
 
removeChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.UnmodifiableFunction
 
removeChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
 
removeChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
 
removeChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
 
removeChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
 
removeChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
 
removeChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharArrayMap
 
removeChar(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
Removes the mapping with the given key (optional operation).
removeChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.SynchronizedFunction
 
removeChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.UnmodifiableFunction
 
removeChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
 
removeChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
 
removeChar(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
 
removeDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
 
removeDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
 
removeDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
 
removeDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
 
removeDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
 
removeDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Removes (hopefully quickly) elements of this type-specific list.
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Removes elements of this type-specific list using optimized system calls.
removeElements(int, int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Removes (hopefully quickly) elements of this type-specific list.
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList.CharSubList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
Removes (hopefully quickly) elements of this type-specific list.
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
Removes elements of this type-specific list using optimized system calls.
removeElements(int, int) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Removes (hopefully quickly) elements of this type-specific list.
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList.ReferenceSubList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
Removes (hopefully quickly) elements of this type-specific list.
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Removes elements of this type-specific list using optimized system calls.
removeElements(int, int) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Removes (hopefully quickly) elements of this type-specific list.
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Deprecated. 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
 
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Removes (hopefully quickly) elements of this type-specific big list.
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
Removes elements of this type-specific list using optimized system calls.
removeElements(long, long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Removes (hopefully quickly) elements of this type-specific big list.
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList.CharSubList
 
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Removes (hopefully quickly) elements of this type-specific big list.
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
Removes elements of this type-specific list using optimized system calls.
removeElements(long, long) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Removes (hopefully quickly) elements of this type-specific big list.
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Removes (hopefully quickly) elements of this type-specific big list.
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Removes elements of this type-specific list using optimized system calls.
removeElements(long, long) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Removes (hopefully quickly) elements of this type-specific big list.
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
 
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.UnmodifiableBigList
 
removeFirst() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirst() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirst() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirst() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirst() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirst() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirst() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirst() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Removes the mapping associated with the first key in iteration order.
removeFirst() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirst() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirst() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirst() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Removes the first key in iteration order.
removeFirstByte() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Removes the first key in iteration order.
removeFirstByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Removes the first key in iteration order.
removeFirstByte() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstByte() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstByte() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstByte() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstByte() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstByte() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstByte() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstChar() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstChar() - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstChar() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Removes the first key in iteration order.
removeFirstChar() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Removes the first key in iteration order.
removeFirstChar() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstChar() - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstChar() - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstChar() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstChar() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstChar() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstDouble() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstDouble() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstDouble() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstInt() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstInt() - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstInt() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstLong() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstLong() - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstLong() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFloat(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
Removes the mapping with the given key (optional operation).
removeIf(BytePredicate) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Remove from this collection all elements which satisfy the given predicate.
removeIf(BytePredicate) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
removeIf(BytePredicate) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
removeIf(BytePredicate) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
removeIf(BytePredicate) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
removeIf(BytePredicate) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
removeIf(BytePredicate) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
removeIf(BytePredicate) - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.Singleton
 
removeIf(CharPredicate) - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Remove from this collection all elements which satisfy the given predicate.
removeIf(CharPredicate) - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
 
removeIf(CharPredicate) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
removeIf(CharPredicate) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
removeIf(CharPredicate) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
removeIf(CharPredicate) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
removeIf(CharPredicate) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
removeIf(CharPredicate) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
removeIf(IntPredicate) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Remove from this collection all elements which satisfy the given predicate.
removeIf(IntPredicate) - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Remove from this collection all elements which satisfy the given predicate.
removeIf(Predicate<? super Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Deprecated.
Please use the corresponding type-specific method instead.
removeIf(Predicate<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
Deprecated.
removeIf(Predicate<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
removeIf(Predicate<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
Deprecated.
removeIf(Predicate<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.Singleton
Deprecated.
removeIf(Predicate<? super Character>) - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Deprecated.
Please use the corresponding type-specific method instead.
removeIf(Predicate<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
Deprecated.
removeIf(Predicate<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
removeIf(Predicate<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
Deprecated.
removeIf(Predicate<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
Deprecated.
removeIf(Predicate<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceCollections.EmptyCollection
 
removeIf(Predicate<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
removeIf(Predicate<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
removeIf(Predicate<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Deprecated. 
removeIf(Predicate<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
removeIf(Predicate<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
removeIf(Predicate<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
removeInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntArrayMap
 
removeInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.SynchronizedFunction
 
removeInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.UnmodifiableFunction
 
removeInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
 
removeInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
 
removeInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
 
removeLast() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLast() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLast() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLast() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLast() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLast() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLast() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLast() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Removes the mapping associated with the last key in iteration order.
removeLast() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLast() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLast() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLast() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Removes the the last key in iteration order.
removeLastByte() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLastByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Removes the the last key in iteration order.
removeLastByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Removes the the last key in iteration order.
removeLastByte() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLastByte() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLastByte() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLastByte() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLastByte() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Removes the mapping associated with the last key in iteration order.
removeLastByte() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLastByte() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLastChar() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLastChar() - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLastChar() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Removes the the last key in iteration order.
removeLastChar() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Removes the the last key in iteration order.
removeLastChar() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLastChar() - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLastChar() - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLastChar() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Removes the mapping associated with the last key in iteration order.
removeLastChar() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLastChar() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLastDouble() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLastDouble() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLastDouble() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLastInt() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLastInt() - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLastInt() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLastLong() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLastLong() - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLastLong() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongArrayMap
 
removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.SynchronizedFunction
 
removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.UnmodifiableFunction
 
removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
 
removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
 
removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
 
removeShort(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
Removes the mapping with the given key (optional operation).
replace(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
 
replace(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
 
replace(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
 
replace(byte, byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
 
replace(byte, byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, char) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
 
replace(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
 
replace(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, char, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, char, char) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, char, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
 
replace(byte, char, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
 
replace(byte, char, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, char, char) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
 
replace(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
 
replace(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, double, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, double, double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, double, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
 
replace(byte, double, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
 
replace(byte, double, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, double, double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
 
replace(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
 
replace(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, int, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, int, int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, int, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
 
replace(byte, int, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
 
replace(byte, int, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, int, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, long) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
 
replace(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
 
replace(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, long, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, long, long) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, long, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
 
replace(byte, long, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
 
replace(byte, long, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, long, long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
 
replace(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
 
replace(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
replace(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
replace(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, V, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, V, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, V, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
 
replace(byte, V, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
 
replace(byte, V, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, V, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, V, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, V, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, V, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
replace(byte, V, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
replace(byte, V, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, V, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
 
replace(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
 
replace(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, byte, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, byte, byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, byte, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
 
replace(char, byte, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
 
replace(char, byte, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, byte, byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
 
replace(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
 
replace(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
 
replace(char, char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
 
replace(char, char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
replace(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
replace(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, double, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, double, double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, double, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
replace(char, double, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
replace(char, double, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, double, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, int) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
 
replace(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
 
replace(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, int, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, int, int) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, int, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
 
replace(char, int, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
 
replace(char, int, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, int, int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, long) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
 
replace(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
 
replace(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, long, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, long, long) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, long, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
 
replace(char, long, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
 
replace(char, long, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, long, long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
 
replace(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
 
replace(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
 
replace(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
 
replace(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, V, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, V, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, V, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
 
replace(char, V, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
 
replace(char, V, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, V, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, V, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, V, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, V, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
 
replace(char, V, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
 
replace(char, V, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, V, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(double, byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
replace(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
replace(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(double, byte, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(double, byte, byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(double, byte, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
replace(double, byte, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
replace(double, byte, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(double, byte, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(double, char) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
 
replace(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
 
replace(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(double, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(double, char, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(double, char, char) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(double, char, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
 
replace(double, char, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
 
replace(double, char, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(double, char, char) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(double, V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
 
replace(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
 
replace(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(double, V, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(double, V, V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(double, V, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
 
replace(double, V, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
 
replace(double, V, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(double, V, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(int, byte) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
 
replace(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
 
replace(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(int, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(int, byte, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(int, byte, byte) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(int, byte, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
 
replace(int, byte, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
 
replace(int, byte, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(int, byte, byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(int, char) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
 
replace(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
 
replace(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(int, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(int, char, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(int, char, char) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(int, char, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
 
replace(int, char, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
 
replace(int, char, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(int, char, char) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(int, V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
replace(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
replace(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(int, V, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(int, V, V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(int, V, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
replace(int, V, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
replace(int, V, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(int, V, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
replace(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
replace(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, byte, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, byte, byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, byte, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
replace(long, byte, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
replace(long, byte, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, byte, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, char) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
 
replace(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
 
replace(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, char, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, char, char) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, char, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
 
replace(long, char, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
 
replace(long, char, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, char, char) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
replace(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
replace(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, V, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, V, V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, V, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
replace(long, V, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
replace(long, V, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, V, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Character) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Character) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Character) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Character, Character) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Character, Character) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Character, Character) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Double, Double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Double, Double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Double, Double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Integer) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Integer) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Integer) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Integer, Integer) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Integer, Integer) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Integer, Integer) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Long) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Long, Long) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Long, Long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, Long, Long) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, V, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, V, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, V, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, V, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, V, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, V, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Byte, Byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Byte, Byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Byte, Byte) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Double, Double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Double, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Double, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Integer) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Integer) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Integer) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Integer, Integer) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Integer, Integer) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Integer, Integer) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Long) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Long, Long) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Long, Long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Long, Long) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, V, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, V, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, V, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, V, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, V, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, V, V) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Double, Byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Double, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Double, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Double, Byte, Byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Double, Byte, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Double, Byte, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Double, Character) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Double, Character) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Double, Character) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Double, Character, Character) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Double, Character, Character) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Double, Character, Character) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Double, V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Double, V, V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Double, V, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Double, V, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Integer, Byte) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Integer, Byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Integer, Byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Integer, Byte, Byte) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Integer, Byte, Byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Integer, Byte, Byte) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Integer, Character) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Integer, Character) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Integer, Character) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Integer, Character, Character) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Integer, Character, Character) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Integer, Character, Character) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Integer, V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Integer, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Integer, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Integer, V, V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Integer, V, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Integer, V, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Byte, Byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Byte, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Byte, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Character) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Character) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Character) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Character, Character) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Character, Character) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Character, Character) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, V, V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, V, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, V, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
replace(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
replace(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
replace(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
replace(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, byte, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, byte, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, byte, byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, byte, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
replace(K, byte, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
replace(K, byte, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, byte, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, byte, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, byte, byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, byte, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
replace(K, byte, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
replace(K, byte, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, byte, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, char) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
replace(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
 
replace(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, char) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
replace(K, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
 
replace(K, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, char, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, char, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, char, char) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, char, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
replace(K, char, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
 
replace(K, char, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, char, char) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, char, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, char, char) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, char, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
replace(K, char, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
 
replace(K, char, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, char, char) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
replace(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
replace(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, double, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, double, double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, double, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
replace(K, double, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
replace(K, double, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, double, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, int) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
replace(K, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
 
replace(K, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, int, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, int, int) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, int, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
replace(K, int, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
 
replace(K, int, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, int, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, long) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
replace(K, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
 
replace(K, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, long, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, long, long) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, long, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
replace(K, long, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
 
replace(K, long, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, long, long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, Byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Byte, Byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Byte, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Byte, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Byte, Byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Byte, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Byte, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Character) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Character) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Character) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Character) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Character) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Character) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Character, Character) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Character, Character) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Character, Character) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Character, Character) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Character, Character) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Character, Character) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Double, Double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Double, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Double, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Integer) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Integer) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Integer) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Integer, Integer) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Integer, Integer) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Integer, Integer) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Long) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Long, Long) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Long, Long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Long, Long) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
replace(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
replace(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.SynchronizedMap
 
replace(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.UnmodifiableMap
 
replace(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
replace(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
replace(K, V, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
replace(K, V, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
replace(K, V, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.SynchronizedMap
 
replace(K, V, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.UnmodifiableMap
 
replace(K, V, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
replace(K, V, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
replaceAll(ByteUnaryOperator) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Replaces each element of this list with the result of applying the operator to that element.
replaceAll(ByteUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
replaceAll(ByteUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
replaceAll(ByteUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
replaceAll(CharUnaryOperator) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Replaces each element of this list with the result of applying the operator to that element.
replaceAll(CharUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
replaceAll(CharUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
replaceAll(CharUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
replaceAll(BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super Byte, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Byte, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super Byte, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Byte, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super Byte, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Byte, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super Character, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Character, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super Character, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Character, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Character, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super Double, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Double, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super Integer, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Integer, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super Integer, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Integer, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super Long, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Long, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
replaceAll(BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
replaceAll(BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
replaceAll(BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
replaceAll(BiFunction<? super K, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
replaceAll(BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
replaceAll(BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
replaceAll(BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.SynchronizedMap
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.UnmodifiableMap
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
replaceAll(IntUnaryOperator) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Replaces each element of this list with the result of applying the operator to that element, performing widening and narrowing primitive casts, until all elements have been processed or the action throws an exception.
replaceAll(IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
replaceAll(IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
replaceAll(IntUnaryOperator) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Replaces each element of this list with the result of applying the operator to that element, performing widening and narrowing primitive casts, until all elements have been processed or the action throws an exception.
replaceAll(IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
replaceAll(IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
replaceAll(UnaryOperator<Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
replaceAll(UnaryOperator<Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
Deprecated.
replaceAll(UnaryOperator<Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
replaceAll(UnaryOperator<Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
Deprecated.
replaceAll(UnaryOperator<Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
Deprecated.
replaceAll(UnaryOperator<Character>) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Deprecated.
Please use the corresponding type-specific method instead.
replaceAll(UnaryOperator<Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
Deprecated.
replaceAll(UnaryOperator<Character>) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
replaceAll(UnaryOperator<Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
Deprecated.
replaceAll(UnaryOperator<Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
Deprecated.
replaceAll(UnaryOperator<K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
replaceAll(UnaryOperator<K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Deprecated. 
replaceAll(UnaryOperator<K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
replaceAll(UnaryOperator<K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
replaceAll(UnaryOperator<K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
retainAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
 
retainAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
retainAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
retainAll(ByteCollection) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Retains in this collection only elements from the given type-specific collection.
retainAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
retainAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
retainAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
retainAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
retainAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
retainAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.Singleton
 
retainAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharCollection
 
retainAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
retainAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
retainAll(CharCollection) - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Retains in this collection only elements from the given type-specific collection.
retainAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
 
retainAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
retainAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
retainAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
retainAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
retainAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.Singleton
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharCollection
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.Singleton
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceCollections.EmptyCollection
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Deprecated. 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
reversed() - Method in interface it.unimi.dsi.fastutil.bytes.ByteComparator
 
reversed() - Method in interface it.unimi.dsi.fastutil.chars.CharComparator
 
right() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
right() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
Please use the corresponding type-specific method instead.
right() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
Please use the corresponding type-specific method instead.
right() - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectImmutablePair
 
right() - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectMutablePair
 
right() - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceImmutablePair
 
right() - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right() - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right() - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
right() - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Deprecated.
Please use the corresponding type-specific method instead.
right() - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Deprecated.
Please use the corresponding type-specific method instead.
right() - Method in class it.unimi.dsi.fastutil.chars.CharObjectImmutablePair
 
right() - Method in class it.unimi.dsi.fastutil.chars.CharObjectMutablePair
 
right() - Method in class it.unimi.dsi.fastutil.chars.CharReferenceImmutablePair
 
right() - Method in class it.unimi.dsi.fastutil.chars.CharReferenceMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right() - Method in class it.unimi.dsi.fastutil.doubles.DoubleReferenceImmutablePair
 
right() - Method in class it.unimi.dsi.fastutil.doubles.DoubleReferenceMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right() - Method in class it.unimi.dsi.fastutil.ints.IntReferenceImmutablePair
 
right() - Method in class it.unimi.dsi.fastutil.ints.IntReferenceMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right() - Method in class it.unimi.dsi.fastutil.longs.LongReferenceImmutablePair
 
right() - Method in class it.unimi.dsi.fastutil.longs.LongReferenceMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.objects.ObjectBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right() - Method in interface it.unimi.dsi.fastutil.objects.ObjectCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right() - Method in class it.unimi.dsi.fastutil.objects.ObjectReferenceImmutablePair
 
right() - Method in class it.unimi.dsi.fastutil.objects.ObjectReferenceMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
right() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceIntPair
Deprecated.
Please use the corresponding type-specific method instead.
right() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceLongPair
Deprecated.
Please use the corresponding type-specific method instead.
right() - Method in class it.unimi.dsi.fastutil.objects.ReferenceObjectImmutablePair
 
right() - Method in class it.unimi.dsi.fastutil.objects.ReferenceObjectMutablePair
 
right() - Method in class it.unimi.dsi.fastutil.objects.ReferenceReferenceImmutablePair
 
right() - Method in class it.unimi.dsi.fastutil.objects.ReferenceReferenceMutablePair
 
right(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteByteMutablePair
 
right(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Sets the right element of this pair (optional operation).
right(byte) - Method in class it.unimi.dsi.fastutil.chars.CharByteMutablePair
 
right(byte) - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Sets the right element of this pair (optional operation).
right(byte) - Method in class it.unimi.dsi.fastutil.doubles.DoubleByteMutablePair
 
right(byte) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Sets the right element of this pair (optional operation).
right(byte) - Method in class it.unimi.dsi.fastutil.ints.IntByteMutablePair
 
right(byte) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Sets the right element of this pair (optional operation).
right(byte) - Method in class it.unimi.dsi.fastutil.longs.LongByteMutablePair
 
right(byte) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Sets the right element of this pair (optional operation).
right(byte) - Method in class it.unimi.dsi.fastutil.objects.ObjectByteMutablePair
 
right(byte) - Method in interface it.unimi.dsi.fastutil.objects.ObjectBytePair
Sets the right element of this pair (optional operation).
right(byte) - Method in class it.unimi.dsi.fastutil.objects.ReferenceByteMutablePair
 
right(byte) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBytePair
Sets the right element of this pair (optional operation).
right(char) - Method in class it.unimi.dsi.fastutil.bytes.ByteCharMutablePair
 
right(char) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Sets the right element of this pair (optional operation).
right(char) - Method in class it.unimi.dsi.fastutil.chars.CharCharMutablePair
 
right(char) - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Sets the right element of this pair (optional operation).
right(char) - Method in class it.unimi.dsi.fastutil.doubles.DoubleCharMutablePair
 
right(char) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Sets the right element of this pair (optional operation).
right(char) - Method in class it.unimi.dsi.fastutil.ints.IntCharMutablePair
 
right(char) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Sets the right element of this pair (optional operation).
right(char) - Method in class it.unimi.dsi.fastutil.longs.LongCharMutablePair
 
right(char) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Sets the right element of this pair (optional operation).
right(char) - Method in class it.unimi.dsi.fastutil.objects.ObjectCharMutablePair
 
right(char) - Method in interface it.unimi.dsi.fastutil.objects.ObjectCharPair
Sets the right element of this pair (optional operation).
right(char) - Method in class it.unimi.dsi.fastutil.objects.ReferenceCharMutablePair
 
right(char) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceCharPair
Sets the right element of this pair (optional operation).
right(double) - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleMutablePair
 
right(double) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Sets the right element of this pair (optional operation).
right(double) - Method in class it.unimi.dsi.fastutil.chars.CharDoubleMutablePair
 
right(double) - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Sets the right element of this pair (optional operation).
right(double) - Method in class it.unimi.dsi.fastutil.objects.ReferenceDoubleMutablePair
 
right(double) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceDoublePair
Sets the right element of this pair (optional operation).
right(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteIntMutablePair
 
right(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Sets the right element of this pair (optional operation).
right(int) - Method in class it.unimi.dsi.fastutil.chars.CharIntMutablePair
 
right(int) - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Sets the right element of this pair (optional operation).
right(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceIntMutablePair
 
right(int) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceIntPair
Sets the right element of this pair (optional operation).
right(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteLongMutablePair
 
right(long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Sets the right element of this pair (optional operation).
right(long) - Method in class it.unimi.dsi.fastutil.chars.CharLongMutablePair
 
right(long) - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Sets the right element of this pair (optional operation).
right(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLongMutablePair
 
right(long) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceLongPair
Sets the right element of this pair (optional operation).
right(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right(Byte) - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right(Byte) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right(Byte) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right(Byte) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right(Byte) - Method in interface it.unimi.dsi.fastutil.objects.ObjectBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right(Byte) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right(Character) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right(Character) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right(Character) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right(Character) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right(Character) - Method in interface it.unimi.dsi.fastutil.objects.ObjectCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right(Character) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right(Double) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
right(Double) - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
right(Double) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
right(Integer) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
Please use the corresponding type-specific method instead.
right(Integer) - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Deprecated.
Please use the corresponding type-specific method instead.
right(Integer) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceIntPair
Deprecated.
Please use the corresponding type-specific method instead.
right(Long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
Please use the corresponding type-specific method instead.
right(Long) - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Deprecated.
Please use the corresponding type-specific method instead.
right(Long) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceLongPair
Deprecated.
Please use the corresponding type-specific method instead.
right(V) - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectMutablePair
 
right(V) - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceMutablePair
 
right(V) - Method in class it.unimi.dsi.fastutil.chars.CharObjectMutablePair
 
right(V) - Method in class it.unimi.dsi.fastutil.chars.CharReferenceMutablePair
 
right(V) - Method in class it.unimi.dsi.fastutil.doubles.DoubleReferenceMutablePair
 
right(V) - Method in class it.unimi.dsi.fastutil.ints.IntReferenceMutablePair
 
right(V) - Method in class it.unimi.dsi.fastutil.longs.LongReferenceMutablePair
 
right(V) - Method in class it.unimi.dsi.fastutil.objects.ObjectReferenceMutablePair
 
right(V) - Method in class it.unimi.dsi.fastutil.objects.ReferenceObjectMutablePair
 
right(V) - Method in class it.unimi.dsi.fastutil.objects.ReferenceReferenceMutablePair
 
rightByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteByteImmutablePair
 
rightByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteByteMutablePair
 
rightByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Returns the right element of this pair.
rightByte() - Method in class it.unimi.dsi.fastutil.chars.CharByteImmutablePair
 
rightByte() - Method in class it.unimi.dsi.fastutil.chars.CharByteMutablePair
 
rightByte() - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Returns the right element of this pair.
rightByte() - Method in class it.unimi.dsi.fastutil.doubles.DoubleByteImmutablePair
 
rightByte() - Method in class it.unimi.dsi.fastutil.doubles.DoubleByteMutablePair
 
rightByte() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Returns the right element of this pair.
rightByte() - Method in class it.unimi.dsi.fastutil.ints.IntByteImmutablePair
 
rightByte() - Method in class it.unimi.dsi.fastutil.ints.IntByteMutablePair
 
rightByte() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Returns the right element of this pair.
rightByte() - Method in class it.unimi.dsi.fastutil.longs.LongByteImmutablePair
 
rightByte() - Method in class it.unimi.dsi.fastutil.longs.LongByteMutablePair
 
rightByte() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Returns the right element of this pair.
rightByte() - Method in class it.unimi.dsi.fastutil.objects.ObjectByteImmutablePair
 
rightByte() - Method in class it.unimi.dsi.fastutil.objects.ObjectByteMutablePair
 
rightByte() - Method in interface it.unimi.dsi.fastutil.objects.ObjectBytePair
Returns the right element of this pair.
rightByte() - Method in class it.unimi.dsi.fastutil.objects.ReferenceByteImmutablePair
 
rightByte() - Method in class it.unimi.dsi.fastutil.objects.ReferenceByteMutablePair
 
rightByte() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBytePair
Returns the right element of this pair.
rightChar() - Method in class it.unimi.dsi.fastutil.bytes.ByteCharImmutablePair
 
rightChar() - Method in class it.unimi.dsi.fastutil.bytes.ByteCharMutablePair
 
rightChar() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Returns the right element of this pair.
rightChar() - Method in class it.unimi.dsi.fastutil.chars.CharCharImmutablePair
 
rightChar() - Method in class it.unimi.dsi.fastutil.chars.CharCharMutablePair
 
rightChar() - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Returns the right element of this pair.
rightChar() - Method in class it.unimi.dsi.fastutil.doubles.DoubleCharImmutablePair
 
rightChar() - Method in class it.unimi.dsi.fastutil.doubles.DoubleCharMutablePair
 
rightChar() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Returns the right element of this pair.
rightChar() - Method in class it.unimi.dsi.fastutil.ints.IntCharImmutablePair
 
rightChar() - Method in class it.unimi.dsi.fastutil.ints.IntCharMutablePair
 
rightChar() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Returns the right element of this pair.
rightChar() - Method in class it.unimi.dsi.fastutil.longs.LongCharImmutablePair
 
rightChar() - Method in class it.unimi.dsi.fastutil.longs.LongCharMutablePair
 
rightChar() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Returns the right element of this pair.
rightChar() - Method in class it.unimi.dsi.fastutil.objects.ObjectCharImmutablePair
 
rightChar() - Method in class it.unimi.dsi.fastutil.objects.ObjectCharMutablePair
 
rightChar() - Method in interface it.unimi.dsi.fastutil.objects.ObjectCharPair
Returns the right element of this pair.
rightChar() - Method in class it.unimi.dsi.fastutil.objects.ReferenceCharImmutablePair
 
rightChar() - Method in class it.unimi.dsi.fastutil.objects.ReferenceCharMutablePair
 
rightChar() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceCharPair
Returns the right element of this pair.
rightDouble() - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleImmutablePair
 
rightDouble() - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleMutablePair
 
rightDouble() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Returns the right element of this pair.
rightDouble() - Method in class it.unimi.dsi.fastutil.chars.CharDoubleImmutablePair
 
rightDouble() - Method in class it.unimi.dsi.fastutil.chars.CharDoubleMutablePair
 
rightDouble() - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Returns the right element of this pair.
rightDouble() - Method in class it.unimi.dsi.fastutil.objects.ReferenceDoubleImmutablePair
 
rightDouble() - Method in class it.unimi.dsi.fastutil.objects.ReferenceDoubleMutablePair
 
rightDouble() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceDoublePair
Returns the right element of this pair.
rightInt() - Method in class it.unimi.dsi.fastutil.bytes.ByteIntImmutablePair
 
rightInt() - Method in class it.unimi.dsi.fastutil.bytes.ByteIntMutablePair
 
rightInt() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Returns the right element of this pair.
rightInt() - Method in class it.unimi.dsi.fastutil.chars.CharIntImmutablePair
 
rightInt() - Method in class it.unimi.dsi.fastutil.chars.CharIntMutablePair
 
rightInt() - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Returns the right element of this pair.
rightInt() - Method in class it.unimi.dsi.fastutil.objects.ReferenceIntImmutablePair
 
rightInt() - Method in class it.unimi.dsi.fastutil.objects.ReferenceIntMutablePair
 
rightInt() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceIntPair
Returns the right element of this pair.
rightLong() - Method in class it.unimi.dsi.fastutil.bytes.ByteLongImmutablePair
 
rightLong() - Method in class it.unimi.dsi.fastutil.bytes.ByteLongMutablePair
 
rightLong() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Returns the right element of this pair.
rightLong() - Method in class it.unimi.dsi.fastutil.chars.CharLongImmutablePair
 
rightLong() - Method in class it.unimi.dsi.fastutil.chars.CharLongMutablePair
 
rightLong() - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Returns the right element of this pair.
rightLong() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLongImmutablePair
 
rightLong() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLongMutablePair
 
rightLong() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceLongPair
Returns the right element of this pair.

S

second() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.objects.ObjectBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.objects.ObjectCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceIntPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceLongPair
Deprecated.
Please use the corresponding type-specific method instead.
second(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Sets the right element of this pair (optional operation).
second(byte) - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Sets the right element of this pair (optional operation).
second(byte) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Sets the right element of this pair (optional operation).
second(byte) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Sets the right element of this pair (optional operation).
second(byte) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Sets the right element of this pair (optional operation).
second(byte) - Method in interface it.unimi.dsi.fastutil.objects.ObjectBytePair
Sets the right element of this pair (optional operation).
second(byte) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBytePair
Sets the right element of this pair (optional operation).
second(char) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Sets the right element of this pair (optional operation).
second(char) - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Sets the right element of this pair (optional operation).
second(char) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Sets the right element of this pair (optional operation).
second(char) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Sets the right element of this pair (optional operation).
second(char) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Sets the right element of this pair (optional operation).
second(char) - Method in interface it.unimi.dsi.fastutil.objects.ObjectCharPair
Sets the right element of this pair (optional operation).
second(char) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceCharPair
Sets the right element of this pair (optional operation).
second(double) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Sets the right element of this pair (optional operation).
second(double) - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Sets the right element of this pair (optional operation).
second(double) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceDoublePair
Sets the right element of this pair (optional operation).
second(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Sets the right element of this pair (optional operation).
second(int) - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Sets the right element of this pair (optional operation).
second(int) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceIntPair
Sets the right element of this pair (optional operation).
second(long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Sets the right element of this pair (optional operation).
second(long) - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Sets the right element of this pair (optional operation).
second(long) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceLongPair
Sets the right element of this pair (optional operation).
second(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second(Byte) - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second(Byte) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second(Byte) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second(Byte) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second(Byte) - Method in interface it.unimi.dsi.fastutil.objects.ObjectBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second(Byte) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second(Character) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second(Character) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second(Character) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second(Character) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second(Character) - Method in interface it.unimi.dsi.fastutil.objects.ObjectCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second(Character) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second(Double) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
second(Double) - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
second(Double) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
second(Integer) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
Please use the corresponding type-specific method instead.
second(Integer) - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Deprecated.
Please use the corresponding type-specific method instead.
second(Integer) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceIntPair
Deprecated.
Please use the corresponding type-specific method instead.
second(Long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
Please use the corresponding type-specific method instead.
second(Long) - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Deprecated.
Please use the corresponding type-specific method instead.
second(Long) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceLongPair
Deprecated.
Please use the corresponding type-specific method instead.
secondByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Returns the right element of this pair.
secondByte() - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Returns the right element of this pair.
secondByte() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Returns the right element of this pair.
secondByte() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Returns the right element of this pair.
secondByte() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Returns the right element of this pair.
secondByte() - Method in interface it.unimi.dsi.fastutil.objects.ObjectBytePair
Returns the right element of this pair.
secondByte() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBytePair
Returns the right element of this pair.
secondChar() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Returns the right element of this pair.
secondChar() - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Returns the right element of this pair.
secondChar() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Returns the right element of this pair.
secondChar() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Returns the right element of this pair.
secondChar() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Returns the right element of this pair.
secondChar() - Method in interface it.unimi.dsi.fastutil.objects.ObjectCharPair
Returns the right element of this pair.
secondChar() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceCharPair
Returns the right element of this pair.
secondDouble() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Returns the right element of this pair.
secondDouble() - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Returns the right element of this pair.
secondDouble() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceDoublePair
Returns the right element of this pair.
secondInt() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Returns the right element of this pair.
secondInt() - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Returns the right element of this pair.
secondInt() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceIntPair
Returns the right element of this pair.
secondLong() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Returns the right element of this pair.
secondLong() - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Returns the right element of this pair.
secondLong() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceLongPair
Returns the right element of this pair.
set(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigListIterator
Replaces the last element returned by next() or previous() with the specified element (optional operation).
set(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.AbstractIndexBasedBigListIterator
 
set(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.BigListIteratorListIterator
 
set(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedListIterator
 
set(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteListIterator
Replaces the last element returned by ByteListIterator.next() or ByteListIterator.previous() with the specified element (optional operation).
set(char) - Method in interface it.unimi.dsi.fastutil.chars.CharBigListIterator
Replaces the last element returned by next() or previous() with the specified element (optional operation).
set(char) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.AbstractIndexBasedBigListIterator
 
set(char) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.BigListIteratorListIterator
 
set(char) - Method in class it.unimi.dsi.fastutil.chars.CharIterators.AbstractIndexBasedListIterator
 
set(char) - Method in interface it.unimi.dsi.fastutil.chars.CharListIterator
Replaces the last element returned by CharListIterator.next() or CharListIterator.previous() with the specified element (optional operation).
set(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
set(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
set(int, byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
set(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
set(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
set(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
set(int, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList.CharSubList
 
set(int, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, char) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
set(int, char) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, char) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
set(int, char) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
set(int, char) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
set(int, char) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
set(int, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
set(int, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, Character) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, Character) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, Character) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
set(int, Character) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, Character) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList.ReferenceSubList
 
set(int, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
set(int, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
set(int, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
set(int, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Deprecated. 
set(int, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
set(int, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
set(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
 
set(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
set(long, byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
set(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
set(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
set(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
set(long, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList.CharSubList
 
set(long, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(long, char) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
set(long, char) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(long, char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
set(long, char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
set(long, char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
set(long, char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
set(long, Byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, Character) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, Character) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, Character) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, Character) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, Character) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
set(long, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
set(long, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
set(long, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
set(long, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
set(long, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
 
set(long, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.UnmodifiableBigList
 
set(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharListIterator
Deprecated.
Please use the corresponding type-specific method instead.
SET_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
 
SET_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.chars.CharSpliterators
 
setElements(byte[]) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Set (hopefully quickly) elements to match the array given.
setElements(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
setElements(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
setElements(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
setElements(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
setElements(byte[][]) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Set (hopefully quickly) elements to match the array given.
setElements(char[]) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Set (hopefully quickly) elements to match the array given.
setElements(char[]) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
setElements(char[]) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
setElements(char[]) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
setElements(char[]) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
setElements(char[][]) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Set (hopefully quickly) elements to match the array given.
setElements(int, byte[]) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Set (hopefully quickly) elements to match the array given.
setElements(int, byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
setElements(int, byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
setElements(int, byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
setElements(int, byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
setElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
setElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
setElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Sets elements to this type-specific list using optimized system calls.
setElements(int, byte[], int, int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Set (hopefully quickly) elements to match the array given.
setElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
setElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
setElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
setElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
setElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
setElements(int, char[]) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Set (hopefully quickly) elements to match the array given.
setElements(int, char[]) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
setElements(int, char[]) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
setElements(int, char[]) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
setElements(int, char[]) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
setElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList.CharSubList
 
setElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
 
setElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
Sets elements to this type-specific list using optimized system calls.
setElements(int, char[], int, int) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Set (hopefully quickly) elements to match the array given.
setElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
setElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
setElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
setElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
setElements(int, char[], int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
setElements(int, K[]) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Set (hopefully quickly) elements to match the array given.
setElements(int, K[]) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
setElements(int, K[]) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
setElements(int, K[]) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
setElements(int, K[]) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
setElements(int, K[], int, int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList.ReferenceSubList
 
setElements(int, K[], int, int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
 
setElements(int, K[], int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Sets elements to this type-specific list using optimized system calls.
setElements(int, K[], int, int) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Set (hopefully quickly) elements to match the array given.
setElements(int, K[], int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
setElements(int, K[], int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Deprecated. 
setElements(int, K[], int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
setElements(int, K[], int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
setElements(int, K[], int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
setElements(long, byte[][]) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Set (hopefully quickly) elements to match the array given.
setElements(long, byte[][], long, long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
 
setElements(long, byte[][], long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
Copies elements in the given big array into this type-specific list using optimized system calls.
setElements(long, byte[][], long, long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Set (hopefully quickly) elements to match the array given.
setElements(long, char[][]) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Set (hopefully quickly) elements to match the array given.
setElements(long, char[][], long, long) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
 
setElements(long, char[][], long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
Copies elements in the given big array into this type-specific list using optimized system calls.
setElements(long, char[][], long, long) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Set (hopefully quickly) elements to match the array given.
setElements(long, Object[][], long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Copies elements in the given big array into this type-specific list using optimized system calls.
setElements(long, K[][]) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Set (hopefully quickly) elements to match the array given.
setElements(long, K[][], long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 
setElements(long, K[][], long, long) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Set (hopefully quickly) elements to match the array given.
setElements(K[]) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Set (hopefully quickly) elements to match the array given.
setElements(K[]) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
setElements(K[]) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
setElements(K[]) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
setElements(K[]) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
setElements(K[][]) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Set (hopefully quickly) elements to match the array given.
setValue(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap.BasicEntry
 
setValue(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(byte) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap.BasicEntry
 
setValue(byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntry
 
setValue(byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(byte) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap.BasicEntry
 
setValue(byte) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(byte) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntry
 
setValue(byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(byte) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntry
 
setValue(byte) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntry
 
setValue(byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(char) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap.BasicEntry
 
setValue(char) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap.BasicEntry
 
setValue(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(char) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap.BasicEntry
 
setValue(char) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(char) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap.BasicEntry
 
setValue(char) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(char) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap.BasicEntry
 
setValue(char) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(char) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap.BasicEntry
 
setValue(char) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap.BasicEntry
 
setValue(char) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(char) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(double) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntry
 
setValue(double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(double) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntry
 
setValue(double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(double) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntry
 
setValue(double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap.BasicEntry
 
setValue(int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(int) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap.BasicEntry
 
setValue(int) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap.BasicEntry
 
setValue(int) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap.BasicEntry
 
setValue(long) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(long) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap.BasicEntry
 
setValue(long) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap.BasicEntry
 
setValue(long) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(Byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(Byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(Byte) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(Byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(Byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(Byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(Character) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(Character) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(Character) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(Character) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(Character) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(Character) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(Double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(Double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(Double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(Integer) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(Integer) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(Integer) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(Long) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(Long) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(Long) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(V) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntry
 
setValue(V) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntry
 
setValue(V) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap.BasicEntry
 
setValue(V) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap.BasicEntry
 
setValue(V) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap.BasicEntry
 
setValue(V) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntry
 
setValue(V) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntry
 
setValue(V) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntry
 
setValue(V) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectMap.BasicEntry
 
setValue(V) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntry
 
Short2ByteFunction - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2CharFunction - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2ReferenceFunction<V> - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
shuffle(ByteBigList, Random) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigLists
Shuffles the specified big list using the specified pseudorandom number generator.
shuffle(ByteList, Random) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLists
Shuffles the specified list using the specified pseudorandom number generator.
shuffle(CharBigList, Random) - Static method in class it.unimi.dsi.fastutil.chars.CharBigLists
Shuffles the specified big list using the specified pseudorandom number generator.
shuffle(CharList, Random) - Static method in class it.unimi.dsi.fastutil.chars.CharLists
Shuffles the specified list using the specified pseudorandom number generator.
shuffle(ReferenceBigList<K>, Random) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists
Shuffles the specified big list using the specified pseudorandom number generator.
shuffle(ReferenceList<K>, Random) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceLists
Shuffles the specified list using the specified pseudorandom number generator.
singleton(byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators
Returns an iterator that iterates just over the given element.
singleton(byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigLists
Returns a type-specific immutable big list containing only the specified element.
singleton(byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Returns an immutable iterator that iterates just over the given element.
singleton(byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLists
Returns a type-specific immutable list containing only the specified element.
singleton(byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSets
Returns a type-specific immutable set containing only the specified element.
singleton(byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Returns a spliterator that iterates just over the given element.
singleton(byte, byte) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(byte, byte) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(byte, byte) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, byte, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, char) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(byte, char) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(byte, char) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, char, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, double) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(byte, double) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(byte, double) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, double, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, int) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(byte, int) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(byte, int) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, long) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(byte, long) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(byte, long) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, long, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
singleton(byte, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Returns a spliterator that iterates just over the given element.
singleton(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, V, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, V, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char) - Static method in class it.unimi.dsi.fastutil.chars.CharBigListIterators
Returns an iterator that iterates just over the given element.
singleton(char) - Static method in class it.unimi.dsi.fastutil.chars.CharBigLists
Returns a type-specific immutable big list containing only the specified element.
singleton(char) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Returns an immutable iterator that iterates just over the given element.
singleton(char) - Static method in class it.unimi.dsi.fastutil.chars.CharLists
Returns a type-specific immutable list containing only the specified element.
singleton(char) - Static method in class it.unimi.dsi.fastutil.chars.CharSets
Returns a type-specific immutable set containing only the specified element.
singleton(char) - Static method in class it.unimi.dsi.fastutil.chars.CharSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(char) - Static method in class it.unimi.dsi.fastutil.chars.CharSpliterators
Returns a spliterator that iterates just over the given element.
singleton(char, byte) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(char, byte) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(char, byte) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, byte, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, char) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(char, char) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(char, char) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, char, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, double) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(char, double) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(char, double) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, double, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, int) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(char, int) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(char, int) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, int, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, long) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(char, long) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(char, long) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, long, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
singleton(char, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharSpliterators
Returns a spliterator that iterates just over the given element.
singleton(char, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(char, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(char, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(char, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(char, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, V, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, V, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(double, byte) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(double, byte) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(double, byte) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(double, byte, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(double, char) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(double, char) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(double, char) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(double, char, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(double, V, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(int, byte) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(int, byte) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(int, byte) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(int, byte, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(int, char) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(int, char) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(int, char) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(int, char, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(int, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(int, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(int, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(int, V, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, byte) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(long, byte) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(long, byte) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, byte, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, char) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(long, char) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(long, char) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, char, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, V, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSets
Returns a type-specific immutable set containing only the specified element.
singleton(Byte, Byte) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Byte, Byte) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Byte, Byte) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Byte, Byte, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(Byte, Character) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Byte, Character) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Byte, Character) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Byte, Character, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(Byte, Double) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Byte, Double) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Byte, Double) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Byte, Double, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(Byte, Integer) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Byte, Integer) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Byte, Integer) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Byte, Integer, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(Byte, Long) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Byte, Long) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Byte, Long) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Byte, Long, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(Byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Byte, V, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(Byte, V, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(Character) - Static method in class it.unimi.dsi.fastutil.chars.CharSets
Returns a type-specific immutable set containing only the specified element.
singleton(Character, Byte) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Character, Byte) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Character, Byte) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Character, Byte, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(Character, Character) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Character, Character) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Character, Character) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Character, Character, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(Character, Double) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Character, Double) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Character, Double) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Character, Double, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(Character, Integer) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Character, Integer) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Character, Integer) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Character, Integer, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(Character, Long) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Character, Long) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Character, Long) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Character, Long, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(Character, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Character, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Character, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Character, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Character, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Character, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Character, V, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(Character, V, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(Double, Byte) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Double, Byte) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Double, Byte) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Double, Byte, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(Double, Character) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Double, Character) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Double, Character) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Double, Character, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(Double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Double, V, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(Integer, Byte) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Integer, Byte) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Integer, Byte) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Integer, Byte, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(Integer, Character) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Integer, Character) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Integer, Character) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Integer, Character, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(Integer, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Integer, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Integer, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Integer, V, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(Long, Byte) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Long, Byte) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Long, Byte) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Long, Byte, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(Long, Character) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Long, Character) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Long, Character) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Long, Character, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(Long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Long, V, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigLists
Returns a type-specific immutable big list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLists
Returns a type-specific immutable list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.chars.CharBigLists
Returns a type-specific immutable big list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.chars.CharLists
Returns a type-specific immutable list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.chars.CharSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(Object, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
singleton(Object, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
singleton(K) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists
Returns a type-specific immutable big list containing only the specified element.
singleton(K) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceLists
Returns a type-specific immutable list containing only the specified element.
singleton(K) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSets
Returns a type-specific immutable set containing only the specified element.
singleton(K) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(K, byte) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, byte) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, byte) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, byte) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, byte) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, byte) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, byte, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, byte, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, char) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, char) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, char) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, char) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, char) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, char) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, char, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, char, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, double) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, double) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, double) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, double, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, int) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, int) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, int) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, int, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, long) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, long) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, long) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, long, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Byte) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Byte) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Byte) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Byte) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Byte) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Byte) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Byte, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, Byte, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, Character) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Character) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Character) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Character) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Character) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Character) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Character, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, Character, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, Double) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Double) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Double) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Double, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, Integer) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Integer) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Integer) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Integer, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, Long) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Long) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Long) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Long, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, V, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, V, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, V, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Deprecated.
Please use Size64.size64() instead.
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFIFOQueue
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedList
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteArraySet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.IterableCollection
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapSemiIndirectPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.BytePriorityQueues.SynchronizedPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Deprecated.
Please use Size64.size64() instead.
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList.CharSubList
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2CharArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2LongArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharArrayFIFOQueue
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedList
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharArrayPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharArraySet
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharCollections.IterableCollection
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharHeapPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharHeapSemiIndirectPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharPriorityQueues.SynchronizedPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2CharArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2CharArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Deprecated.
Please use Size64.size64() instead.
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList.ReferenceSubList
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2CharArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
Returns the number of key/value mappings in this map.
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceCollections.EmptyCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceCollections.IterableCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
 
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
 
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
Deprecated.
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
 
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
size(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
size(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Sets the size of this list.
size(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
size(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
size(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
size(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
size(int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
 
size(int) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
size(int) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Sets the size of this list.
size(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
size(int) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
size(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
size(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
size(int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
 
size(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
size(int) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Sets the size of this list.
size(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
size(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Deprecated. 
size(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
size(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
size(long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
Deprecated.
size(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
Deprecated.
size(long) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
Deprecated.
size(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
Deprecated.
size(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
Deprecated.
size(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.UnmodifiableBigList
Deprecated.
size(ByteIterable) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterables
Counts the number of elements returned by a type-specific iterable.
size(CharIterable) - Static method in class it.unimi.dsi.fastutil.chars.CharIterables
Counts the number of elements returned by a type-specific iterable.
size64() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
 
size64() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedBigList
 
size64() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
size64() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
size64() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
size64() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
size64() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
size64() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
size64() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList.CharSubList
 
size64() - Method in class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedBigList
 
size64() - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
size64() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
size64() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
size64() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
size64() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
size64() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
size64() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
size64() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
size64() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
size64() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
size64() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.Singleton
 
size64() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
 
size64() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.UnmodifiableBigList
 
size64() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
 
skip(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBidirectionalIterator
skip(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigListIterator
skip(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.AbstractIndexBasedBigIterator
 
skip(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.BigListIteratorListIterator
 
skip(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedIterator
 
skip(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
 
skip(int) - Method in interface it.unimi.dsi.fastutil.chars.CharBidirectionalIterator
skip(int) - Method in interface it.unimi.dsi.fastutil.chars.CharBigListIterator
skip(int) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.AbstractIndexBasedBigIterator
 
skip(int) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.BigListIteratorListIterator
 
skip(int) - Method in class it.unimi.dsi.fastutil.chars.CharIterators.AbstractIndexBasedIterator
 
skip(int) - Method in class it.unimi.dsi.fastutil.chars.CharIterators.EmptyIterator
 
skip(long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigListIterator
Skips the given number of elements.
skip(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.AbstractIndexBasedBigIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.BigListIteratorListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.EmptyBigListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigSpliterators.AbstractIndexBasedSpliterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.AbstractIndexBasedSpliterator
 
skip(long) - Method in interface it.unimi.dsi.fastutil.chars.CharBigListIterator
Skips the given number of elements.
skip(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.AbstractIndexBasedBigIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.BigListIteratorListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.EmptyBigListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigSpliterators.AbstractIndexBasedSpliterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.chars.CharSpliterators.AbstractIndexBasedSpliterator
 
sort(ByteComparator) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
sort(ByteComparator) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Sort a list using a type-specific comparator.
sort(ByteComparator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
sort(ByteComparator) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
sort(ByteComparator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
sort(ByteComparator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
sort(ByteComparator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
sort(CharComparator) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
sort(CharComparator) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Sort a list using a type-specific comparator.
sort(CharComparator) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
sort(CharComparator) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
sort(CharComparator) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
sort(CharComparator) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
sort(CharComparator) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
sort(Comparator<? super Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
sort(Comparator<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
Deprecated.
sort(Comparator<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
sort(Comparator<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
Deprecated.
sort(Comparator<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
Deprecated.
sort(Comparator<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
Deprecated.
sort(Comparator<? super Character>) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Deprecated.
Please use the corresponding type-specific method instead.
sort(Comparator<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
Deprecated.
sort(Comparator<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
sort(Comparator<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
Deprecated.
sort(Comparator<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
Deprecated.
sort(Comparator<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
Deprecated.
sort(Comparator<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
sort(Comparator<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Sorts this list using a sort assured to be stable.
sort(Comparator<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
sort(Comparator<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Deprecated. 
sort(Comparator<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
sort(Comparator<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
sort(Comparator<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
SORTED_SET_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
 
SORTED_SET_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.chars.CharSpliterators
 
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
 
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Returns a type-specific spliterator on the elements of this list.
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteArraySet
Returns a type-specific spliterator on the elements of this set.
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
spliterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Returns a type-specific spliterator on the elements of this big-list.
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
spliterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Returns a type-specific spliterator on the elements of this collection.
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.IterableCollection
 
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Returns a type-specific spliterator on the elements of this sorted-set.
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Returns a type-specific spliterator on the elements of this sorted-set.
spliterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns a type-specific spliterator on the elements of this list.
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
 
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
 
spliterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteSet
Returns a type-specific spliterator on the elements of this set.
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.Singleton
 
spliterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteSortedSet
Returns a type-specific spliterator on the elements of this sorted-set.
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.Singleton
 
spliterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList.CharSubList
 
spliterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList.CharSubList
 
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
Returns a type-specific spliterator on the elements of this list.
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharArraySet
Returns a type-specific spliterator on the elements of this set.
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
spliterator() - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Returns a type-specific spliterator on the elements of this big-list.
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
spliterator() - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Returns a type-specific spliterator on the elements of this collection.
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
 
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharCollections.IterableCollection
 
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
 
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Returns a type-specific spliterator on the elements of this sorted-set.
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Returns a type-specific spliterator on the elements of this sorted-set.
spliterator() - Method in interface it.unimi.dsi.fastutil.chars.CharList
Returns a type-specific spliterator on the elements of this list.
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
 
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
 
spliterator() - Method in interface it.unimi.dsi.fastutil.chars.CharSet
Returns a type-specific spliterator on the elements of this set.
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
spliterator() - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Returns a type-specific spliterator on the elements of this sorted-set.
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
 
spliterator() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntrySet
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList.ReferenceSubList
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Returns a type-specific spliterator on the elements of this list.
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Returns a type-specific spliterator on the elements of this set.
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
spliterator() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Returns a type-specific spliterator on the elements of this big-list.
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.Singleton
 
spliterator() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceCollection
Returns a type-specific spliterator on the elements of this collection.
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceCollections.EmptyCollection
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceCollections.IterableCollection
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Returns a type-specific spliterator on the elements of this sorted-set.
spliterator() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Returns a type-specific spliterator on the elements of this list.
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
 
spliterator() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceSet
Returns a type-specific spliterator on the elements of this set.
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
spliterator() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceSortedSet
Returns a type-specific spliterator on the elements of this sorted-set.
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.Singleton
 
strategy() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
Returns the hashing strategy.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Returns the hashing strategy.
stream() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Deprecated.
Please use the corresponding type-specific method instead.
stream() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
Deprecated.
stream() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
Deprecated.
stream() - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Deprecated.
Please use the corresponding type-specific method instead.
stream() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
Deprecated.
stream() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
Deprecated.
stream() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
stream() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteRandomAccessSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
subList(int, int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedRandomAccessList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableRandomAccessList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList.CharRandomAccessSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList.CharSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
subList(int, int) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
subList(int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedRandomAccessList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableRandomAccessList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList.ReferenceRandomAccessSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList.ReferenceSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
subList(int, int) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedRandomAccessList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableRandomAccessList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteRandomAccessSubList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
subList(long, long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Returns a type-specific view of the portion of this type-specific big list from the index from, inclusive, to the index to, exclusive.
subList(long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList.CharRandomAccessSubList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList.CharSubList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
subList(long, long) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Returns a type-specific view of the portion of this type-specific big list from the index from, inclusive, to the index to, exclusive.
subList(long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceRandomAccessSubList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
subList(long, long) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Returns a type-specific view of the portion of this type-specific big list from the index from, inclusive, to the index to, exclusive.
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.Singleton
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.UnmodifiableBigList
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
 
subMap(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.EmptySortedMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.Singleton
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.SynchronizedSortedMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.UnmodifiableSortedMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
 
subMap(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.EmptySortedMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.Singleton
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.SynchronizedSortedMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.UnmodifiableSortedMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
 
subMap(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.EmptySortedMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.UnmodifiableSortedMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
 
subMap(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.EmptySortedMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.Singleton
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.SynchronizedSortedMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.UnmodifiableSortedMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
 
subMap(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.EmptySortedMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.Singleton
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.SynchronizedSortedMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.UnmodifiableSortedMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
 
subMap(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.EmptySortedMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.UnmodifiableSortedMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
subMap(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
 
subMap(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.EmptySortedMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.Singleton
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.SynchronizedSortedMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.UnmodifiableSortedMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
 
subMap(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.EmptySortedMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.Singleton
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.SynchronizedSortedMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.UnmodifiableSortedMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
subMap(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
 
subMap(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.EmptySortedMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.UnmodifiableSortedMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
 
subMap(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.EmptySortedMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.Singleton
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.SynchronizedSortedMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.UnmodifiableSortedMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
 
subMap(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.EmptySortedMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.Singleton
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.SynchronizedSortedMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.UnmodifiableSortedMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
 
subMap(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.EmptySortedMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.Singleton
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.SynchronizedSortedMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.UnmodifiableSortedMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
subMap(double, double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
 
subMap(double, double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.EmptySortedMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.Singleton
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.SynchronizedSortedMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.UnmodifiableSortedMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
 
subMap(double, double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.EmptySortedMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.Singleton
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.SynchronizedSortedMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.UnmodifiableSortedMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
 
subMap(int, int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.EmptySortedMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.Singleton
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.SynchronizedSortedMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.UnmodifiableSortedMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
 
subMap(int, int) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.EmptySortedMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.Singleton
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.SynchronizedSortedMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.UnmodifiableSortedMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
subMap(int, int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
subMap(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
 
subMap(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.EmptySortedMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.Singleton
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.SynchronizedSortedMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.UnmodifiableSortedMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
subMap(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
 
subMap(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
 
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.UnmodifiableSortedMap
 
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
 
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
 
subSet(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteSortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.EmptySet
 
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.Singleton
 
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
subSet(char, char) - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
 
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
 
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
subSet(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subSet(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subSet(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(K, K) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceSortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.EmptySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.Singleton
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
synchronize(Byte2ByteFunction) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Byte2ByteFunction, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Byte2ByteMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Byte2ByteMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Byte2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Byte2ByteSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Byte2CharFunction) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Byte2CharFunction, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Byte2CharMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Byte2CharMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Byte2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Byte2CharSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Byte2DoubleFunction) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Byte2DoubleFunction, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Byte2DoubleMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Byte2DoubleMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Byte2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Byte2DoubleSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Byte2IntFunction) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Byte2IntFunction, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Byte2IntMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Byte2IntMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Byte2IntSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Byte2IntSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Byte2LongFunction) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Byte2LongFunction, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Byte2LongMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Byte2LongMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Byte2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Byte2LongSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Byte2ObjectFunction<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Byte2ObjectFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Byte2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Byte2ObjectMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Byte2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Byte2ObjectSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Byte2ReferenceFunction<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Byte2ReferenceFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Byte2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Byte2ReferenceMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Byte2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Byte2ReferenceSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(ByteBigList) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list.
synchronize(ByteBigList, Object) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list, using an assigned object to synchronize.
synchronize(ByteCollection) - Static method in class it.unimi.dsi.fastutil.bytes.ByteCollections
Returns a synchronized collection backed by the specified collection.
synchronize(ByteCollection, Object) - Static method in class it.unimi.dsi.fastutil.bytes.ByteCollections
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
synchronize(ByteList) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLists
Returns a synchronized type-specific list backed by the given type-specific list.
synchronize(ByteList, Object) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLists
Returns a synchronized type-specific list backed by the given type-specific list, using an assigned object to synchronize.
synchronize(BytePriorityQueue) - Static method in class it.unimi.dsi.fastutil.bytes.BytePriorityQueues
Returns a synchronized type-specific priority queue backed by the specified type-specific priority queue.
synchronize(BytePriorityQueue, Object) - Static method in class it.unimi.dsi.fastutil.bytes.BytePriorityQueues
Returns a synchronized type-specific priority queue backed by the specified type-specific priority queue, using an assigned object to synchronize.
synchronize(ByteSet) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSets
Returns a synchronized type-specific set backed by the given type-specific set.
synchronize(ByteSet, Object) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSets
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
synchronize(ByteSortedSet) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
synchronize(ByteSortedSet, Object) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
synchronize(Char2ByteFunction) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Char2ByteFunction, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Char2ByteMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Char2ByteMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Char2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Char2ByteSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Char2CharFunction) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Char2CharFunction, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Char2CharMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Char2CharMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Char2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Char2CharSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Char2DoubleFunction) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Char2DoubleFunction, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Char2DoubleMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Char2DoubleMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Char2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Char2DoubleSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Char2IntFunction) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Char2IntFunction, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Char2IntMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Char2IntMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Char2IntSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Char2IntSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Char2LongFunction) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Char2LongFunction, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Char2LongMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Char2LongMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Char2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Char2LongSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Char2ObjectFunction<V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Char2ObjectFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Char2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Char2ObjectMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Char2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Char2ObjectSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Char2ReferenceFunction<V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Char2ReferenceFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Char2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Char2ReferenceMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Char2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Char2ReferenceSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(CharBigList) - Static method in class it.unimi.dsi.fastutil.chars.CharBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list.
synchronize(CharBigList, Object) - Static method in class it.unimi.dsi.fastutil.chars.CharBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list, using an assigned object to synchronize.
synchronize(CharCollection) - Static method in class it.unimi.dsi.fastutil.chars.CharCollections
Returns a synchronized collection backed by the specified collection.
synchronize(CharCollection, Object) - Static method in class it.unimi.dsi.fastutil.chars.CharCollections
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
synchronize(CharList) - Static method in class it.unimi.dsi.fastutil.chars.CharLists
Returns a synchronized type-specific list backed by the given type-specific list.
synchronize(CharList, Object) - Static method in class it.unimi.dsi.fastutil.chars.CharLists
Returns a synchronized type-specific list backed by the given type-specific list, using an assigned object to synchronize.
synchronize(CharPriorityQueue) - Static method in class it.unimi.dsi.fastutil.chars.CharPriorityQueues
Returns a synchronized type-specific priority queue backed by the specified type-specific priority queue.
synchronize(CharPriorityQueue, Object) - Static method in class it.unimi.dsi.fastutil.chars.CharPriorityQueues
Returns a synchronized type-specific priority queue backed by the specified type-specific priority queue, using an assigned object to synchronize.
synchronize(CharSet) - Static method in class it.unimi.dsi.fastutil.chars.CharSets
Returns a synchronized type-specific set backed by the given type-specific set.
synchronize(CharSet, Object) - Static method in class it.unimi.dsi.fastutil.chars.CharSets
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
synchronize(CharSortedSet) - Static method in class it.unimi.dsi.fastutil.chars.CharSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
synchronize(CharSortedSet, Object) - Static method in class it.unimi.dsi.fastutil.chars.CharSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
synchronize(Double2ByteFunction) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Double2ByteFunction, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Double2ByteMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Double2ByteMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Double2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Double2ByteSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Double2CharFunction) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Double2CharFunction, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Double2CharMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Double2CharMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Double2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Double2CharSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Double2ReferenceFunction<V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Double2ReferenceFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Double2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Double2ReferenceMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Double2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Double2ReferenceSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Int2ByteFunction) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Int2ByteFunction, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Int2ByteMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Int2ByteMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Int2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Int2ByteSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Int2CharFunction) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Int2CharFunction, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Int2CharMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Int2CharMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Int2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Int2CharSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Int2ReferenceFunction<V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Int2ReferenceFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Int2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Int2ReferenceMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Int2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Int2ReferenceSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Long2ByteFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Long2ByteFunction, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Long2ByteMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Long2ByteMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Long2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Long2ByteSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Long2CharFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Long2CharFunction, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Long2CharMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Long2CharMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Long2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Long2CharSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Long2ReferenceFunction<V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Long2ReferenceFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Long2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Long2ReferenceMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Long2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Long2ReferenceSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Object2ByteFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Object2ByteFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Object2ByteMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Object2ByteMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Object2ByteSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Object2ByteSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Object2CharFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Object2CharFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Object2CharMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Object2CharMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Object2CharSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Object2CharSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Object2ReferenceFunction<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Object2ReferenceFunction<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Object2ReferenceMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Object2ReferenceMap<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Object2ReferenceSortedMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Object2ReferenceSortedMap<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Reference2ByteFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Reference2ByteFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Reference2ByteMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Reference2ByteMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Reference2ByteSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Reference2ByteSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Reference2CharFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Reference2CharFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Reference2CharMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Reference2CharMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Reference2CharSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Reference2CharSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Reference2DoubleFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Reference2DoubleFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Reference2DoubleMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Reference2DoubleMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Reference2DoubleSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Reference2DoubleSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Reference2IntFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Reference2IntFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Reference2IntMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Reference2IntMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Reference2IntSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Reference2IntSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Reference2LongFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Reference2LongFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Reference2LongMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Reference2LongMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Reference2LongSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Reference2LongSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Reference2ObjectFunction<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Reference2ObjectFunction<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Reference2ObjectMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Reference2ObjectMap<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Reference2ObjectSortedMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Reference2ObjectSortedMap<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Reference2ReferenceFunction<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Reference2ReferenceFunction<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Reference2ReferenceMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Reference2ReferenceMap<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Reference2ReferenceSortedMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Reference2ReferenceSortedMap<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(ReferenceBigList<K>) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list.
synchronize(ReferenceBigList<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list, using an assigned object to synchronize.
synchronize(ReferenceCollection<K>) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceCollections
Returns a synchronized collection backed by the specified collection.
synchronize(ReferenceCollection<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceCollections
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
synchronize(ReferenceList<K>) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceLists
Returns a synchronized type-specific list backed by the given type-specific list.
synchronize(ReferenceList<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceLists
Returns a synchronized type-specific list backed by the given type-specific list, using an assigned object to synchronize.
synchronize(ReferenceSet<K>) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSets
Returns a synchronized type-specific set backed by the given type-specific set.
synchronize(ReferenceSet<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSets
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
synchronize(ReferenceSortedSet<K>) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
synchronize(ReferenceSortedSet<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.

T

tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
 
tailMap(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.EmptySortedMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.Singleton
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.SynchronizedSortedMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.UnmodifiableSortedMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
 
tailMap(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.EmptySortedMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.Singleton
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.SynchronizedSortedMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.UnmodifiableSortedMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
 
tailMap(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.EmptySortedMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.UnmodifiableSortedMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
 
tailMap(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.EmptySortedMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.Singleton
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.SynchronizedSortedMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.UnmodifiableSortedMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
 
tailMap(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.EmptySortedMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.Singleton
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.SynchronizedSortedMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.UnmodifiableSortedMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
 
tailMap(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.EmptySortedMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.UnmodifiableSortedMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
tailMap(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
 
tailMap(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.EmptySortedMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.Singleton
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.SynchronizedSortedMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.UnmodifiableSortedMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
 
tailMap(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.EmptySortedMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.Singleton
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.SynchronizedSortedMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.UnmodifiableSortedMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
tailMap(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
 
tailMap(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.EmptySortedMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.UnmodifiableSortedMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
 
tailMap(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.EmptySortedMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.Singleton
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.SynchronizedSortedMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.UnmodifiableSortedMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
 
tailMap(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.EmptySortedMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.Singleton
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.SynchronizedSortedMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.UnmodifiableSortedMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
 
tailMap(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.EmptySortedMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.Singleton
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.SynchronizedSortedMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.UnmodifiableSortedMap
 
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
tailMap(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
 
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
 
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
 
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
 
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
 
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
 
tailMap(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.EmptySortedMap
 
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.Singleton
 
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.SynchronizedSortedMap
 
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.UnmodifiableSortedMap
 
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
 
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
 
tailMap(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.EmptySortedMap
 
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.Singleton
 
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.SynchronizedSortedMap
 
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.UnmodifiableSortedMap
 
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
 
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
 
tailMap(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.EmptySortedMap
 
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.Singleton
 
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.SynchronizedSortedMap
 
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.UnmodifiableSortedMap
 
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
 
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
 
tailMap(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.EmptySortedMap
 
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.Singleton
 
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.SynchronizedSortedMap
 
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.UnmodifiableSortedMap
 
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
tailMap(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
 
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
 
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
 
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
 
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
tailMap(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
 
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
 
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
 
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
 
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
 
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
 
tailMap(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.EmptySortedMap
 
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.Singleton
 
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.SynchronizedSortedMap
 
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.UnmodifiableSortedMap
 
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
tailMap(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
 
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
 
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
 
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
 
tailMap(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
tailMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.EmptySortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.UnmodifiableSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
 
tailMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.EmptySortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.Singleton
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.SynchronizedSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.UnmodifiableSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
tailMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.EmptySortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.Singleton
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.UnmodifiableSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.EmptySortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.Singleton
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.UnmodifiableSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.EmptySortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.Singleton
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.SynchronizedSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.UnmodifiableSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.EmptySortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.Singleton
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.SynchronizedSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.UnmodifiableSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.EmptySortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.Singleton
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.SynchronizedSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.UnmodifiableSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.EmptySortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.Singleton
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.SynchronizedSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.UnmodifiableSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.EmptySortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.Singleton
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.SynchronizedSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.UnmodifiableSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.EmptySortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.Singleton
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.UnmodifiableSortedMap
 
tailSet(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
 
tailSet(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
 
tailSet(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteSortedSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.EmptySet
 
tailSet(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.Singleton
 
tailSet(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
tailSet(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
tailSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
tailSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
tailSet(char) - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
 
tailSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
 
tailSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
tailSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
tailSet(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(K) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceSortedSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.EmptySet
 
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.Singleton
 
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
test(byte) - Method in interface it.unimi.dsi.fastutil.bytes.BytePredicate
Evaluates this predicate on the given input.
test(char) - Method in interface it.unimi.dsi.fastutil.chars.CharPredicate
Evaluates this predicate on the given input.
test(int) - Method in interface it.unimi.dsi.fastutil.bytes.BytePredicate
Deprecated.
Please use the corresponding type-specific method instead.
test(int) - Method in interface it.unimi.dsi.fastutil.chars.CharPredicate
Deprecated.
Please use the corresponding type-specific method instead.
test(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.BytePredicate
Deprecated.
Please use the corresponding type-specific method instead.
test(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharPredicate
Deprecated.
Please use the corresponding type-specific method instead.
thenComparing(ByteComparator) - Method in interface it.unimi.dsi.fastutil.bytes.ByteComparator
Return a new comparator that first uses this comparator, then uses the second comparator if this comparator compared the two elements as equal.
thenComparing(CharComparator) - Method in interface it.unimi.dsi.fastutil.chars.CharComparator
Return a new comparator that first uses this comparator, then uses the second comparator if this comparator compared the two elements as equal.
thenComparing(Comparator<? super Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.ByteComparator
 
thenComparing(Comparator<? super Character>) - Method in interface it.unimi.dsi.fastutil.chars.CharComparator
 
to(byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSets
Returns an unmodifiable type-specific set containing elements smaller than a given element.
to(char) - Static method in class it.unimi.dsi.fastutil.chars.CharSets
Returns an unmodifiable type-specific set containing elements smaller than a given element.
toArray() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
toArray() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
toArray() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
toArray() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
Deprecated.
toArray() - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.Singleton
Deprecated.
toArray() - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
 
toArray() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
toArray() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
toArray() - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
Deprecated.
toArray() - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
Deprecated.
toArray() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
 
toArray() - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
toArray() - Method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
 
toArray() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
toArray() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.Singleton
 
toArray() - Method in class it.unimi.dsi.fastutil.objects.ReferenceCollections.EmptyCollection
 
toArray() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
toArray() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
toArray() - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
 
toArray() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
toArray() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
toArray(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
 
toArray(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
toArray(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
toArray(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteArraySet
 
toArray(byte[]) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
toArray(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
toArray(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
toArray(char[]) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharCollection
 
toArray(char[]) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
 
toArray(char[]) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
toArray(char[]) - Method in class it.unimi.dsi.fastutil.chars.CharArraySet
 
toArray(char[]) - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray(char[]) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
toArray(char[]) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
toArray(char[]) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
 
toArray(K[]) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
toArray(K[]) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
 
toArray(K[]) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
 
toArray(T[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
toArray(T[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
toArray(T[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
toArray(T[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
toArray(T[]) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
toArray(T[]) - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
 
toArray(T[]) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
toArray(T[]) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
toArray(T[]) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
 
toArray(T[]) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
toArray(T[]) - Method in class it.unimi.dsi.fastutil.objects.ReferenceCollections.EmptyCollection
 
toArray(T[]) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
toArray(T[]) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
toBigList() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Returns a Collector that collects a Stream's elements into a new ArrayList.
toBigListWithExpectedSize(long) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Returns a Collector that collects a Stream's elements into a new ArrayList.
toBigSet() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
Returns a Collector that collects a Stream's elements into a new big hash set.
toBigSetWithExpectedSize(long) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
Returns a Collector that collects a Stream's elements into a new big hash set.
toByteArray() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
 
toByteArray() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
toByteArray() - Method in class it.unimi.dsi.fastutil.bytes.ByteArraySet
 
toByteArray() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
toByteArray() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
toByteArray() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Returns a primitive type array containing the items of this collection.
toByteArray() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
toByteArray() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
toByteArray() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
toByteArray() - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
toByteArray() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
toByteArray() - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.Singleton
 
toByteArray(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
Deprecated.
Please use toArray() instead—this method is redundant and will be removed in the future.
toByteArray(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
Deprecated.
toByteArray(byte[]) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Deprecated.
Please use toArray() instead—this method is redundant and will be removed in the future.
toByteArray(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
Deprecated.
toByteArray(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
Deprecated.
toByteArray(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
Deprecated.
toCharArray() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharCollection
 
toCharArray() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
 
toCharArray() - Method in class it.unimi.dsi.fastutil.chars.CharArraySet
 
toCharArray() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
toCharArray() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
toCharArray() - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Returns a primitive type array containing the items of this collection.
toCharArray() - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
 
toCharArray() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
toCharArray() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
toCharArray() - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
 
toCharArray() - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
toCharArray() - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
toCharArray(char[]) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharCollection
Deprecated.
Please use toArray() instead—this method is redundant and will be removed in the future.
toCharArray(char[]) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
Deprecated.
toCharArray(char[]) - Method in interface it.unimi.dsi.fastutil.chars.CharCollection
Deprecated.
Please use toArray() instead—this method is redundant and will be removed in the future.
toCharArray(char[]) - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
Deprecated.
toCharArray(char[]) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
Deprecated.
toCharArray(char[]) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
Deprecated.
toList() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Returns a Collector that collects a Stream's elements into a new ArrayList.
toList() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Returns a Collector that collects a Stream's elements into a new ImmutableList.
toListWithExpectedSize(int) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Returns a Collector that collects a Stream's elements into a new ArrayList, potentially pre-allocated to handle the given size.
toListWithExpectedSize(int) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Returns a Collector that collects a Stream's elements into a new ImmutableList, potentially pre-allocated to handle the given size.
top() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Deprecated.
Please use the corresponding type-specific method instead.
top() - Method in interface it.unimi.dsi.fastutil.bytes.ByteStack
Deprecated.
Please use the corresponding type-specific method instead.
top() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Deprecated.
Please use the corresponding type-specific method instead.
top() - Method in interface it.unimi.dsi.fastutil.chars.CharStack
Deprecated.
Please use the corresponding type-specific method instead.
top() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 
top() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
 
topByte() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
 
topByte() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
topByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteStack
Peeks at the top of the stack (optional operation).
topChar() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
 
topChar() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
 
topChar() - Method in interface it.unimi.dsi.fastutil.chars.CharStack
Peeks at the top of the stack (optional operation).
toSet() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Returns a Collector that collects a Stream's elements into a new hash set.
toSet() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Returns a Collector that collects a Stream's elements into a new hash set.
toSetWithExpectedSize(int) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Returns a Collector that collects a Stream's elements into a new hash set, potentially pre-allocated to handle the given size.
toSetWithExpectedSize(int) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Returns a Collector that collects a Stream's elements into a new hash set, potentially pre-allocated to handle the given size.
toString() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedBigList
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedList
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteByteImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteByteImmutableSortedPair
Returns a string representation of this sorted pair in the form {l,r}.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteByteMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteCharImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteCharMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapSemiIndirectPriorityQueue
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteIntImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteIntMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteLongImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteLongMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap
 
toString() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap
 
toString() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap
 
toString() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap
 
toString() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap
 
toString() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap
 
toString() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap
 
toString() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
 
toString() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharCollection
 
toString() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedBigList
 
toString() - Method in class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedList
 
toString() - Method in class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
 
toString() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
toString() - Method in class it.unimi.dsi.fastutil.chars.CharByteImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.chars.CharByteMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.chars.CharCharImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.chars.CharCharImmutableSortedPair
Returns a string representation of this sorted pair in the form {l,r}.
toString() - Method in class it.unimi.dsi.fastutil.chars.CharCharMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
toString() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
toString() - Method in class it.unimi.dsi.fastutil.chars.CharDoubleImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.chars.CharDoubleMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.chars.CharHeapSemiIndirectPriorityQueue
 
toString() - Method in class it.unimi.dsi.fastutil.chars.CharIntImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.chars.CharIntMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
toString() - Method in class it.unimi.dsi.fastutil.chars.CharLongImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.chars.CharLongMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.chars.CharObjectImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.chars.CharObjectMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.chars.CharReferenceImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.chars.CharReferenceMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.DoubleByteImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.doubles.DoubleByteMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.doubles.DoubleCharImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.doubles.DoubleCharMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.doubles.DoubleReferenceImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.doubles.DoubleReferenceMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap
 
toString() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap
 
toString() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.ints.IntByteImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.ints.IntByteMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.ints.IntCharImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.ints.IntCharMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.ints.IntReferenceImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.ints.IntReferenceMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap
 
toString() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap
 
toString() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.longs.LongByteImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongByteMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongCharImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongCharMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongReferenceImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongReferenceMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceCollection
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectByteImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectByteMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectCharImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectCharMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectReferenceImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectReferenceMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
toString() - Method in class it.unimi.dsi.fastutil.objects.ReferenceByteImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.objects.ReferenceByteMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.objects.ReferenceCharImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.objects.ReferenceCharMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
toString() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
toString() - Method in class it.unimi.dsi.fastutil.objects.ReferenceDoubleImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.objects.ReferenceDoubleMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.objects.ReferenceIntImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.objects.ReferenceIntMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
toString() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLongImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLongMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.objects.ReferenceObjectImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.objects.ReferenceObjectMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.objects.ReferenceReferenceImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.objects.ReferenceReferenceMutablePair
Returns a string representation of this pair in the form <l,r>.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFIFOQueue
Trims the queue to the smallest possible size.
trim() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
Trims the backing array so that it has exactly ByteArrayIndirectPriorityQueue.size() elements.
trim() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Trims this array list so that the capacity is equal to the size.
trim() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayPriorityQueue
Trims the underlying array so that it has exactly ByteArrayPriorityQueue.size() elements.
trim() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
Trims this big-array big list so that the capacity is equal to the size.
trim() - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapPriorityQueue
Trims the underlying heap array so that it has exactly ByteHeapPriorityQueue.size() elements.
trim() - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapSemiIndirectPriorityQueue
Trims the backing array so that it has exactly ByteHeapSemiIndirectPriorityQueue.size() elements.
trim() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Rehashes this set, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Rehashes this set, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
Rehashes this set, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Rehashes this set, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.CharArrayFIFOQueue
Trims the queue to the smallest possible size.
trim() - Method in class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
Trims the backing array so that it has exactly CharArrayIndirectPriorityQueue.size() elements.
trim() - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
Trims this array list so that the capacity is equal to the size.
trim() - Method in class it.unimi.dsi.fastutil.chars.CharArrayPriorityQueue
Trims the underlying array so that it has exactly CharArrayPriorityQueue.size() elements.
trim() - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
Trims this big-array big list so that the capacity is equal to the size.
trim() - Method in class it.unimi.dsi.fastutil.chars.CharHeapPriorityQueue
Trims the underlying heap array so that it has exactly CharHeapPriorityQueue.size() elements.
trim() - Method in class it.unimi.dsi.fastutil.chars.CharHeapSemiIndirectPriorityQueue
Trims the backing array so that it has exactly CharHeapSemiIndirectPriorityQueue.size() elements.
trim() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Rehashes this set, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Rehashes this set, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Rehashes this set, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Rehashes this set, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Rehashes the map, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Trims this array list so that the capacity is equal to the size.
trim() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Trims this big-array big list so that the capacity is equal to the size.
trim() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Rehashes this set, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
Rehashes this set, making the table as small as possible.
trim() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Rehashes this set, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Trims the backing array if it is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Rehashes this set if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Rehashes this set if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
Rehashes this set if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Rehashes this set if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
Trims the backing array if it is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Rehashes this set if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Rehashes this set if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Rehashes this set if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Rehashes this set if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Trims the backing array if it is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Rehashes this set if the table is too large.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Rehashes this set if the table is too large.
trim(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
Trims the backing big array if it is too large.
trim(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
Trims the backing big array if it is too large.
trim(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Trims the backing big array if it is too large.
trim(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
Rehashes this set if the table is too large.
tryAdvance(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigSpliterators.AbstractIndexBasedSpliterator
 
tryAdvance(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.AbstractIndexBasedSpliterator
 
tryAdvance(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.EmptySpliterator
 
tryAdvance(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharBigSpliterators.AbstractIndexBasedSpliterator
 
tryAdvance(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharSpliterators.AbstractIndexBasedSpliterator
 
tryAdvance(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharSpliterators.EmptySpliterator
 
tryAdvance(Consumer<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.EmptySpliterator
Deprecated.
tryAdvance(Consumer<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharSpliterators.EmptySpliterator
Deprecated.
trySplit() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigSpliterators.AbstractIndexBasedSpliterator
trySplit() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigSpliterators.LateBindingSizeIndexBasedSpliterator
 
trySplit() - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.AbstractIndexBasedSpliterator
trySplit() - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.EmptySpliterator
 
trySplit() - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.LateBindingSizeIndexBasedSpliterator
 
trySplit() - Method in class it.unimi.dsi.fastutil.chars.CharBigSpliterators.AbstractIndexBasedSpliterator
trySplit() - Method in class it.unimi.dsi.fastutil.chars.CharBigSpliterators.LateBindingSizeIndexBasedSpliterator
 
trySplit() - Method in class it.unimi.dsi.fastutil.chars.CharSpliterators.AbstractIndexBasedSpliterator
trySplit() - Method in class it.unimi.dsi.fastutil.chars.CharSpliterators.EmptySpliterator
 
trySplit() - Method in class it.unimi.dsi.fastutil.chars.CharSpliterators.LateBindingSizeIndexBasedSpliterator
 

U

uncheckedNarrow(PrimitiveIterator.OfInt) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Wrap a JDK primitive iterator to a type-specific iterator, making unchecked narrowing casts.
uncheckedNarrow(PrimitiveIterator.OfInt) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Wrap a JDK primitive iterator to a type-specific iterator, making unchecked narrowing casts.
unmodifiable(Byte2ByteFunction) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Byte2ByteMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Byte2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Byte2CharFunction) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Byte2CharMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Byte2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Byte2DoubleFunction) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Byte2DoubleMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Byte2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Byte2IntFunction) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Byte2IntMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Byte2IntSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Byte2LongFunction) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Byte2LongMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Byte2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Byte2ObjectFunction<? extends V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Byte2ObjectMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Byte2ObjectSortedMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Byte2ReferenceFunction<? extends V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Byte2ReferenceMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Byte2ReferenceSortedMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(ByteBidirectionalIterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
unmodifiable(ByteBigList) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigLists
Returns an unmodifiable type-specific big list backed by the given type-specific big list.
unmodifiable(ByteBigListIterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators
Returns an unmodifiable list iterator backed by the specified list iterator.
unmodifiable(ByteCollection) - Static method in class it.unimi.dsi.fastutil.bytes.ByteCollections
Returns an unmodifiable collection backed by the specified collection.
unmodifiable(ByteIterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Returns an unmodifiable iterator backed by the specified iterator.
unmodifiable(ByteList) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLists
Returns an unmodifiable type-specific list backed by the given type-specific list.
unmodifiable(ByteListIterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Returns an unmodifiable list iterator backed by the specified list iterator.
unmodifiable(ByteSet) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSets
Returns an unmodifiable type-specific set backed by the given type-specific set.
unmodifiable(ByteSortedSet) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets
Returns an unmodifiable type-specific sorted set backed by the given type-specific sorted set.
unmodifiable(Char2ByteFunction) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Char2ByteMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Char2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Char2CharFunction) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Char2CharMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Char2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Char2DoubleFunction) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Char2DoubleMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Char2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Char2IntFunction) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Char2IntMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Char2IntSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Char2LongFunction) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Char2LongMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Char2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Char2ObjectFunction<? extends V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Char2ObjectMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Char2ObjectSortedMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Char2ReferenceFunction<? extends V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Char2ReferenceMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Char2ReferenceSortedMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(CharBidirectionalIterator) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
unmodifiable(CharBigList) - Static method in class it.unimi.dsi.fastutil.chars.CharBigLists
Returns an unmodifiable type-specific big list backed by the given type-specific big list.
unmodifiable(CharBigListIterator) - Static method in class it.unimi.dsi.fastutil.chars.CharBigListIterators
Returns an unmodifiable list iterator backed by the specified list iterator.
unmodifiable(CharCollection) - Static method in class it.unimi.dsi.fastutil.chars.CharCollections
Returns an unmodifiable collection backed by the specified collection.
unmodifiable(CharIterator) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Returns an unmodifiable iterator backed by the specified iterator.
unmodifiable(CharList) - Static method in class it.unimi.dsi.fastutil.chars.CharLists
Returns an unmodifiable type-specific list backed by the given type-specific list.
unmodifiable(CharListIterator) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Returns an unmodifiable list iterator backed by the specified list iterator.
unmodifiable(CharSet) - Static method in class it.unimi.dsi.fastutil.chars.CharSets
Returns an unmodifiable type-specific set backed by the given type-specific set.
unmodifiable(CharSortedSet) - Static method in class it.unimi.dsi.fastutil.chars.CharSortedSets
Returns an unmodifiable type-specific sorted set backed by the given type-specific sorted set.
unmodifiable(Double2ByteFunction) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Double2ByteMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Double2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Double2CharFunction) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Double2CharMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Double2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Double2ReferenceFunction<? extends V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Double2ReferenceMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Double2ReferenceSortedMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Int2ByteFunction) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Int2ByteMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Int2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Int2CharFunction) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Int2CharMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Int2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Int2ReferenceFunction<? extends V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Int2ReferenceMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Int2ReferenceSortedMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Long2ByteFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Long2ByteMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Long2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Long2CharFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Long2CharMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Long2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Long2ReferenceFunction<? extends V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Long2ReferenceMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Long2ReferenceSortedMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Object2ByteFunction<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Object2ByteMap<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Object2ByteSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Object2CharFunction<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Object2CharMap<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Object2CharSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Object2ReferenceFunction<? extends K, ? extends V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Object2ReferenceMap<? extends K, ? extends V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Object2ReferenceSortedMap<K, ? extends V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Reference2ByteFunction<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Reference2ByteMap<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Reference2ByteSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Reference2CharFunction<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Reference2CharMap<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Reference2CharSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Reference2DoubleFunction<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Reference2DoubleMap<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Reference2DoubleSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Reference2IntFunction<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Reference2IntMap<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Reference2IntSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Reference2LongFunction<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Reference2LongMap<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Reference2LongSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Reference2ObjectFunction<? extends K, ? extends V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Reference2ObjectMap<? extends K, ? extends V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Reference2ObjectSortedMap<K, ? extends V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(Reference2ReferenceFunction<? extends K, ? extends V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Reference2ReferenceMap<? extends K, ? extends V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Reference2ReferenceSortedMap<K, ? extends V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
unmodifiable(ReferenceBigList<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists
Returns an unmodifiable type-specific big list backed by the given type-specific big list.
unmodifiable(ReferenceCollection<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceCollections
Returns an unmodifiable collection backed by the specified collection.
unmodifiable(ReferenceList<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceLists
Returns an unmodifiable type-specific list backed by the given type-specific list.
unmodifiable(ReferenceSet<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSets
Returns an unmodifiable type-specific set backed by the given type-specific set.
unmodifiable(ReferenceSortedSet<K>) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets
Returns an unmodifiable type-specific sorted set backed by the given type-specific sorted set.
UnmodifiableBidirectionalIterator(ByteBidirectionalIterator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableBidirectionalIterator
 
UnmodifiableBidirectionalIterator(CharBidirectionalIterator) - Constructor for class it.unimi.dsi.fastutil.chars.CharIterators.UnmodifiableBidirectionalIterator
 
UnmodifiableBigListIterator(ByteBigListIterator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.UnmodifiableBigListIterator
 
UnmodifiableBigListIterator(CharBigListIterator) - Constructor for class it.unimi.dsi.fastutil.chars.CharBigListIterators.UnmodifiableBigListIterator
 
UnmodifiableIterator(ByteIterator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableIterator
 
UnmodifiableIterator(CharIterator) - Constructor for class it.unimi.dsi.fastutil.chars.CharIterators.UnmodifiableIterator
 
UnmodifiableListIterator(ByteListIterator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableListIterator
 
UnmodifiableListIterator(CharListIterator) - Constructor for class it.unimi.dsi.fastutil.chars.CharIterators.UnmodifiableListIterator
 
unstableSort(ByteComparator) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
unstableSort(ByteComparator) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Sorts this list using a sort not assured to be stable.
unstableSort(ByteComparator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
unstableSort(ByteComparator) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
unstableSort(ByteComparator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
unstableSort(ByteComparator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
unstableSort(ByteComparator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
unstableSort(CharComparator) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
unstableSort(CharComparator) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Sorts this list using a sort not assured to be stable.
unstableSort(CharComparator) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
unstableSort(CharComparator) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
unstableSort(CharComparator) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
unstableSort(CharComparator) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
unstableSort(CharComparator) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
unstableSort(Comparator<? super Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
unstableSort(Comparator<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
Deprecated.
unstableSort(Comparator<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Deprecated. 
unstableSort(Comparator<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
Deprecated.
unstableSort(Comparator<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
Deprecated.
unstableSort(Comparator<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
Deprecated.
unstableSort(Comparator<? super Character>) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Deprecated.
Please use the corresponding type-specific method instead.
unstableSort(Comparator<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
Deprecated.
unstableSort(Comparator<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharImmutableList
Deprecated. 
unstableSort(Comparator<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
Deprecated.
unstableSort(Comparator<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
Deprecated.
unstableSort(Comparator<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
Deprecated.
unstableSort(Comparator<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
unstableSort(Comparator<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Sorts this list using a sort not assured to be stable.
unstableSort(Comparator<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
unstableSort(Comparator<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceImmutableList
Deprecated. 
unstableSort(Comparator<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
unstableSort(Comparator<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
unstableSort(Comparator<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
unwrap(ByteIterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Unwraps an iterator, returning an array.
unwrap(ByteIterator, byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Unwraps an iterator into an array.
unwrap(ByteIterator, byte[][]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Unwraps an iterator into a big array.
unwrap(ByteIterator, byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Unwraps an iterator into a big array starting at a given offset for a given number of elements.
unwrap(ByteIterator, byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Unwraps an iterator into an array starting at a given offset for a given number of elements.
unwrap(ByteIterator, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Unwraps an iterator, returning an array, with a limit on the number of elements.
unwrap(ByteIterator, ByteCollection) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Unwraps an iterator into a type-specific collection.
unwrap(ByteIterator, ByteCollection, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Unwraps an iterator into a type-specific collection, with a limit on the number of elements.
unwrap(CharIterator) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Unwraps an iterator, returning an array.
unwrap(CharIterator, char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Unwraps an iterator into an array.
unwrap(CharIterator, char[][]) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Unwraps an iterator into a big array.
unwrap(CharIterator, char[][], long, long) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Unwraps an iterator into a big array starting at a given offset for a given number of elements.
unwrap(CharIterator, char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Unwraps an iterator into an array starting at a given offset for a given number of elements.
unwrap(CharIterator, int) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Unwraps an iterator, returning an array, with a limit on the number of elements.
unwrap(CharIterator, CharCollection) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Unwraps an iterator into a type-specific collection.
unwrap(CharIterator, CharCollection, int) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Unwraps an iterator into a type-specific collection, with a limit on the number of elements.
unwrapBig(ByteIterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Unwraps an iterator, returning a big array.
unwrapBig(ByteIterator, long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Unwraps an iterator, returning a big array, with a limit on the number of elements.
unwrapBig(CharIterator) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Unwraps an iterator, returning a big array.
unwrapBig(CharIterator, long) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Unwraps an iterator, returning a big array, with a limit on the number of elements.
upHeap(byte[], int[], int[], int, int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIndirectHeaps
Moves the given element up in the indirect heap until it reaches the highest possible position.
upHeap(byte[], int[], int, int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSemiIndirectHeaps
Moves the given element up in the semi-indirect heap until it reaches the highest possible position.
upHeap(byte[], int, int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteHeaps
Moves the given element up in the heap until it reaches the highest possible position.
upHeap(char[], int[], int[], int, int, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharIndirectHeaps
Moves the given element up in the indirect heap until it reaches the highest possible position.
upHeap(char[], int[], int, int, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharSemiIndirectHeaps
Moves the given element up in the semi-indirect heap until it reaches the highest possible position.
upHeap(char[], int, int, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharHeaps
Moves the given element up in the heap until it reaches the highest possible position.

V

value() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.objects.ObjectBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.objects.ObjectCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceIntPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceLongPair
Deprecated.
Please use the corresponding type-specific method instead.
value(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Sets the right element of this pair (optional operation).
value(byte) - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Sets the right element of this pair (optional operation).
value(byte) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Sets the right element of this pair (optional operation).
value(byte) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Sets the right element of this pair (optional operation).
value(byte) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Sets the right element of this pair (optional operation).
value(byte) - Method in interface it.unimi.dsi.fastutil.objects.ObjectBytePair
Sets the right element of this pair (optional operation).
value(byte) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBytePair
Sets the right element of this pair (optional operation).
value(char) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Sets the right element of this pair (optional operation).
value(char) - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Sets the right element of this pair (optional operation).
value(char) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Sets the right element of this pair (optional operation).
value(char) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Sets the right element of this pair (optional operation).
value(char) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Sets the right element of this pair (optional operation).
value(char) - Method in interface it.unimi.dsi.fastutil.objects.ObjectCharPair
Sets the right element of this pair (optional operation).
value(char) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceCharPair
Sets the right element of this pair (optional operation).
value(double) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Sets the right element of this pair (optional operation).
value(double) - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Sets the right element of this pair (optional operation).
value(double) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceDoublePair
Sets the right element of this pair (optional operation).
value(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Sets the right element of this pair (optional operation).
value(int) - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Sets the right element of this pair (optional operation).
value(int) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceIntPair
Sets the right element of this pair (optional operation).
value(long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Sets the right element of this pair (optional operation).
value(long) - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Sets the right element of this pair (optional operation).
value(long) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceLongPair
Sets the right element of this pair (optional operation).
value(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value(Byte) - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value(Byte) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value(Byte) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value(Byte) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value(Byte) - Method in interface it.unimi.dsi.fastutil.objects.ObjectBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value(Byte) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value(Character) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value(Character) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value(Character) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value(Character) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value(Character) - Method in interface it.unimi.dsi.fastutil.objects.ObjectCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value(Character) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value(Double) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
value(Double) - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
value(Double) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
value(Integer) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
Please use the corresponding type-specific method instead.
value(Integer) - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Deprecated.
Please use the corresponding type-specific method instead.
value(Integer) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceIntPair
Deprecated.
Please use the corresponding type-specific method instead.
value(Long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
Please use the corresponding type-specific method instead.
value(Long) - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Deprecated.
Please use the corresponding type-specific method instead.
value(Long) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceLongPair
Deprecated.
Please use the corresponding type-specific method instead.
valueByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Returns the right element of this pair.
valueByte() - Method in interface it.unimi.dsi.fastutil.chars.CharBytePair
Returns the right element of this pair.
valueByte() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBytePair
Returns the right element of this pair.
valueByte() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Returns the right element of this pair.
valueByte() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Returns the right element of this pair.
valueByte() - Method in interface it.unimi.dsi.fastutil.objects.ObjectBytePair
Returns the right element of this pair.
valueByte() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBytePair
Returns the right element of this pair.
valueChar() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Returns the right element of this pair.
valueChar() - Method in interface it.unimi.dsi.fastutil.chars.CharCharPair
Returns the right element of this pair.
valueChar() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleCharPair
Returns the right element of this pair.
valueChar() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Returns the right element of this pair.
valueChar() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Returns the right element of this pair.
valueChar() - Method in interface it.unimi.dsi.fastutil.objects.ObjectCharPair
Returns the right element of this pair.
valueChar() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceCharPair
Returns the right element of this pair.
valueDouble() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Returns the right element of this pair.
valueDouble() - Method in interface it.unimi.dsi.fastutil.chars.CharDoublePair
Returns the right element of this pair.
valueDouble() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceDoublePair
Returns the right element of this pair.
valueInt() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Returns the right element of this pair.
valueInt() - Method in interface it.unimi.dsi.fastutil.chars.CharIntPair
Returns the right element of this pair.
valueInt() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceIntPair
Returns the right element of this pair.
valueLong() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Returns the right element of this pair.
valueLong() - Method in interface it.unimi.dsi.fastutil.chars.CharLongPair
Returns the right element of this pair.
valueLong() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceLongPair
Returns the right element of this pair.
values() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.chars.Char2CharArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap
values() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2CharMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
values() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
values() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.chars.Char2LongArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap
values() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2LongMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.chars.Char2LongSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectMap
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceMap
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceMap
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.ints.Int2CharArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap
values() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2CharMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.ints.Int2CharSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2CharArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap
values() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2CharMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.longs.Long2CharSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2CharArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap
values() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2CharMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.objects.Object2CharSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectMap
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMap
Returns a type-specific set view of the values contained in this map.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.EmptyMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap
Returns a type-specific set view of the values contained in this map.

W

widen(ByteIterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Wrap a type-specific iterator to a JDK compatible primitive iterator.
widen(ByteSpliterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wrap a type-specific spliterator to a JDK compatible primitive spliterator.
widen(CharIterator) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Wrap a type-specific iterator to a JDK compatible primitive iterator.
widen(CharSpliterator) - Static method in class it.unimi.dsi.fastutil.chars.CharSpliterators
Wrap a type-specific spliterator to a JDK compatible primitive spliterator.
wrap(byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Wraps a given array into an array list.
wrap(byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Wraps the given array into a type-specific list iterator.
wrap(byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wraps the given array into a type-specific spliterator.
wrap(byte[][]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
Wraps a given big array into a big-array big list.
wrap(byte[][], long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
Wraps a given big array into a big-array list of given size.
wrap(byte[], int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Wraps a given array into an array list of given size.
wrap(byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Wraps the given part of an array into a type-specific list iterator.
wrap(byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wraps the given part of an array into a type-specific spliterator.
wrap(byte[], int, int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wraps the given part of an array into a type-specific spliterator.
wrap(char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharArrayList
Wraps a given array into an array list.
wrap(char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Wraps the given array into a type-specific list iterator.
wrap(char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharSpliterators
Wraps the given array into a type-specific spliterator.
wrap(char[][]) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
Wraps a given big array into a big-array big list.
wrap(char[][], long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
Wraps a given big array into a big-array list of given size.
wrap(char[], int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrayList
Wraps a given array into an array list of given size.
wrap(char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Wraps the given part of an array into a type-specific list iterator.
wrap(char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharSpliterators
Wraps the given part of an array into a type-specific spliterator.
wrap(char[], int, int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharSpliterators
Wraps the given part of an array into a type-specific spliterator.
wrap(K[]) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Wraps a given array into an array list.
wrap(K[][]) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Wraps a given big array into a big-array big list.
wrap(K[][], long) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
Wraps a given big array into a big-array list of given size.
wrap(K[], int) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
Wraps a given array into an array list of given size.
wrapPreSorted(byte[], int, int, int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wraps the given part of a sorted array into a type-specific spliterator.
wrapPreSorted(byte[], int, int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wraps the given part of a sorted array into a type-specific spliterator.
wrapPreSorted(byte[], ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wraps the given sorted array into a type-specific spliterator.
wrapPreSorted(char[], int, int, int, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharSpliterators
Wraps the given part of a sorted array into a type-specific spliterator.
wrapPreSorted(char[], int, int, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharSpliterators
Wraps the given part of a sorted array into a type-specific spliterator.
wrapPreSorted(char[], CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharSpliterators
Wraps the given sorted array into a type-specific spliterator.
A B C D E F G H I K L M N O P R S T U V W 
All Classes|All Packages