Get the number of pages used. @return The number of pages used.
()
| 205 | * @return The number of pages used. |
| 206 | */ |
| 207 | public final int getNumPagesUsed() |
| 208 | { |
| 209 | return numPagesUsed; |
| 210 | } |
| 211 | |
| 212 | /** |
| 213 | * Set the number of pages used. |
no outgoing calls
no test coverage detected