bsh.classpath
Class BshClassPath.UnqualifiedNameTable

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.HashMap
              |
              +--bsh.classpath.BshClassPath.UnqualifiedNameTable
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable
Enclosing class:
BshClassPath

static class BshClassPath.UnqualifiedNameTable
extends java.util.HashMap


Field Summary
 
Fields inherited from class java.util.HashMap
 
Fields inherited from class java.util.AbstractMap
 
Constructor Summary
(package private) BshClassPath.UnqualifiedNameTable()
           
 
Method Summary
(package private)  void add(java.lang.String fullname)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

BshClassPath.UnqualifiedNameTable

BshClassPath.UnqualifiedNameTable()
Method Detail

add

void add(java.lang.String fullname)