T
public final class ListValue<T> extends Object implements Value<List<T>>
ListValue(List<? extends Value<? extends T>> values)
List<T>
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ListValue(List<? extends Value<? extends T>> values)
values
public List<T> getValue() throws IllegalStateException
getValue
Value<List<T>>
IllegalStateException
Copyright © 2012 JBoss, a division of Red Hat, Inc.