Lines Matching refs:defaultAction

41  * #defaultAction} passing their arguments to {@code defaultAction}'s
81 * Default value to be returned; {@link #defaultAction
82 * defaultAction} returns this value unless the method is
116 protected R defaultAction(Object o, P p) {
121 * {@inheritDoc} This implementation calls {@code defaultAction}.
125 * @return the result of {@code defaultAction}
128 return defaultAction(b, p);
132 * {@inheritDoc} This implementation calls {@code defaultAction}.
136 * @return the result of {@code defaultAction}
139 return defaultAction(b, p);
143 * {@inheritDoc} This implementation calls {@code defaultAction}.
147 * @return the result of {@code defaultAction}
150 return defaultAction(c, p);
154 * {@inheritDoc} This implementation calls {@code defaultAction}.
158 * @return the result of {@code defaultAction}
161 return defaultAction(d, p);
165 * {@inheritDoc} This implementation calls {@code defaultAction}.
169 * @return the result of {@code defaultAction}
172 return defaultAction(f, p);
176 * {@inheritDoc} This implementation calls {@code defaultAction}.
180 * @return the result of {@code defaultAction}
183 return defaultAction(i, p);
187 * {@inheritDoc} This implementation calls {@code defaultAction}.
191 * @return the result of {@code defaultAction}
194 return defaultAction(i, p);
198 * {@inheritDoc} This implementation calls {@code defaultAction}.
202 * @return the result of {@code defaultAction}
205 return defaultAction(s, p);
209 * {@inheritDoc} This implementation calls {@code defaultAction}.
213 * @return the result of {@code defaultAction}
216 return defaultAction(s, p);
220 * {@inheritDoc} This implementation calls {@code defaultAction}.
224 * @return the result of {@code defaultAction}
227 return defaultAction(t, p);
231 * {@inheritDoc} This implementation calls {@code defaultAction}.
235 * @return the result of {@code defaultAction}
238 return defaultAction(c, p);
242 * {@inheritDoc} This implementation calls {@code defaultAction}.
246 * @return the result of {@code defaultAction}
249 return defaultAction(a, p);
253 * {@inheritDoc} This implementation calls {@code defaultAction}.
257 * @return the result of {@code defaultAction}
260 return defaultAction(vals, p);