public class ClockAndCount extends java.lang.Object implements IMeasurableMemory
Modifier and Type | Field and Description |
---|---|
static ClockAndCount |
BLANK |
long |
clock |
long |
count |
Modifier and Type | Method and Description |
---|---|
static ClockAndCount |
create(long clock,
long count) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
long |
unsharedHeapSize() |
public static ClockAndCount BLANK
public final long clock
public final long count
public static ClockAndCount create(long clock, long count)
public long unsharedHeapSize()
unsharedHeapSize
in interface IMeasurableMemory
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2009- The Apache Software Foundation