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