add method

Caption add(
  1. String title
)

Implementation

Caption add(String title){
  this._captStrs.add(title);
}