diff options
| author | Roman Kennke <roman@kennke.org> | 2006-01-11 20:01:54 +0000 |
|---|---|---|
| committer | Roman Kennke <roman@kennke.org> | 2006-01-11 20:01:54 +0000 |
| commit | c4ade5ae453abaf6b95d0f794cea32d98d0ae9ce (patch) | |
| tree | fc1b45aba27bc87d5302be7c67dc479772cdbbc5 /gnu/xml/xpath/SubstringFunction.java | |
| parent | 0ffb80d420595490fb91350e2eed71d9a275d32d (diff) | |
| download | classpath-c4ade5ae453abaf6b95d0f794cea32d98d0ae9ce.tar.gz | |
2006-01-11 Roman Kennke <kennke@aicas.com>
Reported by: Fridjof Siebert <siebert@aicas.com>
* java/util/Hashtable.java
(KEYS): Removed unneeded field.
(VALUES): Removed unneeded field.
(ENTRIES): Removed unneeded field.
(keys): Return a KeyEnumerator instance.
(elements): Returns a ValueEnumerator instance.
(toString): Use an EntryIterator instance.
(keySet): Return a KeyIterator instance.
(values): Return a ValueIterator instance.
(entrySet): Return an EntryIterator instance.
(hashCode): Use EntryIterator instance.
(rehash): Changed this loop to avoid redundant reads and make
it obvious that null checking is not needed.
(writeObject): Use EntryIterator instance.
(HashIterator): Removed class.
(Enumerator): Removed class.
(EntryIterator): New class.
(KeyIterator): New class.
(ValueIterator): New class.
(EntryEnumerator): New class.
(KeyEnumerator): New class.
(ValueEnumerator): New class.
Diffstat (limited to 'gnu/xml/xpath/SubstringFunction.java')
0 files changed, 0 insertions, 0 deletions
