| Package | Description |
|---|---|
| com.appslandia.common.base |
| Modifier and Type | Method and Description |
|---|---|
FluentList<E> |
FluentList.first(E e) |
FluentList<E> |
FluentList.ins(Collection<? extends E> c) |
FluentList<E> |
FluentList.ins(E e) |
FluentList<E> |
FluentList.ins(int index,
Collection<? extends E> c) |
FluentList<E> |
FluentList.ins(int index,
E e) |
FluentList<E> |
FluentList.last(E e) |
FluentList<E> |
FluentList.removeFirst() |
FluentList<E> |
FluentList.removeLast() |
Copyright © 2021. All rights reserved.