Class LongArray
- java.lang.Object
-
- com.github.f4b6a3.uuid.util.internal.immutable.LongArray
-
public class LongArray extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description long[]array()booleanequals(Object obj)static LongArrayfrom(long[] a)longget(int index)inthashCode()intlength()StringtoString()
-
-
-
Method Detail
-
from
public static LongArray from(long[] a)
-
get
public long get(int index)
-
length
public int length()
-
array
public long[] array()
-
-