Searched refs:arguments (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/lambda/java/java/lang/invoke/
H A DMethodHandle.java36 public Object invokeWithArguments(Object... arguments) throws Throwable { return null; } argument
38 public Object invokeWithArguments(java.util.List<?> arguments) throws Throwable { return null; } argument
/libcore/ojluni/src/main/java/java/text/
H A DMessageFormat.java70 * subformats used for inserted arguments.
142 * {@code arguments} array passed to the {@code format} methods
592 * the order of elements in the <code>arguments</code> array passed
632 * order of elements in the <code>arguments</code> array passed to
654 * represents an index into the <code>arguments</code> array passed
706 * the order of elements in the <code>arguments</code> array passed
716 * @return the formats used for the arguments within the pattern
743 * order of elements in the <code>arguments</code> array passed to
762 * <code>arguments</code> element at the format element's argument index
764 * argument is <i>unavailable</i> if <code>arguments</cod
820 format(Object[] arguments, StringBuffer result, FieldPosition pos) argument
838 format(String pattern, Object ... arguments) argument
861 format(Object arguments, StringBuffer result, FieldPosition pos) argument
902 formatToCharacterIterator(Object arguments) argument
1230 subformat(Object[] arguments, StringBuffer result, FieldPosition fp, List characterIterators) argument
[all...]

Completed in 5 milliseconds