public class ValueList extends FluentArrayList<Object>
| Constructor and Description | 
|---|
ValueList()  | 
ValueList(Collection<?> c)  | 
ValueList(int initialCapacity)  | 
ValueList(Object... elements)  | 
| Modifier and Type | Method and Description | 
|---|---|
ValueList | 
append(Object val)
Appends the given value to this list. 
 | 
ValueList | 
appendAll(Object... elements)
Fluent method to add the elements to this list. 
 | 
ValueList | 
appendBinary(byte[] val)
Appends the given value to this list. 
 | 
ValueList | 
appendBinarySet(byte[]... val)
Appends the given values to this list as a set of byte arrays. 
 | 
ValueList | 
appendBinarySet(Set<byte[]> val)
Appends the given value to this list. 
 | 
ValueList | 
appendBoolean(boolean val)
Appends the given value to this list. 
 | 
ValueList | 
appendInt(int val)
Appends the given value to this list. 
 | 
ValueList | 
appendList(List<?> val)
Appends the given value to this list. 
 | 
ValueList | 
appendList(Object... vals)
Appends the given values to this list as a list. 
 | 
ValueList | 
appendLong(long val)
Appends the given value to this list. 
 | 
ValueList | 
appendMap(Map<String,?> val)
Appends the given value to this list. 
 | 
ValueList | 
appendNull()
Appends a null value to this list. 
 | 
ValueList | 
appendNumber(BigDecimal val)
Appends the given value to this list. 
 | 
ValueList | 
appendNumber(Number val)
Appends the given value to this list. 
 | 
ValueList | 
appendNumberSet(BigDecimal... val)
Appends the given value to this list as a set of BigDecimals. 
 | 
ValueList | 
appendNumberSet(Number... val)
Appends the given values to this list as a number set. 
 | 
ValueList | 
appendNumberSet(Set<BigDecimal> val)
Appends the given value to this list. 
 | 
ValueList | 
appendString(String val)
Appends the given value to this list. 
 | 
ValueList | 
appendStringSet(Set<String> val)
Appends the given value to this list. 
 | 
ValueList | 
appendStringSet(String... val)
Appends the given values to this list as a string set. 
 | 
appendAll, deleteadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringcontainsAll, equals, hashCodeparallelStream, streampublic ValueList(int initialCapacity)
public ValueList(Object... elements)
public ValueList()
public ValueList(Collection<?> c)
public ValueList appendAll(Object... elements)
FluentArrayListappendAll in class FluentArrayList<Object>public ValueList appendNumber(BigDecimal val)
public ValueList appendInt(int val)
public ValueList appendLong(long val)
public ValueList appendBinary(byte[] val)
public ValueList appendStringSet(Set<String> val)
public ValueList appendStringSet(String... val)
public ValueList appendNumberSet(Set<BigDecimal> val)
public ValueList appendNumberSet(BigDecimal... val)
public ValueList appendNumberSet(Number... val)
public ValueList appendBinarySet(Set<byte[]> val)
public ValueList appendBinarySet(byte[]... val)
public ValueList appendList(Object... vals)
public ValueList appendBoolean(boolean val)
public ValueList appendNull()
public ValueList append(Object val)
append in class FluentArrayList<Object>Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.