| Package | Description |
|---|---|
| craterdog.collections | |
| craterdog.collections.abstractions |
| Modifier and Type | Method and Description |
|---|---|
static <E> List<E> |
List.concatenation(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()
This method returns the list of associations between keys and values for this collection.
|
List<Association<K,V>> |
Map.getElements(int firstIndex,
int lastIndex) |
List<E> |
List.getElements(int firstIndex,
int lastIndex) |
List<K> |
Map.getKeys()
This method returns the list of keys for the associations in this collection.
|
List<V> |
Map.getValues()
This method returns the list of values for the associations in this collection.
|
List<E> |
List.removeElements(int firstIndex,
int lastIndex)
This method removes from the collection the elements associated with the specified
index range.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> List<E> |
List.concatenation(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.concatenation(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 © 2016 Crater Dog Technologies(TM). All rights reserved.