(long time, TimeUnit unit)
| 122 | } |
| 123 | |
| 124 | public static vtkJavaGarbageCollector StartGCInEDT(long time, TimeUnit unit) { |
| 125 | vtkJavaGarbageCollector gc = vtkObjectBase.JAVA_OBJECT_MANAGER.getAutoGarbageCollector(); |
| 126 | gc.SetScheduleTime(time, unit); |
| 127 | gc.SetAutoGarbageCollection(true); |
| 128 | return gc; |
| 129 | } |
| 130 | |
| 131 | private static vtkTesting Tester = null; |
| 132 | } |
no test coverage detected