T - The type of the object which is the source of this sequence.public class Sequence<T> extends Object
| Constructor and Description | 
|---|
Sequence(Event[] events,
        T source)
Creates a new sequence made up of the specified events and derived from the
 specified source. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Event[] | 
getEvents()
Returns the events which make up this sequence. 
 | 
T | 
getSource()
Returns an object from which this sequence can be derived. 
 | 
public Event[] getEvents()
public T getSource()
Copyright © 2017 The Apache Software Foundation. All rights reserved.