| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
LogEntryVector() |
|
LogEntryVector(int count,
LogEntry value) |
|
LogEntryVector(java.lang.Iterable<LogEntry> initialElements) |
|
LogEntryVector(LogEntry[] initialElements) |
|
LogEntryVector(LogEntryVector other) |
protected |
LogEntryVector(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
LogEntry e) |
boolean |
add(LogEntry e) |
long |
capacity() |
void |
clear() |
void |
delete() |
protected void |
finalize() |
LogEntry |
get(int index) |
protected static long |
getCPtr(LogEntryVector obj) |
boolean |
isEmpty() |
LogEntry |
remove(int index) |
protected void |
removeRange(int fromIndex,
int toIndex) |
void |
reserve(long n) |
LogEntry |
set(int index,
LogEntry e) |
int |
size() |
protected static long |
swigRelease(LogEntryVector obj) |
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subListaddAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringprotected LogEntryVector(long cPtr,
boolean cMemoryOwn)
public LogEntryVector(LogEntry[] initialElements)
public LogEntryVector(java.lang.Iterable<LogEntry> initialElements)
public LogEntryVector()
public LogEntryVector(LogEntryVector other)
public LogEntryVector(int count,
LogEntry value)
protected static long getCPtr(LogEntryVector obj)
protected static long swigRelease(LogEntryVector obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public LogEntry get(int index)
public boolean add(LogEntry e)
public void add(int index,
LogEntry e)
public LogEntry remove(int index)
protected void removeRange(int fromIndex,
int toIndex)
removeRange in class java.util.AbstractList<LogEntry>public int size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()