Scala Data Structure
Jump to navigation
Jump to search
A Scala Data Structure is a data structure that is expressed in Scala Code.
- Context:
- It can defined by a Scala DDL Statement (within the Scala programming language).
- It can accessed by a Scala DAL Statement (within the Scala programming language).
- It can range from being a Scala Plain-Old Data Structure to being a Scala Object Structure.
- It can range from being a Scala Immutable Data Structure to being a Scala Mutable Data Structure.
- It can be accessed in a Scala Program.
- Example(s):
- a Scala Hash Map.
- a Scala Array.
- …
- Counter-Example(s):
- See: Scala Function, Scala Data Munging.