Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

svby/legacy-collection-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

legacy-collection-utils

Kotlin utilities for Java's legacy collections.

Contains extension functions for creating, and converting to:

  • Dictionary
  • Enumeration
  • Hashtable
  • Properties
  • Vector

While the Java Collections Framework is generally recommended for normal use, when working with old or backwards-compatible frameworks (such as OSGi) these types are still needed.

This artifact targets Java SE 1.6 and uses Kotlin 1.3, and provides a proper OSGi manifest.

License

This is free and unencumbered software released into the public domain.

Contributing

Pull requests are welcome.