public final class Compat extends Object
| Constructor and Description |
|---|
Compat() |
| Modifier and Type | Method and Description |
|---|---|
static <E> E[] |
newArray(int length,
E... array) |
static <E> E[] |
newArrayCompat(E[] array,
int length) |
static <T> Queue<T> |
queue() |
public static <T> Queue<T> queue()
@SafeVarargs public static <E> E[] newArray(int length, E... array)
public static <E> E[] newArrayCompat(E[] array,
int length)
Copyright © 2018. All rights reserved.