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: K Z

    This author has written 1821 articles
    1. Home>
    2. K Z>
    3. Page 9

    Groovy – containsKey()

    • Post author:K Z
    • Post published:December 18, 2021
    • Post category:Groovy
    • Post comments:0 Comments

    Does this Map contain this key? Syntax boolean containsKey(Object key) Parameters Key − The key used to search for. Return Value True or false depending on whether the key value is…

    Continue ReadingGroovy – containsKey()

    Groovy – Maps

    • Post author:K Z
    • Post published:December 18, 2021
    • Post category:Groovy
    • Post comments:5 Comments

    A Maps (also known as an associative array, dictionary, table, and hash) is an unordered collection of object references. The elements in a Map collection are accessed by a key…

    Continue ReadingGroovy – Maps

    Groovy – sort()

    • Post author:K Z
    • Post published:December 18, 2021
    • Post category:Groovy
    • Post comments:0 Comments

    Returns a sorted copy of the original List. Syntax List sort() Parameters None Return Value The sorted list. Example Following is an example of the usage of this method −…

    Continue ReadingGroovy – sort()

    Groovy – size()

    • Post author:K Z
    • Post published:December 18, 2021
    • Post category:Groovy
    • Post comments:0 Comments

    Obtains the number of elements in this List. Syntax int size() Parameters None Return Value The size of the list. Example Following is an example of the usage of this…

    Continue ReadingGroovy – size()

    Groovy – reverse()

    • Post author:K Z
    • Post published:December 18, 2021
    • Post category:Groovy
    • Post comments:0 Comments

    Create a new list that is the reverse the elements of the original List. Syntax List reverse() Parameters None Return Value The reversed list. Example Following is an example of…

    Continue ReadingGroovy – reverse()

    Groovy – remove()

    • Post author:K Z
    • Post published:December 18, 2021
    • Post category:Groovy
    • Post comments:0 Comments

    Removes the element at the specified position in this List. Syntax Object remove(int index) Parameters Index – Index at which the value needs to be removed. Return Value The removed…

    Continue ReadingGroovy – remove()

    Groovy – pop()

    • Post author:K Z
    • Post published:December 18, 2021
    • Post category:Groovy
    • Post comments:1 Comment

    Removes the last item from this List. Syntax Object pop() Parameters None Return Value The popped value from the list. Example Following is an example of the usage of this…

    Continue ReadingGroovy – pop()

    Groovy – Lists plus()

    • Post author:K Z
    • Post published:December 18, 2021
    • Post category:Groovy
    • Post comments:0 Comments

    Creates a new List composed of the elements of the original together with those specified in the collection. Syntax List plus(Collection collection) Parameters Collection – The collection of values to…

    Continue ReadingGroovy – Lists plus()

    Groovy – Lists minus()

    • Post author:K Z
    • Post published:December 18, 2021
    • Post category:Groovy
    • Post comments:1 Comment

    Creates a new List composed of the elements of the original without those specified in the collection. Syntax List minus(Collection collection) Parameters Collection – The collection of values to minus…

    Continue ReadingGroovy – Lists minus()

    Groovy – isEmpty()

    • Post author:K Z
    • Post published:December 18, 2021
    • Post category:Groovy
    • Post comments:0 Comments

    Returns true if this List contains no elements. Syntax boolean isEmpty() Parameters None Return Value True or false depending on whether the list is empty or not. Example Following is…

    Continue ReadingGroovy – isEmpty()
    • Go to the previous page
    • 1
    • …
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • …
    • 183
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP