Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

alltiny/alltiny-common-lists

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alltiny's common-lists is a Java module providing utility classes to deal with lists and list elements.

For instance:

  • get a copy of a collection but exclude certain elements
  • get a copy of a collection and join elements
  • create a list of all possible combinations of the element in the list

How to build?

alltiny-common-lists uses [gradle] for building. To compile and publish to your local maven repository use:

cd alltiny-common-lists
gradle publishToMavenLocal

the built module can be retrieved via:

<groupId>org.alltiny</groupId>
<artifactId>common-lists</artifactId>
<version>1.0.0</version>

How to set up my development environment?

Depending on whether you use IntelliJ IDEA or Eclipse, [gradle] can create the project files for you:

  • for IntelliJ IDEA
cd alltiny-common-lists
gradle idea
  • for Eclipse
cd alltiny-common-lists
gradle eclipse

[gradle]:http://www.gradle.org - An open source building tool, much like maven, but rather more flexible.

About

Java module containing utility classes to deal with lists and list elements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.