public class MutableIntsWrapper extends Object implements MutableInts
| Constructor and Description |
|---|
MutableIntsWrapper() |
MutableIntsWrapper(org.eclipse.collections.api.list.primitive.MutableIntList actual) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int i) |
void |
forEach(IntConsumer intConsumer) |
int |
get(int index) |
int |
size() |
String |
toString() |
public MutableIntsWrapper()
public MutableIntsWrapper(org.eclipse.collections.api.list.primitive.MutableIntList actual)
public void add(int i)
add in interface MutableIntspublic void forEach(IntConsumer intConsumer)
Copyright © 2018. All rights reserved.