daikon.inv
Class ValueSet.ValueSetStringArray

Object
  extended by LimitedSizeIntSet
      extended by ValueSet
          extended by 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
 
Field Summary
 
Fields inherited from class LimitedSizeIntSet
values
 
Constructor Summary
ValueSet.ValueSetStringArray(int max_values)
           
 
Method Summary
protected  void add_stats(ValueSet other)
          Add stats from the specified value set.
 void add(Object v1)
          Track the specified object.
 int elem_cnt()
           
 int multi_arr_cnt()
           
 String repr_short()
          Returns a short description of the values seen.
 
Methods inherited from class ValueSet
add, factory
 
Methods inherited from class LimitedSizeIntSet
add, addAll, clone, contains, max_size, merge, repNulled, size, toString
 
Methods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueSet.ValueSetStringArray

public ValueSet.ValueSetStringArray(int max_values)
Method Detail

add

public void add(Object v1)
Description copied from class: ValueSet
Track the specified object.

Specified by:
add in class ValueSet

add_stats

protected void add_stats(ValueSet other)
Description copied from class: ValueSet
Add stats from the specified value set.

Specified by:
add_stats in class ValueSet

elem_cnt

public int elem_cnt()

multi_arr_cnt

public int multi_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 class ValueSet