Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Author: S J

    This author has written 1561 articles
    1. Home>
    2. S J>
    3. Page 38

    Scala Collections – Tuple

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - Tuple. Scala tuple combines a fixed number of items together so that they can be passed around as a whole. Unlike an array…

    Continue ReadingScala Collections – Tuple

    Scala Collections – Queue

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - Queue. Queue is First In First Out, FIFO data structure and allows to insert and retrieve elements in FIFO manner. Declaring Queue Variables…

    Continue ReadingScala Collections – Queue

    Scala Collections – Option

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - Option. Scala Option[ T ] is a container for zero or one element of a given type. An Option[T] can be either Some[T] or None object, which…

    Continue ReadingScala Collections – Option

    Scala Collections – Iterator

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - Iterator. An iterator is not a collection, but rather a way to access the elements of a collection one by one. The two…

    Continue ReadingScala Collections – Iterator

    Scala Collections – ListMap

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - ListMap. Scala map is a collection of key/value pairs. Any value can be retrieved based on its key. Keys are unique in the…

    Continue ReadingScala Collections – ListMap

    Scala Collections – HashMap

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - HashMap. Scala map is a collection of key/value pairs. Any value can be retrieved based on its key. Keys are unique in the…

    Continue ReadingScala Collections – HashMap

    Scala Collections – Map

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - Map. Scala map is a collection of key/value pairs. Any value can be retrieved based on its key. Keys are unique in the…

    Continue ReadingScala Collections – Map

    Scala Collections – TreeSet

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - TreeSet. Scala Set is a collection of pairwise different elements of the same type. In other words, a Set is a collection that…

    Continue ReadingScala Collections – TreeSet

    Scala Collections – HashSet

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is aboout Scala Collections - HashSet. Scala Set is a collection of pairwise different elements of the same type. In other words, a Set is a collection that…

    Continue ReadingScala Collections – HashSet

    Scala Collections – BitSet

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - BitSet. Bitset is a common base class for mutable and immutable bitsets. Bitsets are sets of non-negative integers and are represented as variable-size…

    Continue ReadingScala Collections – BitSet
    • Go to the previous page
    • 1
    • …
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • …
    • 157
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP