Skip to content

mdouaihy/SafeClassCast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

295e6b1 · Oct 19, 2014

History

6 Commits
Oct 19, 2014
Sep 21, 2014
Oct 19, 2014
Sep 21, 2014
Oct 19, 2014

Repository files navigation

Safe Class Cast

The aim of this library is to have a Safe Class Cast in Java using Generics & Type Inferring:

  • no explicit downcasting with runtime errors
  • avoids instanceof
  • clean and easy to use
  • strongly typed. Wrong code won't compile

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages