|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.collections.primitives.adapters.AbstractIntCollectionCollection
org.apache.commons.collections.primitives.adapters.IntCollectionCollection
public final class IntCollectionCollection
Adapts an IntCollection
to the Collection
interface.
IntCollection
implementation in the "obvious" way.
Field Summary | |
---|---|
private IntCollection |
_collection
|
Constructor Summary | |
---|---|
IntCollectionCollection(IntCollection collection)
Creates a Collection wrapping
the specified IntCollection . |
Method Summary | |
---|---|
protected IntCollection |
getIntCollection()
|
static java.util.Collection |
wrap(IntCollection collection)
Create a Collection wrapping
the specified IntCollection . |
Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractIntCollectionCollection |
---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Collection |
---|
equals, hashCode |
Field Detail |
---|
private IntCollection _collection
Constructor Detail |
---|
public IntCollectionCollection(IntCollection collection)
Collection
wrapping
the specified IntCollection
.
wrap(org.apache.commons.collections.primitives.IntCollection)
Method Detail |
---|
public static java.util.Collection wrap(IntCollection collection)
Collection
wrapping
the specified IntCollection
. When
the given collection is null
,
returns null
.
collection
- the (possibly null
)
IntCollection
to wrap
Collection
wrapping the given
collection, or null
when collection is
null
.protected IntCollection getIntCollection()
getIntCollection
in class AbstractIntCollectionCollection
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |