concurrency
Class Dictionary

java.lang.Object
  extended byconcurrency.LockableObject
      extended byconcurrency.Dictionary

public class Dictionary
extends LockableObject

Represents the data dictionary.


Nested Class Summary
 
Nested classes inherited from class concurrency.LockableObject
LockableObject.Comparator
 
Field Summary
static Dictionary DICTIONARY
           
 
Fields inherited from class concurrency.LockableObject
comparator
 
Constructor Summary
Dictionary()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DICTIONARY

public static final Dictionary DICTIONARY
Constructor Detail

Dictionary

public Dictionary()
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in class LockableObject