org.jruby.runtime
Class DynamicVariableSet
java.lang.Object
org.jruby.runtime.DynamicVariableSet
- public final class DynamicVariableSet
- extends java.lang.Object
Names and values of dynamic variables. Used instead of a HashMap to avoid the memory
and performance overhead.
- Author:
- Anders
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicVariableSet
public DynamicVariableSet()
DynamicVariableSet
public DynamicVariableSet(DynamicVariableSet original)
set
public void set(java.lang.String name,
IRubyObject value)
get
public IRubyObject get(java.lang.String name)
names
public java.util.List names()
Copyright © 2002 Jan Arne Petersen. All Rights Reserved.