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

Packages that use IntSet
it.unimi.dsi.fastutil.ints Provides type-specific classes for integer elements or keys. 
 

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

Subinterfaces of IntSet in it.unimi.dsi.fastutil.ints
 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 IntSet
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 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 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 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 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.
 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 IntSet
protected  IntSet Int2DoubleMaps.Singleton.keys
           
protected  IntSet Int2DoubleMaps.SynchronizedMap.keys
           
protected  IntSet Int2DoubleMaps.UnmodifiableMap.keys
           
protected  IntSet Int2ShortOpenHashMap.keys
          Cached set of keys.
protected  IntSet Int2LongOpenHashMap.keys
          Cached set of keys.
protected  IntSet Int2FloatMaps.Singleton.keys
           
protected  IntSet Int2FloatMaps.SynchronizedMap.keys
           
protected  IntSet Int2FloatMaps.UnmodifiableMap.keys
           
protected  IntSet Int2ShortMaps.Singleton.keys
           
protected  IntSet Int2ShortMaps.SynchronizedMap.keys
           
protected  IntSet Int2ShortMaps.UnmodifiableMap.keys
           
protected  IntSet Int2ByteMaps.Singleton.keys
           
protected  IntSet Int2ByteMaps.SynchronizedMap.keys
           
protected  IntSet Int2ByteMaps.UnmodifiableMap.keys
           
protected  IntSet Int2BooleanOpenHashMap.keys
          Cached set of keys.
protected  IntSet Int2BooleanMaps.Singleton.keys
           
protected  IntSet Int2BooleanMaps.SynchronizedMap.keys
           
protected  IntSet Int2BooleanMaps.UnmodifiableMap.keys
           
protected  IntSet Int2DoubleOpenHashMap.keys
          Cached set of keys.
protected  IntSet Int2CharOpenHashMap.keys
          Cached set of keys.
protected  IntSet Int2FloatOpenHashMap.keys
          Cached set of keys.
protected  IntSet Int2LongMaps.Singleton.keys
           
protected  IntSet Int2LongMaps.SynchronizedMap.keys
           
protected  IntSet Int2LongMaps.UnmodifiableMap.keys
           
protected  IntSet Int2ObjectOpenHashMap.keys
          Cached set of keys.
protected  IntSet Int2ObjectMaps.Singleton.keys
           
protected  IntSet Int2ObjectMaps.SynchronizedMap.keys
           
protected  IntSet Int2ObjectMaps.UnmodifiableMap.keys
           
protected  IntSet Int2CharMaps.Singleton.keys
           
protected  IntSet Int2CharMaps.SynchronizedMap.keys
           
protected  IntSet Int2CharMaps.UnmodifiableMap.keys
           
protected  IntSet Int2IntOpenHashMap.keys
          Cached set of keys.
protected  IntSet Int2ReferenceOpenHashMap.keys
          Cached set of keys.
protected  IntSet Int2ByteOpenHashMap.keys
          Cached set of keys.
protected  IntSet Int2IntMaps.Singleton.keys
           
protected  IntSet Int2IntMaps.SynchronizedMap.keys
           
protected  IntSet Int2IntMaps.UnmodifiableMap.keys
           
protected  IntSet Int2ReferenceMaps.Singleton.keys
           
protected  IntSet Int2ReferenceMaps.SynchronizedMap.keys
           
protected  IntSet Int2ReferenceMaps.UnmodifiableMap.keys
           
 

