Uses of Interface
it.unimi.dsi.fastutil.shorts.ShortCollection

Packages that use ShortCollection
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 ShortCollection in it.unimi.dsi.fastutil.bytes
 

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

Fields in it.unimi.dsi.fastutil.bytes declared as ShortCollection
protected  ShortCollection Byte2ShortLinkedOpenHashMap.values
          Cached collection of values.
protected  ShortCollection Byte2ShortRBTreeMap.values
          Cached collection of values.
protected  ShortCollection Byte2ShortAVLTreeMap.values
          Cached collection of values.
protected  ShortCollection Byte2ShortOpenHashMap.values
          Cached collection of values.
protected  ShortCollection Byte2ShortMaps.Singleton.values
           
protected  ShortCollection Byte2ShortMaps.SynchronizedMap.values
           
protected  ShortCollection Byte2ShortMaps.UnmodifiableMap.values
           
 

Methods in it.unimi.dsi.fastutil.bytes that return ShortCollection
 ShortCollection Byte2ShortLinkedOpenHashMap.values()
           
 ShortCollection Byte2ShortRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection AbstractByte2ShortMap.values()
          Returns a type-specific-set view of the values of this map.
 ShortCollection Byte2ShortAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection AbstractByte2ShortSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection Byte2ShortArrayMap.values()
           
 ShortCollection Byte2ShortMap.values()
          Returns a set view of the values contained in this map.
 ShortCollection Byte2ShortOpenHashMap.values()
           
 ShortCollection Byte2ShortSortedMap.values()
          Returns a set view of the values contained in this map.
 ShortCollection Byte2ShortMaps.EmptyMap.values()
           
 ShortCollection Byte2ShortMaps.Singleton.values()
           
 ShortCollection Byte2ShortMaps.SynchronizedMap.values()
           
 ShortCollection Byte2ShortMaps.UnmodifiableMap.values()
           
 

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

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

Fields in it.unimi.dsi.fastutil.chars declared as ShortCollection
protected  ShortCollection Char2ShortLinkedOpenHashMap.values
          Cached collection of values.
protected  ShortCollection Char2ShortMaps.Singleton.values
           
protected  ShortCollection Char2ShortMaps.SynchronizedMap.values
           
protected  ShortCollection Char2ShortMaps.UnmodifiableMap.values
           
protected  ShortCollection Char2ShortRBTreeMap.values
          Cached collection of values.
protected  ShortCollection Char2ShortOpenHashMap.values
          Cached collection of values.
protected  ShortCollection Char2ShortAVLTreeMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.chars that return ShortCollection
 ShortCollection Char2ShortLinkedOpenHashMap.values()
           
 ShortCollection Char2ShortSortedMap.values()
          Returns a set view of the values contained in this map.
 ShortCollection Char2ShortMaps.EmptyMap.values()
           
 ShortCollection Char2ShortMaps.Singleton.values()
           
 ShortCollection Char2ShortMaps.SynchronizedMap.values()
           
 ShortCollection Char2ShortMaps.UnmodifiableMap.values()
           
 ShortCollection Char2ShortRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection Char2ShortOpenHashMap.values()
           
 ShortCollection Char2ShortAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection AbstractChar2ShortSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection AbstractChar2ShortMap.values()
          Returns a type-specific-set view of the values of this map.
 ShortCollection Char2ShortMap.values()
          Returns a set view of the values contained in this map.
 ShortCollection Char2ShortArrayMap.values()
           
 

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

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

Fields in it.unimi.dsi.fastutil.doubles declared as ShortCollection
protected  ShortCollection Double2ShortAVLTreeMap.values
          Cached collection of values.
protected  ShortCollection Double2ShortRBTreeMap.values
          Cached collection of values.
protected  ShortCollection Double2ShortOpenHashMap.values
          Cached collection of values.
protected  ShortCollection Double2ShortMaps.Singleton.values
           
protected  ShortCollection Double2ShortMaps.SynchronizedMap.values
           
protected  ShortCollection Double2ShortMaps.UnmodifiableMap.values
           
