Skip to content

Add NamedNumber utility#8

Open
ardikars wants to merge 2 commits intobliblidotcom:masterfrom
ardikars:master
Open

Add NamedNumber utility#8
ardikars wants to merge 2 commits intobliblidotcom:masterfrom
ardikars:master

Conversation

@ardikars
Copy link

No description provided.

* @param <T> number.
* @param <U> named number.
*/
public abstract class NamedNumber<T extends Number, U extends NamedNumber<T, ?>> implements Serializable {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is <U> for?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's for wrap an extended 'NamedNumber' object and store it in the cache.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants