Class HashTableStack.Link

  • Enclosing class:
    HashTableStack

    protected static class HashTableStack.Link
    extends java.lang.Object
    To store the hashtables.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String defaultStr
      The default namespace for this part of the stack.
      HashTableStack.Link next
      The next link.
      int pushCount
      The count of pushes since this link was added.
      java.util.HashMap table
      The table.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • table

        public java.util.HashMap table
        The table.
      • defaultStr

        public java.lang.String defaultStr
        The default namespace for this part of the stack.
      • pushCount

        public int pushCount
        The count of pushes since this link was added.