JML

Uses of Interface
java.util.SortedMap

Packages that use SortedMap
java.util JML Specifications for the corresponding types in the Java Developement Kit (JDK). 
 

Uses of SortedMap in java.util
 

Classes in java.util that implement SortedMap
 class TreeMap
          JML's specification of java.util.TreeMap.
 

Methods in java.util that return SortedMap
 SortedMap TreeMap.subMap(Object fromKey, Object toKey)
           
 SortedMap TreeMap.headMap(Object toKey)
           
 SortedMap TreeMap.tailMap(Object fromKey)
           
abstract  SortedMap SortedMap.subMap(Object fromKey, Object toKey)
           
abstract  SortedMap SortedMap.headMap(Object toKey)
           
abstract  SortedMap SortedMap.tailMap(Object fromKey)
           
 

Constructors in java.util with parameters of type SortedMap
TreeMap(SortedMap m)
           
 


JML

JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.