Adapts an
IntCollection IntCollection to the
java.util.Collection Collection interface.
This implementation delegates most methods
to the provided
IntCollection IntCollection
implementation in the "obvious" way.
since: Commons Primitives 1.0 version: $Revision: 1.3 $ $Date: 2003/10/16 20:49:39 $ author: Rodney Waldhoff
Create a
Collection Collection wrapping
the specified
IntCollection IntCollection . When
the given collection is null,
returns null.
Parameters: collection - the (possibly null) IntCollection IntCollection to wrap a Collection Collection wrapping the given collection, or null when collection isnull.
Methods inherited from org.apache.commons.collections.primitives.adapters.AbstractIntCollectionCollection