Package | Description |
---|---|
com.asakusafw.utils.collections |
Collection utilities.
|
Modifier and Type | Method and Description |
---|---|
SingleLinkedList<E> |
SingleLinkedList.concat(E element)
Creates and returns a new list with the value in head of this list.
|
SingleLinkedList<E> |
SingleLinkedList.rest()
Returns a new list dropping the first element from this list.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.