Methods in it.unimi.dsi.fastutil.ints that return IntSet
 IntSet AbstractInt2ObjectMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 IntSet Int2BooleanArrayMap.keySet()
           
 IntSet Int2DoubleMaps.EmptyMap.keySet()
           
 IntSet Int2DoubleMaps.Singleton.keySet()
           
 IntSet Int2DoubleMaps.SynchronizedMap.keySet()
           
 IntSet Int2DoubleMaps.UnmodifiableMap.keySet()
           
 IntSet AbstractInt2FloatMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 IntSet Int2FloatMap.keySet()
          Returns a set view of the keys contained in this map.
 IntSet Int2IntArrayMap.keySet()
           
 IntSet Int2ShortOpenHashMap.keySet()
           
 IntSet AbstractInt2IntMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 IntSet Int2ReferenceMap.keySet()
          Returns a set view of the keys contained in this map.
 IntSet Int2LongOpenHashMap.keySet()
           
 IntSet AbstractInt2DoubleMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 IntSet Int2FloatMaps.EmptyMap.keySet()
           
 IntSet Int2FloatMaps.Singleton.keySet()
           
 IntSet Int2FloatMaps.SynchronizedMap.keySet()
           
 IntSet Int2FloatMaps.UnmodifiableMap.keySet()
           
 IntSet Int2ObjectArrayMap.keySet()
           
 IntSet Int2ShortMaps.EmptyMap.keySet()
           
 IntSet Int2ShortMaps.Singleton.keySet()
           
 IntSet Int2ShortMaps.SynchronizedMap.keySet()
           
 IntSet Int2ShortMaps.UnmodifiableMap.keySet()
           
 IntSet Int2ByteMaps.EmptyMap.keySet()
           
 IntSet Int2ByteMaps.Singleton.keySet()
           
 IntSet Int2ByteMaps.SynchronizedMap.keySet()
           
 IntSet Int2ByteMaps.UnmodifiableMap.keySet()
           
 IntSet Int2BooleanOpenHashMap.keySet()
           
 IntSet Int2ByteArrayMap.keySet()
           
 IntSet AbstractInt2BooleanMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 IntSet Int2LongArrayMap.keySet()
           
 IntSet Int2BooleanMaps.EmptyMap.keySet()
           
 IntSet Int2BooleanMaps.Singleton.keySet()
           
 IntSet Int2BooleanMaps.SynchronizedMap.keySet()
           
 IntSet Int2BooleanMaps.UnmodifiableMap.keySet()
           
 IntSet AbstractInt2CharMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 IntSet Int2DoubleOpenHashMap.keySet()
           
 IntSet Int2ShortArrayMap.keySet()
           
 IntSet Int2ByteMap.keySet()
          Returns a set view of the keys contained in this map.
 IntSet Int2CharOpenHashMap.keySet()
           
 IntSet Int2FloatOpenHashMap.keySet()
           
 IntSet Int2LongMaps.EmptyMap.keySet()
           
 IntSet Int2LongMaps.Singleton.keySet()
           
 IntSet Int2LongMaps.SynchronizedMap.keySet()
           
 IntSet Int2LongMaps.UnmodifiableMap.keySet()
           
 IntSet Int2ObjectMap.keySet()
          Returns a set view of the keys contained in this map.
 IntSet Int2ObjectOpenHashMap.keySet()
           
 IntSet Int2ObjectMaps.EmptyMap.keySet()
           
 IntSet Int2ObjectMaps.Singleton.keySet()
           
 IntSet Int2ObjectMaps.SynchronizedMap.keySet()
           
 IntSet Int2ObjectMaps.UnmodifiableMap.keySet()
           
 IntSet Int2CharMaps.EmptyMap.keySet()
           
 IntSet Int2CharMaps.Singleton.keySet()
           
 IntSet Int2CharMaps.SynchronizedMap.keySet()
           
 IntSet Int2CharMaps.UnmodifiableMap.keySet()
           
 IntSet Int2LongMap.keySet()
          Returns a set view of the keys contained in this map.
 IntSet Int2BooleanMap.keySet()
          Returns a set view of the keys contained in this map.
 IntSet Int2CharMap.keySet()
          Returns a set view of the keys contained in this map.
 IntSet Int2IntMap.keySet()
          Returns a set view of the keys contained in this map.
 IntSet Int2DoubleArrayMap.keySet()
           
 IntSet Int2FloatArrayMap.keySet()
           
 IntSet Int2IntOpenHashMap.keySet()
           
 IntSet Int2CharArrayMap.keySet()
           
 IntSet AbstractInt2ReferenceMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 IntSet Int2ShortMap.keySet()
          Returns a set view of the keys contained in this map.
 IntSet Int2ReferenceOpenHashMap.keySet()
           
 IntSet Int2ByteOpenHashMap.keySet()
           
 IntSet Int2DoubleMap.keySet()
          Returns a set view of the keys contained in this map.
 IntSet AbstractInt2ShortMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 IntSet AbstractInt2ByteMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 IntSet AbstractInt2LongMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 IntSet Int2ReferenceArrayMap.keySet()
           
 IntSet Int2IntMaps.EmptyMap.keySet()
           
 IntSet Int2IntMaps.Singleton.keySet()
           
 IntSet Int2IntMaps.SynchronizedMap.keySet()
           
 IntSet Int2IntMaps.UnmodifiableMap.keySet()
           
 IntSet Int2ReferenceMaps.EmptyMap.keySet()
           
 IntSet Int2ReferenceMaps.Singleton.keySet()
           
 IntSet Int2ReferenceMaps.SynchronizedMap.keySet()
           
 IntSet Int2ReferenceMaps.UnmodifiableMap.keySet()
           
static IntSet IntSets.singleton(int element)
          Returns a type-specific immutable set containing only the specified element.
static IntSet IntSets.singleton(Integer element)
          Returns a type-specific immutable set containing only the specified element.
static IntSet IntSets.synchronize(IntSet s)
          Returns a synchronized type-specific set backed by the given type-specific set.
static IntSet IntSets.synchronize(IntSet s, Object sync)
          Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
static IntSet IntSets.unmodifiable(IntSet s)
          Returns an unmodifiable type-specific set backed by the given type-specific set.
 

Methods in it.unimi.dsi.fastutil.ints with parameters of type IntSet
static IntSet IntSets.synchronize(IntSet s)
          Returns a synchronized type-specific set backed by the given type-specific set.
static IntSet IntSets.synchronize(IntSet s, Object sync)
          Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
static IntSet IntSets.unmodifiable(IntSet s)
          Returns an unmodifiable type-specific set backed by the given type-specific set.
 

Constructors in it.unimi.dsi.fastutil.ints with parameters of type IntSet
IntSets.SynchronizedSet(IntSet s)
           
IntSets.SynchronizedSet(IntSet s, Object sync)
           
IntSets.UnmodifiableSet(IntSet s)
           
 



Copyright © 2011. All Rights Reserved.