Uses of Interface
it.unimi.dsi.fastutil.ints.IntCollection

Packages that use IntCollection
it.unimi.dsi.fastutil.bytes Provides type-specific classes for byte elements or keys. 
it.unimi.dsi.fastutil.chars Provides type-specific classes for character elements or keys. 
it.unimi.dsi.fastutil.doubles Provides type-specific classes for double elements or keys. 
it.unimi.dsi.fastutil.floats Provides type-specific classes for float elements or keys. 
it.unimi.dsi.fastutil.ints Provides type-specific classes for integer elements or keys. 
it.unimi.dsi.fastutil.longs Provides type-specific classes for long elements or keys. 
it.unimi.dsi.fastutil.objects Provides type-specific classes for object elements or keys. 
it.unimi.dsi.fastutil.shorts Provides type-specific classes for short elements or keys. 
 

Uses of IntCollection in it.unimi.dsi.fastutil.bytes
 

Classes in it.unimi.dsi.fastutil.bytes that implement IntCollection
protected  class AbstractByte2IntSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

Fields in it.unimi.dsi.fastutil.bytes declared as IntCollection
protected  IntCollection Byte2IntLinkedOpenHashMap.values
          Cached collection of values.
protected  IntCollection Byte2IntOpenHashMap.values
          Cached collection of values.
protected  IntCollection Byte2IntAVLTreeMap.values
          Cached collection of values.
protected  IntCollection Byte2IntRBTreeMap.values
          Cached collection of values.
protected  IntCollection Byte2IntMaps.Singleton.values
           
protected  IntCollection Byte2IntMaps.SynchronizedMap.values
           
protected  IntCollection Byte2IntMaps.UnmodifiableMap.values
           
 

Methods in it.unimi.dsi.fastutil.bytes that return IntCollection
 IntCollection Byte2IntLinkedOpenHashMap.values()
           
 IntCollection AbstractByte2IntSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 IntCollection Byte2IntOpenHashMap.values()
           
 IntCollection Byte2IntAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 IntCollection Byte2IntArrayMap.values()
           
 IntCollection Byte2IntRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 IntCollection Byte2IntSortedMap.values()
          Returns a set view of the values contained in this map.
 IntCollection AbstractByte2IntMap.values()
          Returns a type-specific-set view of the values of this map.
 IntCollection Byte2IntMaps.EmptyMap.values()
           
 IntCollection Byte2IntMaps.Singleton.values()
           
 IntCollection Byte2IntMaps.SynchronizedMap.values()
           
 IntCollection Byte2IntMaps.UnmodifiableMap.values()
           
 IntCollection Byte2IntMap.values()
          Returns a set view of the values contained in this map.
 

Uses of IntCollection in it.unimi.dsi.fastutil.chars
 

Classes in it.unimi.dsi.fastutil.chars that implement IntCollection
protected  class AbstractChar2IntSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

Fields in it.unimi.dsi.fastutil.chars declared as IntCollection
protected  IntCollection Char2IntMaps.Singleton.values
           
protected  IntCollection Char2IntMaps.SynchronizedMap.values
           
protected  IntCollection Char2IntMaps.UnmodifiableMap.values
           
protected  IntCollection Char2IntLinkedOpenHashMap.values
          Cached collection of values.
protected  IntCollection Char2IntRBTreeMap.values
          Cached collection of values.
protected  IntCollection Char2IntOpenHashMap.values
          Cached collection of values.
protected  IntCollection Char2IntAVLTreeMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.chars that return IntCollection
 IntCollection Char2IntMaps.EmptyMap.values()
           
 IntCollection Char2IntMaps.Singleton.values()
           
 IntCollection Char2IntMaps.SynchronizedMap.values()
           
 IntCollection Char2IntMaps.UnmodifiableMap.values()
           
 IntCollection Char2IntLinkedOpenHashMap.values()
           
 IntCollection Char2IntRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 IntCollection Char2IntSortedMap.values()
          Returns a set view of the values contained in this map.
 IntCollection Char2IntOpenHashMap.values()
           
 IntCollection AbstractChar2IntSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 IntCollection Char2IntArrayMap.values()
           
 IntCollection Char2IntAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 IntCollection AbstractChar2IntMap.values()
          Returns a type-specific-set view of the values of this map.
 IntCollection Char2IntMap.values()
          Returns a set view of the values contained in this map.
 

