| Package | Description |
|---|---|
| com.github.bicoco | |
| com.github.bicoco.collections |
| Modifier and Type | Method and Description |
|---|---|
static <T> ListHelper<T> |
_.push(List<T> list,
T t)
Deprecated.
Adding element to the end of list.
|
static <T> ListHelper<T> |
Helpers.push(List<T> list,
T t)
Adding element to the end of list.
|
| Modifier and Type | Method and Description |
|---|---|
ListHelper<T> |
ListHelper.push(T t)
Adding element to the end of list.
|
Copyright © 2015. All rights reserved.