org.apache.beehive.netui.compiler
Class CompilerUtils.Mutable<T>

Object
  extended by CompilerUtils.Mutable<T>
Enclosing class:
CompilerUtils

public static final class CompilerUtils.Mutable<T>
extends Object


Constructor Summary
CompilerUtils.Mutable()
           
CompilerUtils.Mutable(T val)
           
 
Method Summary
 T get()
           
 void set(T val)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompilerUtils.Mutable

public CompilerUtils.Mutable()

CompilerUtils.Mutable

public CompilerUtils.Mutable(T val)
Method Detail

set

public void set(T val)

get

public T get()