| Package | Description |
|---|---|
| com.alibaba.testable.core.model | |
| com.alibaba.testable.core.util |
| Modifier and Type | Method and Description |
|---|---|
static <L,R> Pair<L,R> |
Pair.of(L l,
R r) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Map<K,V> |
CollectionUtil.mapOf(Pair<K,V>... pair)
Create a map
|
static <K,V> Map<K,V> |
CollectionUtil.orderMapOf(Pair<K,V>... pair)
Create an ordered map
|
Copyright © 2022. All rights reserved.