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 7

    JavaTuples – Unit Class

    • Post author:S J
    • Post published:December 18, 2021
    • Post category:Java Tuples
    • Post comments:1 Comment

    This topic is about JavaTuples - Unit Class. Introduction The org.javatuples.Unit class represents a Tuple with single element. Class declaration Following is the declaration for org.javatuples.Unit class − public final class Unit<A> extends Tuple…

    Continue ReadingJavaTuples – Unit Class

    JavaTuples – Checking Elements

    • Post author:S J
    • Post published:December 18, 2021
    • Post category:Google Guice
    • Post comments:0 Comments

    This topic is about JavaTuples - Checking Elements. Each tuple provides utility methods to check their elements in similar fashion as collection. contains(element) − checks if element is present or not.containsAll(collection) −…

    Continue ReadingJavaTuples – Checking Elements

    JavaTuples – Iteration

    • Post author:S J
    • Post published:December 18, 2021
    • Post category:Google Guice
    • Post comments:1 Comment

    This topic is about JavaTuples - Iteration. Each tuple implements Iterable interface and can be iterated in similar fashion as collection. Pair<String, Integer> pair = Pair.with("Test", Integer.valueOf(5)); for(Object object: Pair){…

    Continue ReadingJavaTuples – Iteration

    JavaTuples – Conversion

    • Post author:S J
    • Post published:December 18, 2021
    • Post category:Google Guice
    • Post comments:2 Comments

    This topic is about JavaTuples - Conversion. Tuple to List/Array A tuple can be converted to List/Array but at cost of type safety and converted list is of type List<Object>/Object[].…

    Continue ReadingJavaTuples – Conversion

    JavaTuples – Remove Elements

    • Post author:S J
    • Post published:December 18, 2021
    • Post category:Google Guice
    • Post comments:1 Comment

    This topic is about JavaTuples - Remove Elements. A tuple has removeAtX() methods to remove value at particular index. For example Triplet class has following methods. removeAt0() − remove value at…

    Continue ReadingJavaTuples – Remove Elements

    JavaTuples – Add Elements

    • Post author:S J
    • Post published:December 18, 2021
    • Post category:Google Guice
    • Post comments:1 Comment

    This topic is about JavaTuples - Add Elements. A tuple has add() method at the end of a tuple and it changes the type of tuple as well. For example…

    Continue ReadingJavaTuples – Add Elements

    JavaTuples – Set Values

    • Post author:S J
    • Post published:December 18, 2021
    • Post category:Java Tuples
    • Post comments:1 Comment

    This topic is about JavaTuples - Set Values. A tuple has setAtX() methods to set value at particular index. For example Triplet class has following methods. setAt0() − set value at…

    Continue ReadingJavaTuples – Set Values

    JavaTuples – Get Values

    • Post author:S J
    • Post published:December 18, 2021
    • Post category:Google Guice
    • Post comments:1 Comment

    This topic is about JavaTuples - Get Values. A tuple has getValueX() methods to get values and getValue() a generic method to get value by index. For example Triplet class…

    Continue ReadingJavaTuples – Get Values

    JavaTuples – Create Tuples

    • Post author:S J
    • Post published:December 18, 2021
    • Post category:Google Guice
    • Post comments:1 Comment

    This topic is about JavaTuples - Create Tuples. A tuple using JavaTuple classes can be created using multiple options. Following are the examples − Using with() Methods Each tuple class…

    Continue ReadingJavaTuples – Create Tuples

    JavaTuples – Environment Setup

    • Post author:S J
    • Post published:December 18, 2021
    • Post category:Java Tuples
    • Post comments:1 Comment

    This topic is about JavaTuples - Environment Setup. Local Environment Setup If you are still willing to set up your environment for Java programming language, then this section guides you…

    Continue ReadingJavaTuples – Environment Setup
    • Go to the previous page
    • 1
    • …
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • …
    • 157
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP