Definition at line 11 of file IPKIFTrustAnchorList.java.
Public Member Functions | |
IPKIFTrustAnchorList (long cPtr, boolean cMemoryOwn) | |
synchronized void | delete () |
IPKIFTrustAnchorList () | |
IPKIFTrustAnchorList (long n) | |
long | size () |
long | capacity () |
void | reserve (long n) |
boolean | isEmpty () |
void | clear () |
void | add (IPKIFTrustAnchorPtr x) |
IPKIFTrustAnchorPtr | get (int i) |
void | set (int i, IPKIFTrustAnchorPtr x) |
Static Public Member Functions | |
static long | getCPtr (IPKIFTrustAnchorList obj) |
Protected Member Functions | |
void | finalize () |
Protected Attributes | |
boolean | swigCMemOwn |
com::orionsec::jpkif::IPKIFTrustAnchorList::IPKIFTrustAnchorList | ( | long | cPtr, | |
boolean | cMemoryOwn | |||
) | [inline] |
com::orionsec::jpkif::IPKIFTrustAnchorList::IPKIFTrustAnchorList | ( | ) | [inline] |
Definition at line 38 of file IPKIFTrustAnchorList.java.
com::orionsec::jpkif::IPKIFTrustAnchorList::IPKIFTrustAnchorList | ( | long | n | ) | [inline] |
Definition at line 42 of file IPKIFTrustAnchorList.java.
static long com::orionsec::jpkif::IPKIFTrustAnchorList::getCPtr | ( | IPKIFTrustAnchorList | obj | ) | [inline, static] |
void com::orionsec::jpkif::IPKIFTrustAnchorList::finalize | ( | ) | [inline, protected] |
Definition at line 24 of file IPKIFTrustAnchorList.java.
synchronized void com::orionsec::jpkif::IPKIFTrustAnchorList::delete | ( | ) | [inline] |
long com::orionsec::jpkif::IPKIFTrustAnchorList::size | ( | ) | [inline] |
Definition at line 46 of file IPKIFTrustAnchorList.java.
long com::orionsec::jpkif::IPKIFTrustAnchorList::capacity | ( | ) | [inline] |
Definition at line 50 of file IPKIFTrustAnchorList.java.
void com::orionsec::jpkif::IPKIFTrustAnchorList::reserve | ( | long | n | ) | [inline] |
Definition at line 54 of file IPKIFTrustAnchorList.java.
boolean com::orionsec::jpkif::IPKIFTrustAnchorList::isEmpty | ( | ) | [inline] |
Definition at line 58 of file IPKIFTrustAnchorList.java.
void com::orionsec::jpkif::IPKIFTrustAnchorList::clear | ( | void | ) | [inline] |
Definition at line 62 of file IPKIFTrustAnchorList.java.
void com::orionsec::jpkif::IPKIFTrustAnchorList::add | ( | IPKIFTrustAnchorPtr | x | ) | [inline] |
Definition at line 66 of file IPKIFTrustAnchorList.java.
IPKIFTrustAnchorPtr com::orionsec::jpkif::IPKIFTrustAnchorList::get | ( | int | i | ) | [inline] |
Definition at line 70 of file IPKIFTrustAnchorList.java.
void com::orionsec::jpkif::IPKIFTrustAnchorList::set | ( | int | i, | |
IPKIFTrustAnchorPtr | x | |||
) | [inline] |
Definition at line 74 of file IPKIFTrustAnchorList.java.
boolean com::orionsec::jpkif::IPKIFTrustAnchorList::swigCMemOwn [protected] |
Definition at line 13 of file IPKIFTrustAnchorList.java.
Referenced by delete(), and IPKIFTrustAnchorList().