-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New KiwiCollections methods supporting "sequenced" collections (#814)
Sequenced collections are defined by JEP 431, and are basically collections that have a "defined encounter order", i.e. they have first, second, third etc. elements up to a defined last element. New public methods to access sequenced collections: * firstIfPresent * first * lastIfPresent * last New public methods to check Collection arguments: * checkNotEmptyCollection * checkNonNullCollection New public methods to check whether a Collection is sequenced: * isSequenced Closes #813
- Loading branch information
1 parent
1c86b17
commit ece392d
Showing
2 changed files
with
390 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.