public class std extends Object
| Constructor and Description |
|---|
std() |
| Modifier and Type | Method and Description |
|---|---|
static <E> List<E> |
create(int size,
E value) |
static <E> void |
fill(List<E> list,
E value) |
static <E> E |
pop_back(List<E> list) |
Copyright © 2014–2021 码农场. All rights reserved.