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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Subinterfaces of ShortIterable in it.unimi.dsi.fastutil.shorts
 interface ShortBigList
          A type-specific BigList; provides some additional methods that use polymorphism to avoid (un)boxing.
 interface ShortCollection
          A type-specific Collection; 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 ShortIterable
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 ShortIterable
protected  ShortIterable ShortCollections.IterableCollection.iterable
           
 

Methods in it.unimi.dsi.fastutil.shorts with parameters of type ShortIterable
static ShortCollection ShortCollections.asCollection(ShortIterable iterable)
          Returns an unmodifiable collection backed by the specified iterable.
 

Constructors in it.unimi.dsi.fastutil.shorts with parameters of type ShortIterable
ShortCollections.IterableCollection(ShortIterable iterable)
           
 



Copyright © 2011. All Rights Reserved.