Uses of Class
it.unimi.dsi.fastutil.booleans.AbstractBooleanSet

Packages that use AbstractBooleanSet
it.unimi.dsi.fastutil.booleans Provides type-specific classes for boolean elements or keys. 
 

Uses of AbstractBooleanSet in it.unimi.dsi.fastutil.booleans
 

Subclasses of AbstractBooleanSet in it.unimi.dsi.fastutil.booleans
 class BooleanArraySet
          A simple, brute-force implementation of a set based on a backing array.
 class BooleanOpenHashSet
          A type-specific hash set with with a fast, small-footprint implementation.
static class BooleanSets.Singleton
          An immutable class representing a type-specific singleton set.
 



Copyright © 2011. All Rights Reserved.