Uses of Class
org.anchoranalysis.bean.primitive.StringSet
| Package | Description |
|---|---|
| org.anchoranalysis.bean.permute.property |
Applying permutations to the properties of a bean.
|
| org.anchoranalysis.bean.primitive |
Beans that implement collections of primitive element types, as well as
String. |
-
Uses of StringSet in org.anchoranalysis.bean.permute.property
Methods in org.anchoranalysis.bean.permute.property that return StringSet Modifier and Type Method Description StringSetPermuteProperty. getAdditionalPropertyPaths()Additional property paths that are also changed, together withpropertyPath.StringSetPermutePropertyStringSet. getValues()The respect string values to assign during the permutation.Methods in org.anchoranalysis.bean.permute.property with parameters of type StringSet Modifier and Type Method Description voidPermuteProperty. setAdditionalPropertyPaths(StringSet additionalPropertyPaths)Additional property paths that are also changed, together withpropertyPath.voidPermutePropertyStringSet. setValues(StringSet values)The respect string values to assign during the permutation. -
Uses of StringSet in org.anchoranalysis.bean.primitive
Methods in org.anchoranalysis.bean.primitive that return StringSet Modifier and Type Method Description StringSetStringSet. duplicateBean()Duplicate the bean.