Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
12afcb31
Commit
12afcb31
authored
Oct 26, 2003
by
Bryce McKinlay
Committed by
Bryce McKinlay
Oct 26, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* java/util/TreeMap.java: Doc fixes. HashMap -> TreeMap.
From-SVN: r72944
parent
e0f23fcd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
libjava/ChangeLog
+2
-0
libjava/java/util/TreeMap.java
+4
-4
No files found.
libjava/ChangeLog
View file @
12afcb31
...
...
@@ -2,6 +2,8 @@
*
java
/
lang
/
reflect
/
AccessibleObject
.
java
(
secureSetAccessible
):
Don
't check for AccessibleObject. Update javadocs.
* java/util/TreeMap.java: Doc fixes. HashMap -> TreeMap.
2003-10-26 Bryce McKinlay <bryce@mckinlay.net.nz>
...
...
libjava/java/util/TreeMap.java
View file @
12afcb31
...
...
@@ -533,7 +533,7 @@ public class TreeMap extends AbstractMap
* key's mapping.
*
* @param key the key used to locate the value
* @param value the value to be stored in the
Hash
Map
* @param value the value to be stored in the Map
* @return the prior mapping of the key, or null if there was none
* @throws ClassCastException if key is not comparable to current map keys
* @throws NullPointerException if key is null, but the comparator does
...
...
@@ -584,11 +584,11 @@ public class TreeMap extends AbstractMap
}
/**
* Copies all elements of the given map into this
hashtable. If this table
* Copies all elements of the given map into this
TreeMap. If this map
* already has a mapping for a key, the new mapping replaces the current
* one.
*
* @param m the map to be
hashed into this
* @param m the map to be
added
* @throws ClassCastException if a key in m is not comparable with keys
* in the map
* @throws NullPointerException if a key in m is null, and the comparator
...
...
@@ -1374,7 +1374,7 @@ public class TreeMap extends AbstractMap
}
/**
* Iterate over
Hash
Map's entries. This implementation is parameterized
* Iterate over
Tree
Map's entries. This implementation is parameterized
* to give a sequential view of keys, values, or entries.
*
* @author Eric Blake <ebb9@email.byu.edu>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment