|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.collections.primitives.decorators.BaseProxyIntCollection
org.apache.commons.collections.primitives.decorators.BaseProxyIntList
org.apache.commons.collections.primitives.decorators.BaseUnmodifiableIntList
org.apache.commons.collections.primitives.decorators.UnmodifiableIntList
public final class UnmodifiableIntList
| Field Summary | |
|---|---|
private IntList |
proxied
|
| Constructor Summary | |
|---|---|
UnmodifiableIntList(IntList list)
|
|
| Method Summary | |
|---|---|
protected IntList |
getProxiedList()
|
static IntList |
wrap(IntList list)
|
| Methods inherited from class org.apache.commons.collections.primitives.decorators.BaseUnmodifiableIntList |
|---|
add, add, addAll, addAll, clear, iterator, listIterator, listIterator, removeAll, removeElement, removeElementAt, retainAll, set, subList |
| Methods inherited from class org.apache.commons.collections.primitives.decorators.BaseProxyIntList |
|---|
get, getProxiedCollection, indexOf, lastIndexOf |
| Methods inherited from class org.apache.commons.collections.primitives.decorators.BaseProxyIntCollection |
|---|
contains, containsAll, equals, hashCode, isEmpty, size, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.commons.collections.primitives.IntList |
|---|
equals, hashCode |
| Methods inherited from interface org.apache.commons.collections.primitives.IntCollection |
|---|
contains, containsAll, isEmpty, size, toArray, toArray |
| Field Detail |
|---|
private IntList proxied
| Constructor Detail |
|---|
UnmodifiableIntList(IntList list)
| Method Detail |
|---|
public static final IntList wrap(IntList list)
protected IntList getProxiedList()
getProxiedList in class BaseProxyIntList
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||