2003.09.15


jdc.java.util
Class TreeMap

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.TreeMap
              |
              +--jdc.java.util.TreeMap
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable, java.util.SortedMap

public class TreeMap
extends java.util.TreeMap

A wrapper class for java.util.TreeMap.

Version:
1.0
Author:
Jay Damon
See Also:
Serialized Form

Constructor Summary
TreeMap()
           
 
Methods inherited from class java.util.TreeMap
clear, clone, comparator, containsKey, containsValue, entrySet, firstKey, get, headMap, keySet, lastKey, put, putAll, remove, size, subMap, tailMap, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode, isEmpty
 

Constructor Detail

TreeMap

public TreeMap()

2003.09.15



Copyright © 2003 J. Damon & Co.; All Rights Reserved WorldWide.