Index

B D E G I L M O P R S T 
All Classes|All Packages

I

insert(K, V) - Method in class dictionary.BinaryTreeDictionary
 
insert(K, V) - Method in interface dictionary.Dictionary
Associates the specified value with the specified key in this map.
insert(K, V) - Method in class dictionary.LinkedHashDictionary
 
insert(K, V) - Method in class dictionary.OpenHashDictionary
 
insert(K, V) - Method in class dictionary.SortedArrayDictionary
 
iterator() - Method in class dictionary.BinaryTreeDictionary
Returns an iterator over the elements in this dictionary in ascending order.
iterator() - Method in interface dictionary.Dictionary
Returns an iterator over the entries in this dictionary.
iterator() - Method in class dictionary.LinkedHashDictionary
Returns an iterator over the entries in this dictionary.
iterator() - Method in class dictionary.OpenHashDictionary
Returns an iterator over the entries in this dictionary.
iterator() - Method in class dictionary.SortedArrayDictionary
Returns an iterator over the elements in this dictionary in ascending order.
B D E G I L M O P R S T 
All Classes|All Packages