Uses of Interface
it.unimi.dsi.fastutil.bytes.ByteSet

Packages that use ByteSet
it.unimi.dsi.fastutil.bytes Provides type-specific classes for byte elements or keys. 
 

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

Subinterfaces of ByteSet in it.unimi.dsi.fastutil.bytes
 interface ByteSortedSet
          A type-specific SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing.
 

Classes in it.unimi.dsi.fastutil.bytes that implement ByteSet
protected  class AbstractByte2BooleanSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractByte2ByteSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractByte2CharSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractByte2DoubleSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractByte2FloatSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractByte2IntSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractByte2LongSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractByte2ObjectSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractByte2ReferenceSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractByte2ShortSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
 class AbstractByteSet
          An abstract class providing basic methods for sets implementing a type-specific interface.
 class AbstractByteSortedSet
          An abstract class providing basic methods for sorted sets implementing a type-specific interface.
 class ByteArraySet
          A simple, brute-force implementation of a set based on a backing array.
 class ByteAVLTreeSet
          A type-specific AVL tree set with a fast, small-footprint implementation.
 class ByteLinkedOpenCustomHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
 class ByteLinkedOpenHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
 class ByteOpenCustomHashSet
          A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
 class ByteOpenHashSet
          A type-specific hash set with with a fast, small-footprint implementation.
 class ByteRBTreeSet
          A type-specific red-black tree set with a fast, small-footprint implementation.
static class ByteSets.EmptySet
          An immutable class representing the empty set and implementing a type-specific set interface.
static class ByteSets.Singleton
          An immutable class representing a type-specific singleton set.
static class ByteSets.SynchronizedSet
          A synchronized wrapper class for sets.
static class ByteSets.UnmodifiableSet
          An unmodifiable wrapper class for sets.
static class ByteSortedSets.EmptySet
          An immutable class representing the empty sorted set and implementing a type-specific set interface.
static class ByteSortedSets.Singleton
          A class representing a singleton sorted set.
static class ByteSortedSets.SynchronizedSortedSet
          A synchronized wrapper class for sorted sets.
static class ByteSortedSets.UnmodifiableSortedSet
          An unmodifiable wrapper class for sorted sets.
 

Fields in it.unimi.dsi.fastutil.bytes declared as ByteSet
protected  ByteSet Byte2ReferenceOpenHashMap.keys
          Cached set of keys.
protected  ByteSet Byte2ByteMaps.Singleton.keys
           
protected  ByteSet Byte2ByteMaps.SynchronizedMap.keys
           
protected  ByteSet Byte2ByteMaps.UnmodifiableMap.keys
           
protected  ByteSet Byte2LongMaps.Singleton.keys
           
protected  ByteSet Byte2LongMaps.SynchronizedMap.keys
           
protected  ByteSet Byte2LongMaps.UnmodifiableMap.keys
           
protected  ByteSet Byte2ObjectMaps.Singleton.keys
           
protected  ByteSet Byte2ObjectMaps.SynchronizedMap.keys
           
protected  ByteSet Byte2ObjectMaps.UnmodifiableMap.keys
           
protected  ByteSet Byte2IntOpenHashMap.keys
          Cached set of keys.
protected  ByteSet Byte2ByteOpenHashMap.keys
          Cached set of keys.
protected  ByteSet Byte2FloatMaps.Singleton.keys
           
protected  ByteSet Byte2FloatMaps.SynchronizedMap.keys
           
protected  ByteSet Byte2FloatMaps.UnmodifiableMap.keys
           
protected  ByteSet Byte2ShortOpenHashMap.keys
          Cached set of keys.
protected  ByteSet Byte2BooleanOpenHashMap.keys
          Cached set of keys.
protected  ByteSet Byte2BooleanMaps.Singleton.keys
           
protected  ByteSet Byte2BooleanMaps.SynchronizedMap.keys
           
protected  ByteSet Byte2BooleanMaps.UnmodifiableMap.keys
           
protected  ByteSet Byte2DoubleOpenHashMap.keys
          Cached set of keys.
protected  ByteSet Byte2CharOpenHashMap.keys
          Cached set of keys.
protected  ByteSet Byte2CharMaps.Singleton.keys
           