protected  ShortCollection Double2ShortLinkedOpenHashMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.doubles that return ShortCollection
 ShortCollection AbstractDouble2ShortMap.values()
          Returns a type-specific-set view of the values of this map.
 ShortCollection Double2ShortArrayMap.values()
           
 ShortCollection Double2ShortAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection Double2ShortRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection AbstractDouble2ShortSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection Double2ShortOpenHashMap.values()
           
 ShortCollection Double2ShortSortedMap.values()
          Returns a set view of the values contained in this map.
 ShortCollection Double2ShortMaps.EmptyMap.values()
           
 ShortCollection Double2ShortMaps.Singleton.values()
           
 ShortCollection Double2ShortMaps.SynchronizedMap.values()
           
 ShortCollection Double2ShortMaps.UnmodifiableMap.values()
           
 ShortCollection Double2ShortLinkedOpenHashMap.values()
           
 ShortCollection Double2ShortMap.values()
          Returns a set view of the values contained in this map.
 

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

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

Fields in it.unimi.dsi.fastutil.floats declared as ShortCollection
protected  ShortCollection Float2ShortOpenHashMap.values
          Cached collection of values.
protected  ShortCollection Float2ShortRBTreeMap.values
          Cached collection of values.
protected  ShortCollection Float2ShortAVLTreeMap.values
          Cached collection of values.
protected  ShortCollection Float2ShortMaps.Singleton.values
           
protected  ShortCollection Float2ShortMaps.SynchronizedMap.values
           
protected  ShortCollection Float2ShortMaps.UnmodifiableMap.values
           
protected  ShortCollection Float2ShortLinkedOpenHashMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.floats that return ShortCollection
 ShortCollection Float2ShortSortedMap.values()
          Returns a set view of the values contained in this map.
 ShortCollection Float2ShortMap.values()
          Returns a set view of the values contained in this map.
 ShortCollection Float2ShortOpenHashMap.values()
           
 ShortCollection Float2ShortRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection Float2ShortAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection Float2ShortMaps.EmptyMap.values()
           
 ShortCollection Float2ShortMaps.Singleton.values()
           
 ShortCollection Float2ShortMaps.SynchronizedMap.values()
           
 ShortCollection Float2ShortMaps.UnmodifiableMap.values()
           
 ShortCollection AbstractFloat2ShortSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection AbstractFloat2ShortMap.values()
          Returns a type-specific-set view of the values of this map.
 ShortCollection Float2ShortArrayMap.values()
           
 ShortCollection Float2ShortLinkedOpenHashMap.values()
           
 

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

Classes in it.unimi.dsi.fastutil.ints that implement ShortCollection
protected  class AbstractInt2ShortSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

Fields in it.unimi.dsi.fastutil.ints declared as ShortCollection
protected  ShortCollection Int2ShortOpenHashMap.values
          Cached collection of values.
protected  ShortCollection Int2ShortMaps.Singleton.values
           
protected  ShortCollection Int2ShortMaps.SynchronizedMap.values
           
protected  ShortCollection Int2ShortMaps.UnmodifiableMap.values
           
protected  ShortCollection Int2ShortAVLTreeMap.values
          Cached collection of values.
protected  ShortCollection Int2ShortLinkedOpenHashMap.values
          Cached collection of values.
protected  ShortCollection Int2ShortRBTreeMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.ints that return ShortCollection
 ShortCollection Int2ShortOpenHashMap.values()
           
 ShortCollection Int2ShortMaps.EmptyMap.values()
           
 ShortCollection Int2ShortMaps.Singleton.values()
           
 ShortCollection Int2ShortMaps.SynchronizedMap.values()
           
 ShortCollection Int2ShortMaps.UnmodifiableMap.values()
           
 ShortCollection Int2ShortAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection Int2ShortArrayMap.values()
           
 ShortCollection Int2ShortLinkedOpenHashMap.values()
           
 ShortCollection Int2ShortRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection Int2ShortMap.values()
          Returns a set view of the values contained in this map.
 ShortCollection AbstractInt2ShortSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection AbstractInt2ShortMap.values()
          Returns a type-specific-set view of the values of this map.
 ShortCollection Int2ShortSortedMap.values()
          Returns a set view of the values contained in this map.
 

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

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

Fields in it.unimi.dsi.fastutil.longs declared as ShortCollection
protected  ShortCollection Long2ShortLinkedOpenHashMap.values
          Cached collection of values.
protected  ShortCollection Long2ShortMaps.Singleton.values
           
protected  ShortCollection Long2ShortMaps.SynchronizedMap.values
           
protected  ShortCollection Long2ShortMaps.UnmodifiableMap.values
           
protected  ShortCollection Long2ShortRBTreeMap.values
          Cached collection of values.
