public class Value<T> extends Object implements Expression
Value(T value)
boolean
equals(Object o)
String
getString()
T
getValue()
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Value(T value)
public T getValue()
public String getString()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Expression
Copyright © 2015. All rights reserved.