Uses of Interface
org.onemind.commons.java.datastructure.Nametable

Packages that use Nametable
org.onemind.commons.java.datastructure   
 

Uses of Nametable in org.onemind.commons.java.datastructure
 

Classes in org.onemind.commons.java.datastructure that implement Nametable
private static class NametableStack.LocalNametable
          The local nametable defines a scope where local variables mask out the global variables, but the global variable can still be accessed.
 class SimpleNametable
          A simple implementation of nametable
 

Fields in org.onemind.commons.java.datastructure declared as Nametable
private  Nametable NametableStack.LocalNametable._global
          the global map
private  Nametable NametableStack._nametable
          the map *
 

Methods in org.onemind.commons.java.datastructure that return Nametable
private  Nametable NametableStack.LocalNametable.getGlobal()
          Get the global
 

Constructors in org.onemind.commons.java.datastructure with parameters of type Nametable
NametableStack.LocalNametable(Nametable global, int scope)
          Constructor