protected  ShortCollection Long2ShortAVLTreeMap.values
          Cached collection of values.
protected  ShortCollection Long2ShortOpenHashMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.longs that return ShortCollection
 ShortCollection Long2ShortLinkedOpenHashMap.values()
           
 ShortCollection Long2ShortMap.values()
          Returns a set view of the values contained in this map.
 ShortCollection Long2ShortArrayMap.values()
           
 ShortCollection AbstractLong2ShortMap.values()
          Returns a type-specific-set view of the values of this map.
 ShortCollection Long2ShortMaps.EmptyMap.values()
           
 ShortCollection Long2ShortMaps.Singleton.values()
           
 ShortCollection Long2ShortMaps.SynchronizedMap.values()
           
 ShortCollection Long2ShortMaps.UnmodifiableMap.values()
           
 ShortCollection Long2ShortSortedMap.values()
          Returns a set view of the values contained in this map.
 ShortCollection Long2ShortRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection AbstractLong2ShortSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection Long2ShortAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection Long2ShortOpenHashMap.values()
           
 

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

Classes in it.unimi.dsi.fastutil.objects that implement ShortCollection
protected  class AbstractObject2ShortSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
protected  class AbstractReference2ShortSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

Fields in it.unimi.dsi.fastutil.objects declared as ShortCollection
protected  ShortCollection Object2ShortOpenHashMap.values
          Cached collection of values.
protected  ShortCollection Reference2ShortLinkedOpenHashMap.values
          Cached collection of values.
protected  ShortCollection Object2ShortLinkedOpenHashMap.values
          Cached collection of values.
protected  ShortCollection Object2ShortRBTreeMap.values
          Cached collection of values.
protected  ShortCollection Reference2ShortOpenHashMap.values
          Cached collection of values.
protected  ShortCollection Object2ShortMaps.Singleton.values
           
protected  ShortCollection Object2ShortMaps.SynchronizedMap.values
           
protected  ShortCollection Object2ShortMaps.UnmodifiableMap.values
           
protected  ShortCollection Object2ShortOpenCustomHashMap.values
          Cached collection of values.
protected  ShortCollection Object2ShortLinkedOpenCustomHashMap.values
          Cached collection of values.
protected  ShortCollection Reference2ShortMaps.Singleton.values
           
protected  ShortCollection Reference2ShortMaps.SynchronizedMap.values
           
protected  ShortCollection Reference2ShortMaps.UnmodifiableMap.values
           
protected  ShortCollection Object2ShortAVLTreeMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.objects that return ShortCollection
 ShortCollection Object2ShortOpenHashMap.values()
           
 ShortCollection Reference2ShortLinkedOpenHashMap.values()
           
 ShortCollection Object2ShortLinkedOpenHashMap.values()
           
 ShortCollection AbstractReference2ShortSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection Object2ShortRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection Object2ShortSortedMap.values()
          Returns a set view of the values contained in this map.
 ShortCollection AbstractReference2ShortMap.values()
          Returns a type-specific-set view of the values of this map.
 ShortCollection Reference2ShortOpenHashMap.values()
           
 ShortCollection Object2ShortMaps.EmptyMap.values()
           
 ShortCollection Object2ShortMaps.Singleton.values()
           
 ShortCollection Object2ShortMaps.SynchronizedMap.values()
           
 ShortCollection Object2ShortMaps.UnmodifiableMap.values()
           
 ShortCollection Object2ShortOpenCustomHashMap.values()
           
 ShortCollection AbstractObject2ShortSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection Object2ShortLinkedOpenCustomHashMap.values()
           
 ShortCollection Reference2ShortArrayMap.values()
           
 ShortCollection Object2ShortArrayMap.values()
           
 ShortCollection Reference2ShortMap.values()
          Returns a set view of the values contained in this map.
 ShortCollection Reference2ShortSortedMap.values()
          Returns a set view of the values contained in this map.
 ShortCollection Reference2ShortMaps.EmptyMap.values()
           
 ShortCollection Reference2ShortMaps.Singleton.values()
           
 ShortCollection Reference2ShortMaps.SynchronizedMap.values()
           
 ShortCollection Reference2ShortMaps.UnmodifiableMap.values()
           
 ShortCollection Object2ShortMap.values()
          Returns a set view of the values contained in this map.
 ShortCollection AbstractObject2ShortMap.values()
          Returns a type-specific-set view of the values of this map.
 ShortCollection Object2ShortAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 

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

