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