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