Subinterfaces of ShortCollection in it.unimi.dsi.fastutil.shorts
 interface ShortBigList
          A type-specific BigList; provides some additional methods that use polymorphism to avoid (un)boxing.
 interface ShortList
          A type-specific List; provides some additional methods that use polymorphism to avoid (un)boxing.
 interface ShortSet
          A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.
 interface ShortSortedSet
          A type-specific SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing.
 

Classes in it.unimi.dsi.fastutil.shorts that implement ShortCollection
protected  class AbstractShort2BooleanSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractShort2ByteSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractShort2CharSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractShort2DoubleSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractShort2FloatSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractShort2IntSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractShort2LongSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractShort2ObjectSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractShort2ReferenceSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractShort2ShortSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractShort2ShortSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 class AbstractShortBigList
          An abstract class providing basic methods for big lists implementing a type-specific big list interface.
static class AbstractShortBigList.ShortSubList
           
 class AbstractShortCollection
          An abstract class providing basic methods for collections implementing a type-specific interface.
 class AbstractShortList
          An abstract class providing basic methods for lists implementing a type-specific list interface.
static class AbstractShortList.ShortSubList
           
 class AbstractShortSet
          An abstract class providing basic methods for sets implementing a type-specific interface.
 class AbstractShortSortedSet
          An abstract class providing basic methods for sorted sets implementing a type-specific interface.
 class ShortArrayList
          A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
 class ShortArraySet
          A simple, brute-force implementation of a set based on a backing array.
 class ShortAVLTreeSet
          A type-specific AVL tree set with a fast, small-footprint implementation.
 class ShortBigArrayBigList
          A type-specific big list based on a big array; provides some additional methods that use polymorphism to avoid (un)boxing.
static class ShortBigLists.EmptyBigList
          An immutable class representing an empty type-specific big list.
static class ShortBigLists.ListBigList
          A class exposing a list as a big list.
static class ShortBigLists.Singleton
          An immutable class representing a type-specific singleton big list.
static class ShortBigLists.SynchronizedBigList
          A synchronized wrapper class for big lists.
static class ShortBigLists.UnmodifiableBigList
          An unmodifiable wrapper class for big lists.
static class ShortCollections.EmptyCollection
          An immutable class representing an empty type-specific collection.
static class ShortCollections.IterableCollection
          A collection wrapper class for iterables.
static class ShortCollections.SynchronizedCollection
          A synchronized wrapper class for collections.
static class ShortCollections.UnmodifiableCollection
          An unmodifiable wrapper class for collections.
 class ShortLinkedOpenCustomHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
 class ShortLinkedOpenHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
static class ShortLists.EmptyList
          An immutable class representing an empty type-specific list.
static class ShortLists.Singleton
          An immutable class representing a type-specific singleton list.
static class ShortLists.SynchronizedList
          A synchronized wrapper class for lists.
static class ShortLists.UnmodifiableList
          An unmodifiable wrapper class for lists.
 class ShortOpenCustomHashSet
          A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
 class ShortOpenHashSet
          A type-specific hash set with with a fast, small-footprint implementation.
 class ShortRBTreeSet
          A type-specific red-black tree set with a fast, small-footprint implementation.
static class ShortSets.EmptySet
          An immutable class representing the empty set and implementing a type-specific set interface.
static class ShortSets.Singleton
          An immutable class representing a type-specific singleton set.
static class ShortSets.SynchronizedSet
          A synchronized wrapper class for sets.
static class ShortSets.UnmodifiableSet
          An unmodifiable wrapper class for sets.
static class ShortSortedSets.EmptySet
          An immutable class representing the empty sorted set and implementing a type-specific set interface.
static class ShortSortedSets.Singleton
          A class representing a singleton sorted set.
static class ShortSortedSets.SynchronizedSortedSet
          A synchronized wrapper class for sorted sets.
static class ShortSortedSets.UnmodifiableSortedSet
          An unmodifiable wrapper class for sorted sets.
 

Fields in it.unimi.dsi.fastutil.shorts declared as ShortCollection
protected  ShortCollection ShortCollections.SynchronizedCollection.collection
           
protected  ShortCollection ShortCollections.UnmodifiableCollection.collection
           
protected  ShortCollection Short2ShortLinkedOpenHashMap.values
          Cached collection of values.