Uses of IntCollection in it.unimi.dsi.fastutil.doubles
 

Classes in it.unimi.dsi.fastutil.doubles that implement IntCollection
protected  class AbstractDouble2IntSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

Fields in it.unimi.dsi.fastutil.doubles declared as IntCollection
protected  IntCollection Double2IntOpenHashMap.values
          Cached collection of values.
protected  IntCollection Double2IntRBTreeMap.values
          Cached collection of values.
protected  IntCollection Double2IntLinkedOpenHashMap.values
          Cached collection of values.
protected  IntCollection Double2IntAVLTreeMap.values
          Cached collection of values.
protected  IntCollection Double2IntMaps.Singleton.values
           
protected  IntCollection Double2IntMaps.SynchronizedMap.values
           
protected  IntCollection Double2IntMaps.UnmodifiableMap.values
           
 

Methods in it.unimi.dsi.fastutil.doubles that return IntCollection
 IntCollection Double2IntMap.values()
          Returns a set view of the values contained in this map.
 IntCollection Double2IntOpenHashMap.values()
           
 IntCollection Double2IntRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 IntCollection Double2IntArrayMap.values()
           
 IntCollection Double2IntSortedMap.values()
          Returns a set view of the values contained in this map.
 IntCollection AbstractDouble2IntMap.values()
          Returns a type-specific-set view of the values of this map.
 IntCollection Double2IntLinkedOpenHashMap.values()
           
 IntCollection AbstractDouble2IntSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 IntCollection Double2IntAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 IntCollection Double2IntMaps.EmptyMap.values()
           
 IntCollection Double2IntMaps.Singleton.values()
           
 IntCollection Double2IntMaps.SynchronizedMap.values()
           
 IntCollection Double2IntMaps.UnmodifiableMap.values()
           
 

Uses of IntCollection in it.unimi.dsi.fastutil.floats
 

Classes in it.unimi.dsi.fastutil.floats that implement IntCollection
protected  class AbstractFloat2IntSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

Fields in it.unimi.dsi.fastutil.floats declared as IntCollection
protected  IntCollection Float2IntAVLTreeMap.values
          Cached collection of values.
protected  IntCollection Float2IntLinkedOpenHashMap.values
          Cached collection of values.
protected  IntCollection Float2IntMaps.Singleton.values
           
protected  IntCollection Float2IntMaps.SynchronizedMap.values
           
protected  IntCollection Float2IntMaps.UnmodifiableMap.values
           
protected  IntCollection Float2IntRBTreeMap.values
          Cached collection of values.
protected  IntCollection Float2IntOpenHashMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.floats that return IntCollection
 IntCollection Float2IntAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 IntCollection Float2IntSortedMap.values()
          Returns a set view of the values contained in this map.
 IntCollection AbstractFloat2IntMap.values()
          Returns a type-specific-set view of the values of this map.
 IntCollection Float2IntLinkedOpenHashMap.values()
           
 IntCollection Float2IntMaps.EmptyMap.values()
           
 IntCollection Float2IntMaps.Singleton.values()
           
 IntCollection Float2IntMaps.SynchronizedMap.values()
           
 IntCollection Float2IntMaps.UnmodifiableMap.values()
           
 IntCollection Float2IntArrayMap.values()
           
 IntCollection Float2IntMap.values()
          Returns a set view of the values contained in this map.
 IntCollection Float2IntRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 IntCollection Float2IntOpenHashMap.values()
           
 IntCollection AbstractFloat2IntSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 

