Bees v0.5.0 API

bees.core
Class HashMap

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--bees.core.HashMap
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, ObjectMap, java.io.Serializable

public final class HashMap
extends java.util.Hashtable
implements ObjectMap

A simple mapping class, used mainly for backwards compatability.

See Also:
Serialized Form

Inner classes inherited from class java.util.Map
java.util.Map.Entry
 
Constructor Summary
HashMap()
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface bees.core.ObjectMap
elements, get, keys, put, remove, size
 

Constructor Detail

HashMap

public HashMap()

Bees v0.5.0 API

This documentation is Copyright (C) 2002 The University of Utah. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for Bees v0.5.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/