Package | Description |
---|---|
com.perforce.p4java.common.quantity | |
com.perforce.p4java.impl.mapbased.rpc.func.helper |
Modifier and Type | Method and Description |
---|---|
static <U extends Unit<U>> |
Amount.of(double number,
U unit)
Creates an amount that uses a
double value. |
static <U extends Unit<U>> |
Amount.of(float number,
U unit)
Creates an amount that uses a
float value. |
static <U extends Unit<U>> |
Amount.of(int number,
U unit)
Creates an amount that uses an
int value. |
static <U extends Unit<U>> |
Amount.of(long number,
U unit)
Creates an amount that uses a
long value. |
Modifier and Type | Method and Description |
---|---|
int |
Amount.compareTo(Amount<T,U> other) |
Constructor and Description |
---|
MD5Digester(Amount<Integer,Data> bufferSize) |
Copyright © 2017 Perforce Software. All Rights Reserved.