Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.openscience.miniJmol
Class AtomTypeSet  view AtomTypeSet download AtomTypeSet.java

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byorg.openscience.miniJmol.AtomTypeSet
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class AtomTypeSet
extends java.util.Hashtable

Collection of AtomTypes. No duplicates are allowed. This class is implemented with Hashtable to allow compatability with Java 1.1.


Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
AtomTypeSet()
           
 
Method Summary
(package private)  boolean add(BaseAtomType at)
          Adds the specified AtomType to this set if it is not already present.
 void load(java.io.InputStream input)
          Loads AtomTypes from a Reader.
 
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
 

Constructor Detail

AtomTypeSet

public AtomTypeSet()
Method Detail

add

boolean add(BaseAtomType at)
Adds the specified AtomType to this set if it is not already present.


load

public void load(java.io.InputStream input)
          throws java.io.IOException
Loads AtomTypes from a Reader.