You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Wesllhey Holanda (Jira)" <ji...@apache.org> on 2019/12/19 19:09:00 UTC

[jira] [Created] (COLLECTIONS-742) Create new method in CollectionUtils to return first element if not null

Wesllhey Holanda created COLLECTIONS-742:
--------------------------------------------

             Summary: Create new method in CollectionUtils to return first element if not null
                 Key: COLLECTIONS-742
                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-742
             Project: Commons Collections
          Issue Type: New Feature
          Components: Collection
    Affects Versions: 4.4
            Reporter: Wesllhey Holanda


When we try to get the first element into collection, we have to lead with null point exception. So with this method, when the collection is null or empty, the method will return null, and when not, the method will return the first element.

In this way, the user don't need to write nothing to lead with null point exception.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)