protected  ShortCollection Short2ShortOpenHashMap.values
          Cached collection of values.
protected  ShortCollection Short2ShortRBTreeMap.values
          Cached collection of values.
protected  ShortCollection Short2ShortMaps.Singleton.values
           
protected  ShortCollection Short2ShortMaps.SynchronizedMap.values
           
protected  ShortCollection Short2ShortMaps.UnmodifiableMap.values
           
protected  ShortCollection Short2ShortAVLTreeMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.shorts that return ShortCollection
static ShortCollection ShortCollections.asCollection(ShortIterable iterable)
          Returns an unmodifiable collection backed by the specified iterable.
static ShortCollection ShortCollections.synchronize(ShortCollection c)
          Returns a synchronized collection backed by the specified collection.
static ShortCollection ShortCollections.synchronize(ShortCollection c, Object sync)
          Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
static ShortCollection ShortCollections.unmodifiable(ShortCollection c)
          Returns an unmodifiable collection backed by the specified collection.
 ShortCollection Short2ShortArrayMap.values()
           
 ShortCollection Short2ShortLinkedOpenHashMap.values()
           
 ShortCollection Short2ShortOpenHashMap.values()
           
 ShortCollection Short2ShortSortedMap.values()
          Returns a set view of the values contained in this map.
 ShortCollection AbstractShort2ShortSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection Short2ShortRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection Short2ShortMaps.EmptyMap.values()
           
 ShortCollection Short2ShortMaps.Singleton.values()
           
 ShortCollection Short2ShortMaps.SynchronizedMap.values()
           
 ShortCollection Short2ShortMaps.UnmodifiableMap.values()
           
 ShortCollection Short2ShortAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 ShortCollection AbstractShort2ShortMap.values()
          Returns a type-specific-set view of the values of this map.
 ShortCollection Short2ShortMap.values()
          Returns a set view of the values contained in this map.
 

Methods in it.unimi.dsi.fastutil.shorts with parameters of type ShortCollection
 boolean ShortLists.EmptyList.addAll(int i, ShortCollection c)
           
 boolean ShortLists.Singleton.addAll(int i, ShortCollection c)
           
 boolean ShortLists.SynchronizedList.addAll(int index, ShortCollection c)
           
 boolean ShortLists.UnmodifiableList.addAll(int index, ShortCollection c)
           
 boolean AbstractShortList.addAll(int index, ShortCollection c)
          Delegates to a more generic method.
 boolean AbstractShortList.ShortSubList.addAll(int index, ShortCollection c)
           
 boolean ShortArrayList.addAll(int index, ShortCollection c)
           
 boolean ShortList.addAll(int index, ShortCollection c)
           
 boolean ShortBigLists.EmptyBigList.addAll(long i, ShortCollection c)
           
 boolean ShortBigLists.Singleton.addAll(long i, ShortCollection c)
           
 boolean ShortBigLists.SynchronizedBigList.addAll(long index, ShortCollection c)
           
 boolean ShortBigLists.UnmodifiableBigList.addAll(long index, ShortCollection c)
           
 boolean ShortBigLists.ListBigList.addAll(long index, ShortCollection c)
           
 boolean AbstractShortBigList.addAll(long index, ShortCollection c)
          Delegates to a more generic method.
 boolean AbstractShortBigList.ShortSubList.addAll(long index, ShortCollection c)
           
 boolean ShortBigList.addAll(long index, ShortCollection c)
           
 boolean ShortLists.EmptyList.addAll(ShortCollection c)
           
 boolean ShortLists.Singleton.addAll(ShortCollection c)
           
 boolean AbstractShortList.addAll(ShortCollection c)
           
 boolean AbstractShortCollection.addAll(ShortCollection c)
          Adds all elements of the given type-specific collection to this collection.
 boolean ShortCollection.addAll(ShortCollection c)
           
 boolean ShortSets.Singleton.addAll(ShortCollection c)
           
 boolean ShortBigLists.EmptyBigList.addAll(ShortCollection c)
           
 boolean ShortBigLists.Singleton.addAll(ShortCollection c)
           
 boolean ShortBigLists.ListBigList.addAll(ShortCollection c)
           
 boolean ShortCollections.EmptyCollection.addAll(ShortCollection c)
           
 boolean ShortCollections.SynchronizedCollection.addAll(ShortCollection c)
           
 boolean ShortCollections.UnmodifiableCollection.addAll(ShortCollection c)
           
 boolean AbstractShortBigList.addAll(ShortCollection c)
           
 boolean AbstractShortCollection.containsAll(ShortCollection c)
          Checks whether this collection contains all elements from the given type-specific collection.
 boolean ShortCollection.containsAll(ShortCollection c)
           
 boolean ShortBigLists.ListBigList.containsAll(ShortCollection c)
           
 boolean ShortCollections.EmptyCollection.containsAll(ShortCollection c)
           
 boolean ShortCollections.SynchronizedCollection.containsAll(ShortCollection c)
           
 boolean ShortCollections.UnmodifiableCollection.containsAll(ShortCollection c)
           
