Uses of Interface
it.unimi.dsi.fastutil.booleans.BooleanIterable

Packages that use BooleanIterable
it.unimi.dsi.fastutil.booleans Provides type-specific classes for boolean elements or keys. 
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 BooleanIterable in it.unimi.dsi.fastutil.booleans
 

Subinterfaces of BooleanIterable in it.unimi.dsi.fastutil.booleans
 interface BooleanBigList
          A type-specific BigList; provides some additional methods that use polymorphism to avoid (un)boxing.
 interface BooleanCollection
          A type-specific Collection; provides some additional methods that use polymorphism to avoid (un)boxing.
 interface BooleanList
          A type-specific List; provides some additional methods that use polymorphism to avoid (un)boxing.
 interface BooleanSet
          A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.
 

Classes in it.unimi.dsi.fastutil.booleans that implement BooleanIterable
 class AbstractBooleanBigList
          An abstract class providing basic methods for big lists implementing a type-specific big list interface.
static class AbstractBooleanBigList.BooleanSubList
           
 class AbstractBooleanCollection
          An abstract class providing basic methods for collections implementing a type-specific interface.
 class AbstractBooleanList
          An abstract class providing basic methods for lists implementing a type-specific list interface.
static class AbstractBooleanList.BooleanSubList
           
 class AbstractBooleanSet
          An abstract class providing basic methods for sets implementing a type-specific interface.
 class BooleanArrayList
          A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
 class BooleanArraySet
          A simple, brute-force implementation of a set based on a backing array.
 class BooleanBigArrayBigList
          A type-specific big list based on a big array; provides some additional methods that use polymorphism to avoid (un)boxing.
static class BooleanBigLists.EmptyBigList
          An immutable class representing an empty type-specific big list.
static class BooleanBigLists.ListBigList
          A class exposing a list as a big list.
static class BooleanBigLists.Singleton
          An immutable class representing a type-specific singleton big list.
static class BooleanBigLists.SynchronizedBigList
          A synchronized wrapper class for big lists.
static class BooleanBigLists.UnmodifiableBigList
          An unmodifiable wrapper class for big lists.
static class BooleanCollections.EmptyCollection
          An immutable class representing an empty type-specific collection.
static class BooleanCollections.IterableCollection
          A collection wrapper class for iterables.
static class BooleanCollections.SynchronizedCollection
          A synchronized wrapper class for collections.
static class BooleanCollections.UnmodifiableCollection
          An unmodifiable wrapper class for collections.
static class BooleanLists.EmptyList
          An immutable class representing an empty type-specific list.
static class BooleanLists.Singleton
          An immutable class representing a type-specific singleton list.
static class BooleanLists.SynchronizedList
          A synchronized wrapper class for lists.
static class BooleanLists.UnmodifiableList
          An unmodifiable wrapper class for lists.
 class BooleanOpenHashSet
          A type-specific hash set with with a fast, small-footprint implementation.
static class BooleanSets.EmptySet
          An immutable class representing the empty set and implementing a type-specific set interface.
static class BooleanSets.Singleton
          An immutable class representing a type-specific singleton set.
static class BooleanSets.SynchronizedSet
          A synchronized wrapper class for sets.
static class BooleanSets.UnmodifiableSet
          An unmodifiable wrapper class for sets.
 

Fields in it.unimi.dsi.fastutil.booleans declared as BooleanIterable
protected  BooleanIterable BooleanCollections.IterableCollection.iterable
           
 

Methods in it.unimi.dsi.fastutil.booleans with parameters of type BooleanIterable
static BooleanCollection BooleanCollections.asCollection(BooleanIterable iterable)
          Returns an unmodifiable collection backed by the specified iterable.
 

Constructors in it.unimi.dsi.fastutil.booleans with parameters of type BooleanIterable
BooleanCollections.IterableCollection(BooleanIterable iterable)
           
 

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

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

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

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

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

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

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

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

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

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

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

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

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

Classes in it.unimi.dsi.fastutil.objects that implement BooleanIterable
protected  class AbstractObject2BooleanSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
protected  class AbstractReference2BooleanSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

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

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



Copyright © 2011. All Rights Reserved.