public final class ListContainer<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
ListContainer<T> |
previous |
T |
value |
| Constructor and Description |
|---|
ListContainer() |
public T value
public ListContainer<T> previous
Copyright © 2015–2020. All rights reserved.