getUris(NdefMessage message) {
+ return Iterables.filter(getObjects(message), UriRecord.class);
}
/**
* Parse the provided {@code NdefMessage}, extracting all known
* objects from the message. Typically this list will consist of
- * {@link String}s corresponding to NDEF text records, or {@link URI}s
+ * {@link String}s corresponding to NDEF text records, or {@link Uri}s
* corresponding to NDEF URI records.
*
* TODO: Is this API too generic? Should we keep it?
*/
- private static Iterable