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