| Package | Description |
|---|---|
| craterdog.collections |
| Modifier and Type | Method and Description |
|---|---|
static <E> List<E> |
List.concatenate(List<E> list1,
List<E> list2)
This function returns a new list that contains the all the elements from
both the specified lists.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> List<E> |
List.concatenate(List<E> list1,
List<E> list2)
This function returns a new list that contains the all the elements from
both the specified lists.
|
static <E> List<E> |
List.concatenate(List<E> list1,
List<E> list2)
This function returns a new list that contains the all the elements from
both the specified lists.
|
Copyright © 2014 Crater Dog Technologies(TM). All rights reserved.