Skip to content

manoharpatil/ScalaCollectionsExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala Collections Example for Scala 2.13 and Scala 3


Overview


Requirements


Project Structure



ScalaCollectionsExample
├── src/
│   ├── main/
│   │   └── scala/
│   │       └── com/
│   │             └── example/
│   │                └── scala/
│   │                    └── collections/
│   │                        ├── iterable/
│   │                        │   └── ITERABLE.md
│   │                        ├── map/
│   │                        │   └── MAP.md
│   │                        ├── seq/
│   │                        │   └── SEQ.md
│   │                        ├── set/
│   │                        │   └── SET.md                                
│   │                        ├── INTRODUCTION.md
│   │                        └── MUTABLE_AND_IMMUTABLE_COLLECTIONS.md      
│   └── test/
│       └── scala/
├── .gitignore
├── build.sbt
└── README.md

Setup and Running


Content


Number Topic
1 Introduction
2 Mutable and Immutable Collections
3 Iterable
4 Seq
5 Map
6 Set

Resources


About

Scala Collections Example for Scala 2.13 and Scala 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages