first
first(): MemberType abstract;
The first method of the Collection class returns a reference to the first entry in a collection or it returns null if the collection is empty.
first(): MemberType abstract;
The first method of the Collection class returns a reference to the first entry in a collection or it returns null if the collection is empty.