File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public void clear() {
4747
4848/**
4949 *
50- * @param k, non-null
50+ * @param k non-null
5151 * @return the integer associated with k, or -1 if not present
5252 */
5353public int get (Object k ){
@@ -76,7 +76,7 @@ public int get(Object k){
7676 * Puts k in the map if it was not already present.
7777 * Returns -1 if k was freshly added
7878 * Returns k's index if k was already in the map.
79- * @param k, non-null
79+ * @param k non-null
8080 * @return the integer associated with k or -1
8181 */
8282public int oldIndex (Object k ) {
@@ -95,7 +95,7 @@ public boolean isEmpty() {
9595/**
9696 * Puts k in the map (if not present) and assigns and returns the index associated with it
9797 * assigns ints monotonically from 0
98- * @param k, non-null
98+ * @param k non-null
9999 * @return the integer associated with k
100100 */
101101public int intern (Object k ){
You can’t perform that action at this time.
0 commit comments