public class UnsignedIntVector extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
UnsignedIntVector() |
|
UnsignedIntVector(long n) |
protected |
UnsignedIntVector(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(long x) |
long |
capacity() |
void |
clear() |
void |
delete() |
protected void |
finalize() |
long |
get(int i) |
protected static long |
getCPtr(UnsignedIntVector obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
long val) |
long |
size() |
protected UnsignedIntVector(long cPtr,
boolean cMemoryOwn)
public UnsignedIntVector()
public UnsignedIntVector(long n)
protected static long getCPtr(UnsignedIntVector obj)
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(long x)
public long get(int i)
public void set(int i,
long val)
Copyright © 2017. All rights reserved.