| Modifier and Type | Method and Description |
|---|---|
static <T> FancyList<T> |
FancyList.list(T head,
FancyList<T> tail) |
static <T> FancyList<T> |
FancyList.nil() |
| Modifier and Type | Method and Description |
|---|---|
static <T> FancyList<T> |
FancyList.list(T head,
FancyList<T> tail) |
Copyright © 2015. All rights reserved.