Tag Archives: conversion

How to convert a Map to an Array in Java

This tutorial is about several approaches to converting Java’s Map interface implementations into the Java array. Continue reading

Posted in Language basics | Tagged , , , , , , , | Leave a comment

How to convert int to long in Java?

This article is a simple hint on the question of converting int to long or Long in Java. Continue reading

Posted in Tips & tricks | Tagged , , | Leave a comment