public class RlpList extends java.lang.Object implements RlpType
RlpList(java.util.List<RlpType> values)
RlpList(RlpType... values)
java.util.List<RlpType>
getValues()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RlpList(RlpType... values)
public RlpList(java.util.List<RlpType> values)
public java.util.List<RlpType> getValues()