Uses of IntCollection in it.unimi.dsi.fastutil.ints
 

Subinterfaces of IntCollection in it.unimi.dsi.fastutil.ints
 interface IntBigList
          A type-specific BigList; provides some additional methods that use polymorphism to avoid (un)boxing.
 interface IntList
          A type-specific List; provides some additional methods that use polymorphism to avoid (un)boxing.
 interface IntSet
          A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.
 interface IntSortedSet
          A type-specific SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing.
 

Classes in it.unimi.dsi.fastutil.ints that implement IntCollection
protected  class AbstractInt2BooleanSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2ByteSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2CharSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2DoubleSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2FloatSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2IntSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2IntSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
protected  class AbstractInt2LongSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2ObjectSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2ReferenceSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2ShortSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
 class AbstractIntBigList
          An abstract class providing basic methods for big lists implementing a type-specific big list interface.
static class AbstractIntBigList.IntSubList
           
 class AbstractIntCollection
          An abstract class providing basic methods for collections implementing a type-specific interface.
 class AbstractIntList
          An abstract class providing basic methods for lists implementing a type-specific list interface.
static class AbstractIntList.IntSubList
           
 class AbstractIntSet
          An abstract class providing basic methods for sets implementing a type-specific interface.
 class AbstractIntSortedSet
          An abstract class providing basic methods for sorted sets implementing a type-specific interface.
 class IntArrayList
          A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
 class IntArraySet
          A simple, brute-force implementation of a set based on a backing array.
 class IntAVLTreeSet
          A type-specific AVL tree set with a fast, small-footprint implementation.
 class IntBigArrayBigList
          A type-specific big list based on a big array; provides some additional methods that use polymorphism to avoid (un)boxing.
static class IntBigLists.EmptyBigList
          An immutable class representing an empty type-specific big list.
static class IntBigLists.ListBigList
          A class exposing a list as a big list.
static class IntBigLists.Singleton
          An immutable class representing a type-specific singleton big list.
static class IntBigLists.SynchronizedBigList
          A synchronized wrapper class for big lists.
static class IntBigLists.UnmodifiableBigList
          An unmodifiable wrapper class for big lists.
static class IntCollections.EmptyCollection
          An immutable class representing an empty type-specific collection.
static class IntCollections.IterableCollection
          A collection wrapper class for iterables.
static class IntCollections.SynchronizedCollection
          A synchronized wrapper class for collections.
static class IntCollections.UnmodifiableCollection
          An unmodifiable wrapper class for collections.
 class IntLinkedOpenCustomHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
 class IntLinkedOpenHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
static class IntLists.EmptyList
          An immutable class representing an empty type-specific list.
static class IntLists.Singleton
          An immutable class representing a type-specific singleton list.
static class IntLists.SynchronizedList
          A synchronized wrapper class for lists.
static class IntLists.UnmodifiableList
          An unmodifiable wrapper class for lists.
 class IntOpenCustomHashSet
          A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
 class IntOpenHashBigSet
          A type-specific hash big set with with a fast, small-footprint implementation.
 class IntOpenHashSet
          A type-specific hash set with with a fast, small-footprint implementation.
 class IntRBTreeSet
          A type-specific red-black tree set with a fast, small-footprint implementation.
static class IntSets.EmptySet
          An immutable class representing the empty set and implementing a type-specific set interface.
static class IntSets.Singleton
          An immutable class representing a type-specific singleton set.
static class IntSets.SynchronizedSet
          A synchronized wrapper class for sets.
static class IntSets.UnmodifiableSet
          An unmodifiable wrapper class for sets.
static class IntSortedSets.EmptySet
          An immutable class representing the empty sorted set and implementing a type-specific set interface.
static class IntSortedSets.Singleton
          A class representing a singleton sorted set.
static class IntSortedSets.SynchronizedSortedSet
          A synchronized wrapper class for sorted sets.
static class IntSortedSets.UnmodifiableSortedSet
          An unmodifiable wrapper class for sorted sets.
 

