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

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

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

Subclasses of AbstractLongCollection in org.apache.commons.collections.primitives
 class ArrayLongList
          An LongList backed by an array of longs.
 class ArrayUnsignedIntList
          An IntList backed by an array of unsigned int values.
 class RandomAccessLongList
          Abstract base class for LongLists backed by random access structures like arrays.
protected static class RandomAccessLongList.RandomAccessLongSubList
           
 



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