| Package | Description |
|---|---|
| craterdog.collections | |
| craterdog.collections.abstractions |
| 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.
|
List<E> |
List.copy() |
List<Association<K,V>> |
Map.getAssociations() |
List<Association<K,V>> |
Map.getElementsInRange(int firstIndex,
int lastIndex) |
List<E> |
List.getElementsInRange(int firstIndex,
int lastIndex) |
List<K> |
Map.getKeys() |
List<V> |
Map.getValues() |
List<E> |
List.removeElementsInRange(int firstIndex,
int lastIndex) |
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<E> |
ClosedCollection.list |
Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.