| Package | Description |
|---|---|
| craterdog.collections |
| Modifier and Type | Method and Description |
|---|---|
Association<K,V> |
Map.getElement(int index) |
| Modifier and Type | Method and Description |
|---|---|
craterdog.core.Iterator<Association<K,V>> |
Map.createIterator() |
craterdog.core.Manipulator<Association<K,V>> |
Map.createManipulator() |
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) |
| 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.getIndex(Association<K,V> element) |
boolean |
Map.removeElement(Association<K,V> element) |
Copyright © 2016 Crater Dog Technologies(TM). All rights reserved.