Returns true if this is a virtual (disk resident) stack. This method is overridden by the VirtualStack subclass.
()
| 387 | /** Returns true if this is a virtual (disk resident) stack. |
| 388 | This method is overridden by the VirtualStack subclass. */ |
| 389 | public boolean isVirtual() { |
| 390 | return false; |
| 391 | } |
| 392 | |
| 393 | /** Frees memory by deleting a few slices from the end of the stack. */ |
| 394 | public void trim() { |
no outgoing calls
no test coverage detected