Fields in it.unimi.dsi.fastutil.ints declared as IntCollection
protected  IntCollection IntCollections.SynchronizedCollection.collection
           
protected  IntCollection IntCollections.UnmodifiableCollection.collection
           
protected  IntCollection Int2IntOpenHashMap.values
          Cached collection of values.
protected  IntCollection Int2IntRBTreeMap.values
          Cached collection of values.
protected  IntCollection Int2IntLinkedOpenHashMap.values
          Cached collection of values.
protected  IntCollection Int2IntMaps.Singleton.values
           
protected  IntCollection Int2IntMaps.SynchronizedMap.values
           
protected  IntCollection Int2IntMaps.UnmodifiableMap.values
           
protected  IntCollection Int2IntAVLTreeMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.ints that return IntCollection
static IntCollection IntCollections.asCollection(IntIterable iterable)
          Returns an unmodifiable collection backed by the specified iterable.
static IntCollection IntCollections.synchronize(IntCollection c)
          Returns a synchronized collection backed by the specified collection.
static IntCollection IntCollections.synchronize(IntCollection c, Object sync)
          Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
static IntCollection IntCollections.unmodifiable(IntCollection c)
          Returns an unmodifiable collection backed by the specified collection.
 IntCollection Int2IntSortedMap.values()
          Returns a set view of the values contained in this map.
 IntCollection AbstractInt2IntSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 IntCollection Int2IntArrayMap.values()
           
 IntCollection AbstractInt2IntMap.values()
          Returns a type-specific-set view of the values of this map.
 IntCollection Int2IntMap.values()
          Returns a set view of the values contained in this map.
 IntCollection Int2IntOpenHashMap.values()
           
 IntCollection Int2IntRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 IntCollection Int2IntLinkedOpenHashMap.values()
           
 IntCollection Int2IntMaps.EmptyMap.values()
           
 IntCollection Int2IntMaps.Singleton.values()
           
 IntCollection Int2IntMaps.SynchronizedMap.values()
           
 IntCollection Int2IntMaps.UnmodifiableMap.values()
           
 IntCollection Int2IntAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 

Methods in it.unimi.dsi.fastutil.ints with parameters of type IntCollection
 boolean IntBigLists.EmptyBigList.addAll(IntCollection c)
           
 boolean IntBigLists.Singleton.addAll(IntCollection c)
           
 boolean IntBigLists.ListBigList.addAll(IntCollection c)
           
 boolean IntLists.EmptyList.addAll(IntCollection c)
           
 boolean IntLists.Singleton.addAll(IntCollection c)
           
 boolean IntCollection.addAll(IntCollection c)
           
 boolean AbstractIntCollection.addAll(IntCollection c)
          Adds all elements of the given type-specific collection to this collection.
 boolean AbstractIntBigList.addAll(IntCollection c)
           
 boolean IntSets.Singleton.addAll(IntCollection c)
           
 boolean IntCollections.EmptyCollection.addAll(IntCollection c)
           
 boolean IntCollections.SynchronizedCollection.addAll(IntCollection c)
           
 boolean IntCollections.UnmodifiableCollection.addAll(IntCollection c)
           
 boolean AbstractIntList.addAll(IntCollection c)
           
 boolean IntList.addAll(int index, IntCollection c)
           
 boolean IntLists.EmptyList.addAll(int i, IntCollection c)
           
 boolean IntLists.Singleton.addAll(int i, IntCollection c)
           
 boolean IntLists.SynchronizedList.addAll(int index, IntCollection c)
           
 boolean IntLists.UnmodifiableList.addAll(int index, IntCollection c)
           
 boolean IntArrayList.addAll(int index, IntCollection c)
           
 boolean AbstractIntList.addAll(int index, IntCollection c)
          Delegates to a more generic method.
 boolean AbstractIntList.IntSubList.addAll(int index, IntCollection c)
           
 boolean IntBigLists.EmptyBigList.addAll(long i, IntCollection c)
           
 boolean IntBigLists.Singleton.addAll(long i, IntCollection c)
           
 boolean IntBigLists.SynchronizedBigList.addAll(long index, IntCollection c)
           
 boolean IntBigLists.UnmodifiableBigList.addAll(long index, IntCollection c)
           
 boolean IntBigLists.ListBigList.addAll(long index, IntCollection c)
           
 boolean IntBigList.addAll(long index, IntCollection c)
           
 boolean AbstractIntBigList.addAll(long index, IntCollection c)
          Delegates to a more generic method.
 boolean AbstractIntBigList.IntSubList.addAll(long index, IntCollection c)
           
 boolean IntBigLists.ListBigList.containsAll(IntCollection c)
           
 boolean IntCollection.containsAll(IntCollection c)
           
 boolean AbstractIntCollection.containsAll(IntCollection c)
          Checks whether this collection contains all elements from the given type-specific collection.
 boolean IntCollections.EmptyCollection.containsAll(IntCollection c)
           
 boolean IntCollections.SynchronizedCollection.containsAll(IntCollection c)
           
 boolean IntCollections.UnmodifiableCollection.containsAll(IntCollection c)
           
