Uses of Class
net.sf.sido.array.ArrayEvent

Uses of ArrayEvent in net.sf.sido.array
 

Methods in net.sf.sido.array that return ArrayEvent
 ArrayEvent<T> ArrayEvent.add(int index, ArrayEventType type, T value)
           
static
<E> ArrayEvent<E>
ArrayEvent.from(List<E> list, ArrayEventType type, int... indexes)
           
 ArrayEvent<T> Array.getArrayEvent()
          Gets the ArrayEvent associated with this Array.
 

Methods in net.sf.sido.array with parameters of type ArrayEvent
protected  Array<T> IndexedArray.createNewArray(List<T> newList, ArrayEvent<T> tArrayEvent)
          Creation of an IndexedArray by update/add/delete operations.
protected  Array<T> Array.createNewArray(List<T> newList, ArrayEvent<T> event)
          Creates a new instance of an array
 

Constructors in net.sf.sido.array with parameters of type ArrayEvent
Array(Collection<T> elements, ArrayEvent<T> event)
          Protected constructor for event
IndexedArray(Collection<T> elements, ArrayEvent<T> event, com.google.common.base.Function<? super T,K> indexer)
          Internal constructor used to create indexed arrays with their array events.
 



Copyright © 2011. All Rights Reserved.