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