()
| 49 | |
| 50 | /// Returns the current time in milliseconds. |
| 51 | public static long currentTimeMillis(){ |
| 52 | return 0l; //TODO codavaj!! |
| 53 | } |
| 54 | |
| 55 | /// Returns the current value of the running Java Virtual Machine's high-resolution time source, in nanoseconds. |
| 56 | /// This method can only be used to measure elapsed time and is not related to any other notion of system or wall-clock time. |
no outgoing calls