protected  ByteSet Byte2CharMaps.SynchronizedMap.keys
           
protected  ByteSet Byte2CharMaps.UnmodifiableMap.keys
           
protected  ByteSet Byte2ShortMaps.Singleton.keys
           
protected  ByteSet Byte2ShortMaps.SynchronizedMap.keys
           
protected  ByteSet Byte2ShortMaps.UnmodifiableMap.keys
           
protected  ByteSet Byte2ReferenceMaps.Singleton.keys
           
protected  ByteSet Byte2ReferenceMaps.SynchronizedMap.keys
           
protected  ByteSet Byte2ReferenceMaps.UnmodifiableMap.keys
           
protected  ByteSet Byte2ObjectOpenHashMap.keys
          Cached set of keys.
protected  ByteSet Byte2DoubleMaps.Singleton.keys
           
protected  ByteSet Byte2DoubleMaps.SynchronizedMap.keys
           
protected  ByteSet Byte2DoubleMaps.UnmodifiableMap.keys
           
protected  ByteSet Byte2LongOpenHashMap.keys
          Cached set of keys.
protected  ByteSet Byte2IntMaps.Singleton.keys
           
protected  ByteSet Byte2IntMaps.SynchronizedMap.keys
           
protected  ByteSet Byte2IntMaps.UnmodifiableMap.keys
           
protected  ByteSet Byte2FloatOpenHashMap.keys
          Cached set of keys.
 

