public class SimpleVar<T> extends AbstractVar<T>
SimpleVar(String name, T value)
T
get()
void
set(T value)
name, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public SimpleVar(String name, T value)
public T get()
public void set(T value)
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.