Package daikon.inv
Class ValueSet.ValueSetStringArray
-
- All Implemented Interfaces:
Serializable
,Cloneable
- Enclosing class:
- ValueSet
public static class ValueSet.ValueSetStringArray extends ValueSet
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ValueSet
ValueSet.ValueSetFloat, ValueSet.ValueSetFloatArray, ValueSet.ValueSetScalar, ValueSet.ValueSetScalarArray, ValueSet.ValueSetString, ValueSet.ValueSetStringArray
-
-
Constructor Summary
Constructors Constructor Description ValueSetStringArray(int max_values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Object v1)
Add the specified object (really, its hashcode) to the set.protected void
add_stats(ValueSet other)
Add stats from the specified value set.int
elem_cnt()
int
nonsingleton_arr_cnt()
String
repr_short()
Returns a short description of the values seen.
-
-
-
Constructor Detail
-
ValueSetStringArray
public ValueSetStringArray(int max_values)
-
-
Method Detail
-
add
public void add(Object v1)
Description copied from class:ValueSet
Add the specified object (really, its hashcode) to the set.
-
add_stats
protected void add_stats(ValueSet other)
Description copied from class:ValueSet
Add stats from the specified value set.
-
elem_cnt
public int elem_cnt()
-
nonsingleton_arr_cnt
public int nonsingleton_arr_cnt()
-
repr_short
public String repr_short()
Description copied from class:ValueSet
Returns a short description of the values seen.- Specified by:
repr_short
in classValueSet
-
-