A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
HashMap — Final class in package com.ericfeminella.collections |
|
IMap implementation which dynamically creates a HashMap
of key / value pairs and provides a standard API for
working with the map
|
HashMap(useWeakReferences) — Constructor in class com.ericfeminella.collections.HashMap |
|
Creates a new HashMap instance. |
HashMapEntry — Class in package com.ericfeminella.collections |
|
Provides a strongly typed implementation of a key/value pairs
|
HashMapEntry(key, value) — Constructor in class com.ericfeminella.collections.HashMapEntry |
|
HashMapEntry constructor accepts values for
the key and value properties of
an IHashMapEntry
|
hasMoreElements() — Method in interface com.ericfeminella.collections.IEnumeration |
|
Determines if there are remaining elements in the object
|
hasMoreElements() — Method in class com.ericfeminella.collections.StringTokenizer |
|
IEnumeration implementation which determines if
there are more tokens which have yet to be retrieved via calls
to nextToken
|
hasMoreTokens() — Method in class com.ericfeminella.collections.StringTokenizer |
|
Determines if there are more tokens which have yet to be
retrieved via calls to nextToken
|
hasNext() — Method in class com.ericfeminella.collections.ArrayIterator |
|
Determines if elements remain in the Array . |
hasNext() — Method in class com.ericfeminella.collections.CollectionIterator |
|
Determines if there are elements remaining in the ICollectionView
|
hasNext() — Method in interface com.ericfeminella.collections.Iterator |
|
Determines if there are elements remaining in the
aggregate. |
hasNext() — Method in class com.ericfeminella.collections.StringTokenizer |
|
Iterator implementation which determines if
there are more tokens which have yet to be retrieved via
calls to nextToken
|
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |