Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
EventList() |
|
EventList(EventList o) |
|
EventList(long n) |
protected |
EventList(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Event value) |
void |
clear() |
void |
delete() |
boolean |
empty() |
protected void |
finalize() |
Event |
get(int index) |
protected static long |
getCPtr(EventList obj) |
void |
removeRange(int from,
int to) |
Event |
set(int index,
Event value) |
int |
size() |
add, addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
protected EventList(long cPtr, boolean cMemoryOwn)
public EventList()
public EventList(long n)
public EventList(EventList o)
protected static long getCPtr(EventList obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public Event get(int index)
public boolean add(Event value)
public boolean empty()
public void clear()
public int size()
public void removeRange(int from, int to)
removeRange
in class java.util.AbstractList<Event>