|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.sido.array.ArrayEvent<T>
public class ArrayEvent<T>
| Constructor Summary | |
|---|---|
ArrayEvent()
|
|
| Method Summary | ||
|---|---|---|
ArrayEvent<T> |
add(int index,
ArrayEventType type,
T value)
|
|
static
|
from(java.util.List<E> list,
ArrayEventType type,
int... indexes)
|
|
java.util.List<ArrayEventElement<T>> |
getEventElements()
|
|
java.util.Iterator<ArrayEventElement<T>> |
iterator()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayEvent()
| Method Detail |
|---|
public static <E> ArrayEvent<E> from(java.util.List<E> list,
ArrayEventType type,
int... indexes)
public ArrayEvent<T> add(int index,
ArrayEventType type,
T value)
public java.util.List<ArrayEventElement<T>> getEventElements()
public java.util.Iterator<ArrayEventElement<T>> iterator()
iterator in interface java.lang.Iterable<ArrayEventElement<T>>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||