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