| Package | Description |
|---|---|
| craterdog.collections | |
| craterdog.collections.interfaces |
| Modifier and Type | Method and Description |
|---|---|
Association<K,V> |
Map.getElementAtIndex(int index) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Association<K,V>> |
Map.createDefaultIterator() |
Manipulator<Association<K,V>> |
Map.createDefaultManipulator() |
List<Association<K,V>> |
Map.getAssociations() |
List<Association<K,V>> |
Map.getElementsInRange(int firstIndex,
int lastIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Map.addElement(Association<K,V> element) |
int |
Association.compareTo(Association<K,V> that) |
boolean |
Map.containsElement(Association<K,V> element) |
int |
Map.getIndexOfElement(Association<K,V> element) |
boolean |
Map.removeElement(Association<K,V> element) |
| Modifier and Type | Method and Description |
|---|---|
Accessible<Association<K,V>> |
Associative.getAssociations()
This method returns the list of associations between keys and values for this collection.
|
Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.