world
Class RobotMap

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.TreeMap
              |
              +--world.IdMap
                    |
                    +--world.RobotMap
All Implemented Interfaces:
Cloneable, Map, Serializable, SortedMap

public class RobotMap
extends IdMap

Class that implements an ID map.

Version:
$Revision: 1.6 $
Author:
Allen D. Ball
See Also:
ID, Serialized Form

Inner classes inherited from class java.util.TreeMap
TreeMap.Entry
 
Inner classes inherited from class java.util.Map
Map.Entry
 
Constructor Summary
RobotMap()
          Creates an ID map.
 
Method Summary
 TableModel getTableModel()
          Returns a table model for displaying the RobotMap.
 
Methods inherited from class world.IdMap
get, put, remove
 
Methods inherited from class java.util.TreeMap
addAllForTreeSet, clear, clone, comparator, containsKey, containsValue, entrySet, firstKey, get, headMap, keySet, lastKey, put, putAll, readTreeSet, 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

RobotMap

public RobotMap()
Creates an ID map.
Method Detail

getTableModel

public TableModel getTableModel()
Returns a table model for displaying the RobotMap.
Overrides:
getTableModel in class IdMap


Copyright 2002 Allen D. Ball. All rights reserved.