koala.dynamicjava.interpreter.context
Class VariableContext.Scope.Entry

java.lang.Object
  |
  +--koala.dynamicjava.interpreter.context.VariableContext.Scope.Entry
Enclosing class:
VariableContext.Scope

protected static class VariableContext.Scope.Entry
extends java.lang.Object

To manage collisions


Field Summary
 int hash
          The hash code
 java.lang.String key
          The variable
 VariableContext.Scope.Entry next
          The next entry
 java.lang.Object value
          The value
 
Constructor Summary
VariableContext.Scope.Entry(int hash, java.lang.String key, java.lang.Object value, VariableContext.Scope.Entry next)
          Creates a new entry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hash

public int hash
The hash code

key

public java.lang.String key
The variable

value

public java.lang.Object value
The value

next

public VariableContext.Scope.Entry next
The next entry
Constructor Detail

VariableContext.Scope.Entry

public VariableContext.Scope.Entry(int hash,
                                   java.lang.String key,
                                   java.lang.Object value,
                                   VariableContext.Scope.Entry next)
Creates a new entry


Copyright © 2001 Stephane Hillion. All Rights Reserved.