Liste des Groupes | Revenir à co vms |
On Mon, 24 Feb 2025 16:55:31 -0500, Arne Vajhøj wrote:I would write:Type declarations are part of the Pascal way.Never written things like this?
>
But I don't think it is the same in OO languages.
>
I have never heard a Java developer ask for it.
private final HashMap<Integer, ArrowLabel>
SatLabels = new HashMap<Integer, ArrowLabel>();
Or this?I see lots of problems in that code.
return
new Iterable<Map<String, String>>()
{
public Iterator<Map<String, String>> iterator()
{
return
new ResultMapIterator
(
Resolver.query
(
/*uri =*/ ProviderUri,
/*projection =*/ FieldNames,
/*selection =*/ Selection,
/*selectionArgs =*/ SelectionArgs,
/*sortOrder =*/ SortOrder
),
FieldNames
);
} /*iterator*/
} /*Iterable*/;
Les messages affichés proviennent d'usenet.