Scala collections and Java collections correspond to transformation relationships

Source: Internet
Author: User
Tags iterable

Syn Good son source: Http://www.cnblogs.com/cssdongl reprint please indicate the source

When you encode in Scala, you often encounter cases where Scala collections and Java collections Convert to each other, specifically mark, to deepen memory

Scala.collection.Iterable <=> java.lang.Iterable

Scala.collection.Iterable <=> java.util.Collection

Scala.collection.Iterator <=> java.util. {Iterator, enumeration}

Scala.collection.mutable.Buffer <=> Java.util.List

Scala.collection.mutable.Set <=> Java.util.Set

Scala.collection.mutable.Map <=> java.util. {Map, Dictionary}

Scala.collection.mutable.ConcurrentMap <=> Java.util.concurrent.ConcurrentMap

Scala.collection.Seq = Java.util.List

Scala.collection.mutable.Seq = Java.util.List

Scala.collection.Set = Java.util.Set

Scala.collection.Map = Java.util.Map

Java.util.Properties = scala.collection.mutable.map[string, String]

Scala.collection.JavaConversions can be used to quickly convert, such as the Java list quickly into Scala's buffer

Val scalalist = Javaconversions.asscalabuffer (javalist)

Scala collections and Java collections correspond to transformation relationships

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.