public interface CollectedResultCollection
Modifier and Type | Method and Description |
---|---|
List<BigDecimal> |
asBigDecimalList() |
Set<BigDecimal> |
asBigDecimalSet() |
List<BigInteger> |
asBigIntegerList() |
Set<BigInteger> |
asBigIntegerSet() |
List<Boolean> |
asBooleanList() |
Set<Boolean> |
asBooleanSet() |
List<Byte> |
asByteList() |
Set<Byte> |
asByteSet() |
List<Character> |
asCharacterList() |
Set<Character> |
asCharacterSet() |
List<Double> |
asDoubleList() |
Set<Double> |
asDoubleSet() |
List<Float> |
asFloatList() |
Set<Float> |
asFloatSet() |
List<Integer> |
asIntegerList() |
Set<Integer> |
asIntegerSet() |
<T> List<T> |
asList(Class<T> objectType) |
List<Long> |
asLongList() |
Set<Long> |
asLongSet() |
<T> Set<T> |
asSet(Class<T> objectType) |
List<Short> |
asShortList() |
Set<Short> |
asShortSet() |
List<String> |
asStringList() |
Set<String> |
asStringSet() |
<T> List<T> asList(Class<T> objectType) throws UnsupportedOperationException
UnsupportedOperationException
<T> Set<T> asSet(Class<T> objectType) throws UnsupportedOperationException
UnsupportedOperationException
List<Boolean> asBooleanList() throws UnsupportedOperationException
UnsupportedOperationException
Set<Boolean> asBooleanSet() throws UnsupportedOperationException
UnsupportedOperationException
List<Byte> asByteList() throws UnsupportedOperationException
UnsupportedOperationException
Set<Byte> asByteSet() throws UnsupportedOperationException
UnsupportedOperationException
List<Character> asCharacterList() throws UnsupportedOperationException
UnsupportedOperationException
Set<Character> asCharacterSet() throws UnsupportedOperationException
UnsupportedOperationException
List<String> asStringList() throws UnsupportedOperationException
UnsupportedOperationException
Set<String> asStringSet() throws UnsupportedOperationException
UnsupportedOperationException
List<Integer> asIntegerList() throws UnsupportedOperationException
UnsupportedOperationException
Set<Integer> asIntegerSet() throws UnsupportedOperationException
UnsupportedOperationException
List<Short> asShortList() throws UnsupportedOperationException
UnsupportedOperationException
Set<Short> asShortSet() throws UnsupportedOperationException
UnsupportedOperationException
List<Long> asLongList() throws UnsupportedOperationException
UnsupportedOperationException
Set<Long> asLongSet() throws UnsupportedOperationException
UnsupportedOperationException
List<Float> asFloatList() throws UnsupportedOperationException
UnsupportedOperationException
Set<Float> asFloatSet() throws UnsupportedOperationException
UnsupportedOperationException
List<Double> asDoubleList() throws UnsupportedOperationException
UnsupportedOperationException
Set<Double> asDoubleSet() throws UnsupportedOperationException
UnsupportedOperationException
List<BigInteger> asBigIntegerList() throws UnsupportedOperationException
UnsupportedOperationException
Set<BigInteger> asBigIntegerSet() throws UnsupportedOperationException
UnsupportedOperationException
List<BigDecimal> asBigDecimalList() throws UnsupportedOperationException
UnsupportedOperationException
Set<BigDecimal> asBigDecimalSet() throws UnsupportedOperationException
UnsupportedOperationException
Copyright © 2017 SAP SE. All rights reserved.