public class MFUtil
extends java.lang.Object
| Constructor and Description |
|---|
MFUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isPure(MDElement e) |
static boolean |
isStruct(MDElement e) |
static boolean |
isTrade(MDElement e) |
static long |
now()
Returns the current milliseconds multiplied by 10^6 to make it look like nanos.
|
static long |
nowRelativeNs()
The relative nanos as obtained using
System.nanoTime() |
public static boolean isPure(MDElement e)
e - -- the element to checkpublic static boolean isStruct(MDElement e)
e - -- the element to checkpublic static boolean isTrade(MDElement e)
e - -- the element to checkpublic static long now()
public static long nowRelativeNs()
System.nanoTime()