Methods in it.unimi.dsi.fastutil.bytes that return ByteSet
 ByteSet Byte2BooleanArrayMap.keySet()
           
 ByteSet Byte2ReferenceOpenHashMap.keySet()
           
 ByteSet Byte2ByteArrayMap.keySet()
           
 ByteSet Byte2ReferenceArrayMap.keySet()
           
 ByteSet Byte2ByteMaps.EmptyMap.keySet()
           
 ByteSet Byte2ByteMaps.Singleton.keySet()
           
 ByteSet Byte2ByteMaps.SynchronizedMap.keySet()
           
 ByteSet Byte2ByteMaps.UnmodifiableMap.keySet()
           
 ByteSet Byte2LongMaps.EmptyMap.keySet()
           
 ByteSet Byte2LongMaps.Singleton.keySet()
           
 ByteSet Byte2LongMaps.SynchronizedMap.keySet()
           
 ByteSet Byte2LongMaps.UnmodifiableMap.keySet()
           
 ByteSet Byte2CharMap.keySet()
          Returns a set view of the keys contained in this map.
 ByteSet Byte2ByteMap.keySet()
          Returns a set view of the keys contained in this map.
 ByteSet AbstractByte2ShortMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 ByteSet Byte2ObjectMaps.EmptyMap.keySet()
           
 ByteSet Byte2ObjectMaps.Singleton.keySet()
           
 ByteSet Byte2ObjectMaps.SynchronizedMap.keySet()
           
 ByteSet Byte2ObjectMaps.UnmodifiableMap.keySet()
           
 ByteSet Byte2LongMap.keySet()
          Returns a set view of the keys contained in this map.
 ByteSet Byte2IntOpenHashMap.keySet()
           
 ByteSet AbstractByte2CharMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 ByteSet Byte2ShortArrayMap.keySet()
           
 ByteSet Byte2ShortMap.keySet()
          Returns a set view of the keys contained in this map.
 ByteSet Byte2LongArrayMap.keySet()
           
 ByteSet AbstractByte2DoubleMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 ByteSet Byte2ByteOpenHashMap.keySet()
           
 ByteSet Byte2IntArrayMap.keySet()
           
 ByteSet AbstractByte2FloatMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 ByteSet Byte2DoubleMap.keySet()
          Returns a set view of the keys contained in this map.
 ByteSet Byte2FloatArrayMap.keySet()
           
 ByteSet Byte2FloatMaps.EmptyMap.keySet()
           
 ByteSet Byte2FloatMaps.Singleton.keySet()
           
 ByteSet Byte2FloatMaps.SynchronizedMap.keySet()
           
 ByteSet Byte2FloatMaps.UnmodifiableMap.keySet()
           
 ByteSet Byte2ShortOpenHashMap.keySet()
           
 ByteSet Byte2BooleanOpenHashMap.keySet()
           
 ByteSet Byte2BooleanMaps.EmptyMap.keySet()
           
 ByteSet Byte2BooleanMaps.Singleton.keySet()
           
 ByteSet Byte2BooleanMaps.SynchronizedMap.keySet()
           
 ByteSet Byte2BooleanMaps.UnmodifiableMap.keySet()
           
 ByteSet Byte2DoubleArrayMap.keySet()
           
 ByteSet AbstractByte2ObjectMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 ByteSet Byte2DoubleOpenHashMap.keySet()
           
 ByteSet Byte2ReferenceMap.keySet()
          Returns a set view of the keys contained in this map.
 ByteSet Byte2ObjectMap.keySet()
          Returns a set view of the keys contained in this map.
 ByteSet Byte2CharArrayMap.keySet()
           
 ByteSet AbstractByte2IntMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 ByteSet Byte2CharOpenHashMap.keySet()
           
 ByteSet Byte2CharMaps.EmptyMap.keySet()
           
 ByteSet Byte2CharMaps.Singleton.keySet()
           
 ByteSet Byte2CharMaps.SynchronizedMap.keySet()
           
 ByteSet Byte2CharMaps.UnmodifiableMap.keySet()
           
 ByteSet AbstractByte2ReferenceMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 ByteSet Byte2BooleanMap.keySet()
          Returns a set view of the keys contained in this map.
 ByteSet Byte2ShortMaps.EmptyMap.keySet()
           
 ByteSet Byte2ShortMaps.Singleton.keySet()
           
 ByteSet Byte2ShortMaps.SynchronizedMap.keySet()
           
 ByteSet Byte2ShortMaps.UnmodifiableMap.keySet()
           
 ByteSet Byte2ReferenceMaps.EmptyMap.keySet()
           
 ByteSet Byte2ReferenceMaps.Singleton.keySet()
           
 ByteSet Byte2ReferenceMaps.SynchronizedMap.keySet()
           
 ByteSet Byte2ReferenceMaps.UnmodifiableMap.keySet()
           
 ByteSet AbstractByte2ByteMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 ByteSet Byte2ObjectOpenHashMap.keySet()
           
 ByteSet Byte2DoubleMaps.EmptyMap.keySet()
           
 ByteSet Byte2DoubleMaps.Singleton.keySet()
           
 ByteSet Byte2DoubleMaps.SynchronizedMap.keySet()
           
 ByteSet Byte2DoubleMaps.UnmodifiableMap.keySet()
           
 ByteSet Byte2LongOpenHashMap.keySet()
           
 ByteSet AbstractByte2LongMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 ByteSet Byte2IntMaps.EmptyMap.keySet()
           
 ByteSet Byte2IntMaps.Singleton.keySet()
           
 ByteSet Byte2IntMaps.SynchronizedMap.keySet()
           
 ByteSet Byte2IntMaps.UnmodifiableMap.keySet()
           
 ByteSet Byte2FloatMap.keySet()
          Returns a set view of the keys contained in this map.
 ByteSet AbstractByte2BooleanMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 ByteSet Byte2ObjectArrayMap.keySet()
           
 ByteSet Byte2FloatOpenHashMap.keySet()
           
 ByteSet Byte2IntMap.keySet()
          Returns a set view of the keys contained in this map.
static ByteSet ByteSets.singleton(byte element)
          Returns a type-specific immutable set containing only the specified element.
static ByteSet ByteSets.singleton(Byte element)
          Returns a type-specific immutable set containing only the specified element.
static ByteSet ByteSets.synchronize(ByteSet s)
          Returns a synchronized type-specific set backed by the given type-specific set.
static ByteSet ByteSets.synchronize(ByteSet s, Object sync)
          Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
static ByteSet ByteSets.unmodifiable(ByteSet s)
          Returns an unmodifiable type-specific set backed by the given type-specific set.
 

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

Constructors in it.unimi.dsi.fastutil.bytes with parameters of type ByteSet
ByteSets.SynchronizedSet(ByteSet s)
           
ByteSets.SynchronizedSet(ByteSet s, Object sync)
           
ByteSets.UnmodifiableSet(ByteSet s)
           
 



Copyright © 2011. All Rights Reserved.