public class Timeline extends Object implements Iterable<TimelineInfo>
Modifier and Type | Method and Description |
---|---|
void |
add(TimelineInfo info) |
long |
getId() |
String |
getName() |
Iterator<TimelineInfo> |
iterator() |
int |
size() |
TimelineInfo[] |
toArray() |
public Timeline(String name, long id)
public String getName()
public long getId()
public Iterator<TimelineInfo> iterator()
iterator
in interface Iterable<TimelineInfo>
public TimelineInfo[] toArray()
public void add(TimelineInfo info)
public int size()
Copyright © 2014. All rights reserved.