static int IntIterators.pour(IntIterator i, IntCollection s)
          Pours an iterator into a type-specific collection.
static int IntIterators.pour(IntIterator i, IntCollection s, int max)
          Pours an iterator into a type-specific collection, with a limit on the number of elements.
 boolean IntBigLists.ListBigList.removeAll(IntCollection c)
           
 boolean IntCollection.removeAll(IntCollection c)
           
 boolean AbstractIntCollection.removeAll(IntCollection c)
          Remove from this collection all elements in the given type-specific collection.
 boolean IntSets.Singleton.removeAll(IntCollection c)
           
 boolean IntCollections.EmptyCollection.removeAll(IntCollection c)
           
 boolean IntCollections.SynchronizedCollection.removeAll(IntCollection c)
           
 boolean IntCollections.UnmodifiableCollection.removeAll(IntCollection c)
           
 boolean IntBigLists.ListBigList.retainAll(IntCollection c)
           
 boolean IntCollection.retainAll(IntCollection c)
           
 boolean AbstractIntCollection.retainAll(IntCollection c)
          Retains in this collection only elements from the given type-specific collection.
 boolean IntSets.Singleton.retainAll(IntCollection c)
           
 boolean IntCollections.EmptyCollection.retainAll(IntCollection c)
           
 boolean IntCollections.SynchronizedCollection.retainAll(IntCollection c)
           
 boolean IntCollections.UnmodifiableCollection.retainAll(IntCollection c)
           
static IntCollection IntCollections.synchronize(IntCollection c)
          Returns a synchronized collection backed by the specified collection.
static IntCollection IntCollections.synchronize(IntCollection c, Object sync)
          Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
static IntCollection IntCollections.unmodifiable(IntCollection c)
          Returns an unmodifiable collection backed by the specified collection.
static long IntIterators.unwrap(IntIterator i, IntCollection c)
          Unwraps an iterator into a type-specific collection.
static int IntIterators.unwrap(IntIterator i, IntCollection c, int max)
          Unwraps an iterator into a type-specific collection, with a limit on the number of elements.
 

Constructors in it.unimi.dsi.fastutil.ints with parameters of type IntCollection
IntArrayList(IntCollection c)
          Creates a new array list and fills it with a given type-specific collection.
IntArraySet(IntCollection c)
          Creates a new array set copying the contents of a given collection.
IntAVLTreeSet(IntCollection c)
          Creates a new tree set copying a given type-specific collection.
IntBigArrayBigList(IntCollection c)
          Creates a new big-array big list and fills it with a given type-specific collection.
IntCollections.SynchronizedCollection(IntCollection c)
           
IntCollections.SynchronizedCollection(IntCollection c, Object sync)
           
