uk.ac.ox.cs.fdr
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
NodePath() |
|
NodePath(long n) |
protected |
NodePath(long cPtr,
boolean cMemoryOwn) |
|
NodePath(NodePath o) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Node value) |
void |
clear() |
void |
delete() |
boolean |
empty() |
protected void |
finalize() |
Node |
get(int index) |
protected static long |
getCPtr(NodePath obj) |
void |
removeRange(int from,
int to) |
Node |
set(int index,
Node value) |
int |
size() |
add, addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, subList
protected NodePath(long cPtr, boolean cMemoryOwn)
public NodePath()
public NodePath(long n)
public NodePath(NodePath o)
protected static long getCPtr(NodePath obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public Node get(int index)
public boolean add(Node value)
public boolean empty()
public void clear()
public int size()
public void removeRange(int from, int to)
removeRange
in class java.util.AbstractList<Node>