Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 325 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 325 Bytes

sorted-linked-list

The Library providing SortedLinkedList (linked list that keeps values sorted) for Integer and String.

Start

Use org.shipmonk.factory.SortedLinkedListFactory to create new empty org.shipmonk.domain.SortedLinkedList builder or to create org.shipmonk.domain.SortedLinkedList from java.util.LinkedList.