static int ShortIterators.pour(ShortIterator i, ShortCollection s)
          Pours an iterator into a type-specific collection.
static int ShortIterators.pour(ShortIterator i, ShortCollection s, int max)
          Pours an iterator into a type-specific collection, with a limit on the number of elements.
 boolean AbstractShortCollection.removeAll(ShortCollection c)
          Remove from this collection all elements in the given type-specific collection.
 boolean ShortCollection.removeAll(ShortCollection c)
           
 boolean ShortSets.Singleton.removeAll(ShortCollection c)
           
 boolean ShortBigLists.ListBigList.removeAll(ShortCollection c)
           
 boolean ShortCollections.EmptyCollection.removeAll(ShortCollection c)
           
 boolean ShortCollections.SynchronizedCollection.removeAll(ShortCollection c)
           
 boolean ShortCollections.UnmodifiableCollection.removeAll(ShortCollection c)
           
 boolean AbstractShortCollection.retainAll(ShortCollection c)
          Retains in this collection only elements from the given type-specific collection.
 boolean ShortCollection.retainAll(ShortCollection c)
           
 boolean ShortSets.Singleton.retainAll(ShortCollection c)
           
 boolean ShortBigLists.ListBigList.retainAll(ShortCollection c)
           
 boolean ShortCollections.EmptyCollection.retainAll(ShortCollection c)
           
 boolean ShortCollections.SynchronizedCollection.retainAll(ShortCollection c)
           
 boolean ShortCollections.UnmodifiableCollection.retainAll(ShortCollection c)
           
static ShortCollection ShortCollections.synchronize(ShortCollection c)
          Returns a synchronized collection backed by the specified collection.
static ShortCollection ShortCollections.synchronize(ShortCollection c, Object sync)
          Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
static ShortCollection ShortCollections.unmodifiable(ShortCollection c)
          Returns an unmodifiable collection backed by the specified collection.
static long ShortIterators.unwrap(ShortIterator i, ShortCollection c)
          Unwraps an iterator into a type-specific collection.
static int ShortIterators.unwrap(ShortIterator i, ShortCollection 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.shorts with parameters of type ShortCollection
ShortArrayList(ShortCollection c)
          Creates a new array list and fills it with a given type-specific collection.
ShortArraySet(ShortCollection c)
          Creates a new array set copying the contents of a given collection.
ShortAVLTreeSet(ShortCollection c)
          Creates a new tree set copying a given type-specific collection.
ShortBigArrayBigList(ShortCollection c)
          Creates a new big-array big list and fills it with a given type-specific collection.
ShortCollections.SynchronizedCollection(ShortCollection c)
           
ShortCollections.SynchronizedCollection(ShortCollection c, Object sync)
           
ShortCollections.UnmodifiableCollection(ShortCollection c)
           
ShortLinkedOpenCustomHashSet(ShortCollection c, float f, ShortHash.Strategy strategy)
          Creates a new hash set copying a given type-specific collection.
ShortLinkedOpenCustomHashSet(ShortCollection c, ShortHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
ShortLinkedOpenHashSet(ShortCollection c)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
ShortLinkedOpenHashSet(ShortCollection c, float f)
          Creates a new hash set copying a given type-specific collection.
ShortOpenCustomHashSet(ShortCollection c, float f, ShortHash.Strategy strategy)
          Creates a new hash set copying a given type-specific collection.
ShortOpenCustomHashSet(ShortCollection c, ShortHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
ShortOpenHashSet(ShortCollection c)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
ShortOpenHashSet(ShortCollection c, float f)
          Creates a new hash set copying a given type-specific collection.
ShortRBTreeSet(ShortCollection c)
          Creates a new tree set copying a given type-specific collection.
 



Copyright © 2011. All Rights Reserved.