Kernel Prolog with Fluent based Builtins

tarau.jinni
Class HashDict

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--tarau.jinni.HashDict
Direct Known Subclasses:
BlackBoard, Builtins

public class HashDict
extends java.util.Hashtable

General purpose dictionary

See Also:
Serialized Form

Fields inherited from class java.util.Hashtable
count, ENTRIES, entrySet, KEYS, keySet, loadFactor, modCount, serialVersionUID, table, threshold, values, VALUES
 
Constructor Summary
HashDict()
           
 
Method Summary
 java.lang.String name()
           
 java.lang.String stat()
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, readObject, rehash, remove, size, toString, values, writeObject
 
Methods inherited from class java.lang.Object
, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

HashDict

public HashDict()
Method Detail

name

public java.lang.String name()

stat

public java.lang.String stat()

Kernel Prolog with Fluent based Builtins