Skip to content

AminAliari/linked-hashmap-list-model-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linked HashMap List Model for Java

a List Model that uses Linked HashMap as its data structure.

How to use:

listModel = new LinkedHashMapListModel<>();
list = new JList(listModel);