public class AcceptanceList extends java.util.AbstractList<CompiledEventList>
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
AcceptanceList() |
|
AcceptanceList(AcceptanceList o) |
|
AcceptanceList(long n) |
protected |
AcceptanceList(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(CompiledEventList value) |
void |
clear() |
void |
delete() |
boolean |
empty() |
protected void |
finalize() |
CompiledEventList |
get(int index) |
protected static long |
getCPtr(AcceptanceList obj) |
void |
removeRange(int from,
int to) |
CompiledEventList |
set(int index,
CompiledEventList 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 AcceptanceList(long cPtr, boolean cMemoryOwn)
public AcceptanceList()
public AcceptanceList(long n)
public AcceptanceList(AcceptanceList o)
protected static long getCPtr(AcceptanceList obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public CompiledEventList get(int index)
get
in interface java.util.List<CompiledEventList>
get
in class java.util.AbstractList<CompiledEventList>
public CompiledEventList set(int index, CompiledEventList value)
set
in interface java.util.List<CompiledEventList>
set
in class java.util.AbstractList<CompiledEventList>
public boolean add(CompiledEventList value)
add
in interface java.util.Collection<CompiledEventList>
add
in interface java.util.List<CompiledEventList>
add
in class java.util.AbstractList<CompiledEventList>
public boolean empty()
public void clear()
clear
in interface java.util.Collection<CompiledEventList>
clear
in interface java.util.List<CompiledEventList>
clear
in class java.util.AbstractList<CompiledEventList>
public int size()
size
in interface java.util.Collection<CompiledEventList>
size
in interface java.util.List<CompiledEventList>
size
in class java.util.AbstractCollection<CompiledEventList>
public void removeRange(int from, int to)
removeRange
in class java.util.AbstractList<CompiledEventList>