net.sf.sido.array
Class ArrayEventElement<T>
java.lang.Object
net.sf.sido.array.ArrayEventElement<T>
- All Implemented Interfaces:
- Serializable
public class ArrayEventElement<T>
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayEventElement
public ArrayEventElement(int index,
ArrayEventType type,
T value)
getIndex
public int getIndex()
getType
public ArrayEventType getType()
getValue
public T getValue()
Copyright © 2011. All Rights Reserved.