Class CollectionValue
-
- All Implemented Interfaces:
-
pro.fessional.wings.testing.silencer.data.DefaultData
public class CollectionValue implements DefaultData<T>
- Since:
2024-06-05
trydofor
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CollectionValue()
-
Method Summary
-
-
Method Detail
-
getNullList
List<Integer> getNullList()
-
setNullList
void setNullList(List<Integer> nullList)
-
getNullSet
Set<Integer> getNullSet()
-
setNullSet
void setNullSet(Set<Integer> nullSet)
-
getNullMap
Map<String, Integer> getNullMap()
-
setNullMap
void setNullMap(Map<String, Integer> nullMap)
-
getEmptyList
List<Integer> getEmptyList()
-
setEmptyList
void setEmptyList(List<Integer> emptyList)
-
getEmptySet
Set<Integer> getEmptySet()
-
setEmptySet
void setEmptySet(Set<Integer> emptySet)
-
getEmptyMap
Map<String, Integer> getEmptyMap()
-
setEmptyMap
void setEmptyMap(Map<String, Integer> emptyMap)
-
getBoolList
List<Boolean> getBoolList()
-
setBoolList
void setBoolList(List<Boolean> boolList)
-
getBoolSet
Set<Boolean> getBoolSet()
-
setBoolSet
void setBoolSet(Set<Boolean> boolSet)
-
getBoolMap
Map<String, Boolean> getBoolMap()
-
setBoolMap
void setBoolMap(Map<String, Boolean> boolMap)
-
getLongList
List<Long> getLongList()
-
setLongList
void setLongList(List<Long> longList)
-
getLongSet
Set<Long> getLongSet()
-
setLongSet
void setLongSet(Set<Long> longSet)
-
getLongMap
Map<String, Long> getLongMap()
-
setLongMap
void setLongMap(Map<String, Long> longMap)
-
getDoubleList
List<Double> getDoubleList()
-
setDoubleList
void setDoubleList(List<Double> doubleList)
-
getDoubleSet
Set<Double> getDoubleSet()
-
setDoubleSet
void setDoubleSet(Set<Double> doubleSet)
-
getDoubleMap
Map<String, Double> getDoubleMap()
-
setDoubleMap
void setDoubleMap(Map<String, Double> doubleMap)
-
defaults
CollectionValue defaults()
-
hashCode
int hashCode()
-
-
-
-