/[classpath]/classpath/java/util/SortedSet.java
ViewVC logotype

Diff of /classpath/java/util/SortedSet.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by mark, Tue Jan 22 22:27:01 2002 UTC revision 1.7 by gnu_andrew, Thu Jul 29 20:23:18 2004 UTC
# Line 88  public interface SortedSet extends Set Line 88  public interface SortedSet extends Set
88     * Returns the first (lowest sorted) element in the map.     * Returns the first (lowest sorted) element in the map.
89     *     *
90     * @return the first element     * @return the first element
91       * @throws NoSuchElementException if the set is empty.
92     */     */
93    Object first();    Object first();
94    
# Line 118  public interface SortedSet extends Set Line 119  public interface SortedSet extends Set
119     * Returns the last (highest sorted) element in the map.     * Returns the last (highest sorted) element in the map.
120     *     *
121     * @return the last element     * @return the last element
122       * @throws NoSuchElementException if the set is empty.
123     */     */
124    Object last();    Object last();
125    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26