Skip to content
This repository was archived by the owner on Sep 24, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 1.25 KB

File metadata and controls

30 lines (21 loc) · 1.25 KB

MyString

A Java CharSequence implementation backed by a Character List

The backing list determines whether the instance is mutable (i.e. writeable).

About

This is the difference between CharSequence and String in a concrete piece of code.

I originally prepared this to keep my Java experience fresh, but as the project develops, JetBrains annotations, Maven (pom.xml) and GitHub Packages & JavaDoc GitHub Pages via GitHub Actions joined the party too.

License

Copyright ParadoxV5 2022. Distributed under the Boost Software License, Version 1.0.