public static class Multiples.List<E>
extends java.lang.Object
| Constructor and Description |
|---|
List() |
List(E e,
Multiples.List<E> t) |
| Modifier and Type | Method and Description |
|---|---|
E |
head() |
boolean |
isEmpty() |
Multiples.List<E> |
tail() |
public List()
public List(E e, Multiples.List<E> t)
public boolean isEmpty()
public E head()
public Multiples.List<E> tail()
Copyright © 2022. All rights reserved.