@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","com.google.common.base.Ticker"}) @Immutable public final class ImTicker extends com.google.common.base.Ticker
| Modifier and Type | Class and Description |
|---|---|
static class |
ImTicker.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImTicker.Builder |
builder() |
static ImTicker |
copyOf(com.google.common.base.Ticker instance) |
ImTicker |
copyWithRead(long value) |
boolean |
equals(Object another) |
int |
hashCode() |
long |
read() |
String |
toString() |
public long read()
public final ImTicker copyWithRead(long value)
public int hashCode()
public String toString()
public static ImTicker copyOf(com.google.common.base.Ticker instance)
public static ImTicker.Builder builder()
Copyright © 2017 The Immutables.org authors. All rights reserved.