Adapts a
Number -valued
List List
to the
IntList IntList interface.
This implementation delegates most methods
to the provided
List List
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
IntList IntList wrapping
the specified
List List . When
the given list is null,
returns null.
Parameters: list - the (possibly null) List List to wrap a IntList IntList wrapping the given list, or null when list isnull.
Methods inherited from org.apache.commons.collections.primitives.adapters.AbstractListIntList