IntCollections.UnmodifiableCollection(IntCollection c)
           
IntLinkedOpenCustomHashSet(IntCollection c, float f, IntHash.Strategy strategy)
          Creates a new hash set copying a given type-specific collection.
IntLinkedOpenCustomHashSet(IntCollection c, IntHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
IntLinkedOpenHashSet(IntCollection c)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
IntLinkedOpenHashSet(IntCollection c, float f)
          Creates a new hash set copying a given type-specific collection.
IntOpenCustomHashSet(IntCollection c, float f, IntHash.Strategy strategy)
          Creates a new hash set copying a given type-specific collection.
IntOpenCustomHashSet(IntCollection c, IntHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
IntOpenHashBigSet(IntCollection c)
          Creates a new hash big set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
IntOpenHashBigSet(IntCollection c, float f)
          Creates a new hash big set copying a given type-specific collection.
IntOpenHashSet(IntCollection c)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
IntOpenHashSet(IntCollection c, float f)
          Creates a new hash set copying a given type-specific collection.
IntRBTreeSet(IntCollection c)
          Creates a new tree set copying a given type-specific collection.
 

Uses of IntCollection in it.unimi.dsi.fastutil.longs
 

Classes in it.unimi.dsi.fastutil.longs that implement IntCollection
protected  class AbstractLong2IntSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

Fields in it.unimi.dsi.fastutil.longs declared as IntCollection
protected  IntCollection Long2IntLinkedOpenHashMap.values
          Cached collection of values.
protected  IntCollection Long2IntMaps.Singleton.values
           
protected  IntCollection Long2IntMaps.SynchronizedMap.values
           
protected  IntCollection Long2IntMaps.UnmodifiableMap.values
           
protected  IntCollection Long2IntAVLTreeMap.values
          Cached collection of values.
protected  IntCollection Long2IntOpenHashMap.values
          Cached collection of values.
protected  IntCollection Long2IntRBTreeMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.longs that return IntCollection
 IntCollection Long2IntLinkedOpenHashMap.values()
           
 IntCollection Long2IntSortedMap.values()
          Returns a set view of the values contained in this map.
 IntCollection Long2IntArrayMap.values()
           
 IntCollection Long2IntMaps.EmptyMap.values()
           
 IntCollection Long2IntMaps.Singleton.values()
           
 IntCollection Long2IntMaps.SynchronizedMap.values()
           
 IntCollection Long2IntMaps.UnmodifiableMap.values()
           
 IntCollection Long2IntAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 IntCollection Long2IntMap.values()
          Returns a set view of the values contained in this map.
 IntCollection AbstractLong2IntSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 IntCollection AbstractLong2IntMap.values()
          Returns a type-specific-set view of the values of this map.
 IntCollection Long2IntOpenHashMap.values()
           
 IntCollection Long2IntRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 

Uses of IntCollection in it.unimi.dsi.fastutil.objects
 

Classes in it.unimi.dsi.fastutil.objects that implement IntCollection
protected  class AbstractObject2IntSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
protected  class AbstractReference2IntSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

Fields in it.unimi.dsi.fastutil.objects declared as IntCollection
protected  IntCollection Object2IntAVLTreeMap.values
          Cached collection of values.
protected  IntCollection Reference2IntOpenHashMap.values
          Cached collection of values.
protected  IntCollection Object2IntOpenHashMap.values
          Cached collection of values.
protected  IntCollection Object2IntOpenCustomHashMap.values
          Cached collection of values.
protected  IntCollection Reference2IntMaps.Singleton.values
           
protected  IntCollection Reference2IntMaps.SynchronizedMap.values
           
protected  IntCollection Reference2IntMaps.UnmodifiableMap.values
           
protected  IntCollection Object2IntLinkedOpenCustomHashMap.values
          Cached collection of values.
protected  IntCollection Object2IntMaps.Singleton.values
           
protected  IntCollection Object2IntMaps.SynchronizedMap.values
           
protected  IntCollection Object2IntMaps.UnmodifiableMap.values
           
protected  IntCollection Reference2IntLinkedOpenHashMap.values
          Cached collection of values.
protected  IntCollection Object2IntRBTreeMap.values
          Cached collection of values.
protected  IntCollection Object2IntLinkedOpenHashMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.objects that return IntCollection
 IntCollection Object2IntAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 IntCollection Reference2IntOpenHashMap.values()
           
 IntCollection Reference2IntArrayMap.values()
           
 IntCollection AbstractReference2IntMap.values()
          Returns a type-specific-set view of the values of this map.
 IntCollection Object2IntOpenHashMap.values()
           
 IntCollection Object2IntSortedMap.values()
          Returns a set view of the values contained in this map.
 IntCollection Object2IntArrayMap.values()
           
 IntCollection Object2IntOpenCustomHashMap.values()
           
 IntCollection Reference2IntMaps.EmptyMap.values()
           
 IntCollection Reference2IntMaps.Singleton.values()
           
 IntCollection Reference2IntMaps.SynchronizedMap.values()
           
 IntCollection Reference2IntMaps.UnmodifiableMap.values()
           
 IntCollection AbstractObject2IntMap.values()
          Returns a type-specific-set view of the values of this map.
 IntCollection AbstractObject2IntSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 IntCollection Object2IntMap.values()
          Returns a set view of the values contained in this map.
 IntCollection Object2IntLinkedOpenCustomHashMap.values()
           
 IntCollection Object2IntMaps.EmptyMap.values()
           
 IntCollection Object2IntMaps.Singleton.values()
           
 IntCollection Object2IntMaps.SynchronizedMap.values()
           
 IntCollection Object2IntMaps.UnmodifiableMap.values()
           
 IntCollection Reference2IntLinkedOpenHashMap.values()
           
 IntCollection AbstractReference2IntSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 IntCollection Reference2IntMap.values()
          Returns a set view of the values contained in this map.
 IntCollection Object2IntRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 IntCollection Reference2IntSortedMap.values()
          Returns a set view of the values contained in this map.
 IntCollection Object2IntLinkedOpenHashMap.values()
           
 

Uses of IntCollection in it.unimi.dsi.fastutil.shorts
 

Classes in it.unimi.dsi.fastutil.shorts that implement IntCollection
protected  class AbstractShort2IntSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

Fields in it.unimi.dsi.fastutil.shorts declared as IntCollection
protected  IntCollection Short2IntLinkedOpenHashMap.values
          Cached collection of values.
protected  IntCollection Short2IntOpenHashMap.values
          Cached collection of values.
protected  IntCollection Short2IntMaps.Singleton.values
           
protected  IntCollection Short2IntMaps.SynchronizedMap.values
           
protected  IntCollection Short2IntMaps.UnmodifiableMap.values
           
protected  IntCollection Short2IntRBTreeMap.values
          Cached collection of values.
protected  IntCollection Short2IntAVLTreeMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.shorts that return IntCollection
 IntCollection Short2IntLinkedOpenHashMap.values()
           
 IntCollection Short2IntMap.values()
          Returns a set view of the values contained in this map.
 IntCollection AbstractShort2IntMap.values()
          Returns a type-specific-set view of the values of this map.
 IntCollection Short2IntOpenHashMap.values()
           
 IntCollection Short2IntMaps.EmptyMap.values()
           
 IntCollection Short2IntMaps.Singleton.values()
           
 IntCollection Short2IntMaps.SynchronizedMap.values()
           
 IntCollection Short2IntMaps.UnmodifiableMap.values()
           
 IntCollection Short2IntArrayMap.values()
           
 IntCollection Short2IntRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 IntCollection Short2IntSortedMap.values()
          Returns a set view of the values contained in this map.
 IntCollection Short2IntAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 IntCollection AbstractShort2IntSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 



Copyright © 2011. All Rights Reserved.