/HelloJavaUtils

newbie's first repository

Primary LanguageJavaApache License 2.0Apache-2.0

HelloJavaUtils

newbie's first repository

Newbie in both Java and Git.

Just a try to join the opensource~

Maybe someday, I'll create a real helpful project.

Chainmail:

A Example Of Singly Linked Lists

Usage:

//You can see it all at ChainMailTest
//init
Chain<Integer> chain = new Chain<Integer>();
//add
chain.add(2);
//add to list front:
chain.addToFront(999);

2016-12-16 22:33:23 Waiting to be updated. I'll finish the annotation in source code later >_< Thanks.