public class Platform extends Object
Constructor and Description |
---|
Platform() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
clone(byte[] values)
Clones the supplied array of bytes.
|
static double[] |
clone(double[] values)
Clones the supplied array of doubles.
|
static float[] |
clone(float[] values)
Clones the supplied array of floats.
|
static int[] |
clone(int[] values)
Clones the supplied array of ints.
|
static int |
hashCode(double d1)
Returns a hash code for the supplied double value.
|
static int |
hashCode(float f1)
Returns a hash code for the supplied float value.
|
public static int hashCode(float f1)
public static int hashCode(double d1)
public static byte[] clone(byte[] values)
public static int[] clone(int[] values)
public static float[] clone(float[] values)
public static double[] clone(double[] values)
Copyright © 2017. All rights reserved.