Uses of Class
org.apache.commons.collections.primitives.AbstractBooleanCollection

Packages that use AbstractBooleanCollection
org.apache.commons.collections.primitives Collections of primitive values. 
 

Uses of AbstractBooleanCollection in org.apache.commons.collections.primitives
 

Subclasses of AbstractBooleanCollection in org.apache.commons.collections.primitives
 class ArrayBooleanList
          An BooleanList backed by an array of booleans.
 class RandomAccessBooleanList
          Abstract base class for BooleanLists backed by random access structures like arrays.
protected static class RandomAccessBooleanList.RandomAccessBooleanSubList
           
 



Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.