Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
Java
9.3K+ articles
Misc
7.8K+ articles
Java-Functions
4.2K+ articles
Guava-Functions
71+ articles
Guava-LongMath
14+ articles
Guava-Longs
14+ articles
Guava-Floats
12+ articles
Guava-Chars
12+ articles
Guava-Doubles
11+ articles
java-guava
153+ posts
Recent Articles
Popular Articles
Java Guava | Chars.asList() method with Examples
Last Updated: 01 February 2019
The Chars.asList() method of Guava's Chars Class accepts a char array as a parameter and returns a list which has the fixed size. The returned list is backed by the char a...
read more
Java
java-guava
Guava-Functions
Guava-Chars
Java Guava | Chars.indexOf(char[] array, char target) method with Examples
Last Updated: 06 November 2019
Chars.indexOf(char[] array, char target) method of Guava's Chars Class accepts two parameters array and target. If the target exists within the array, the method returns t...
read more
Java
java-guava
Guava-Functions
Guava-Chars
Java Guava | IntMath.checkedPow(int b, int k) method with Examples
Last Updated: 01 February 2019
checkedPow(int b, int k) is a method of Guava's IntMath Class which accepts two parameters b and k and is used to find the k-th power of b. Syntax:public static int checke...
read more
Java
java-guava
Guava-Functions
Guava-IntMath
Java Guava | IntMath.divide(int, int, RoundingMode) method with Examples
Last Updated: 01 February 2019
The divide(int p, int q, RoundingMode mode) method of Guava's IntMath Class accepts three parameters and calculates the result of dividing first parameter by second parame...
read more
Java
java-guava
Guava-Functions
Guava-IntMath
Java Guava | LongMath.checkedPow(long b, int k) method with Examples
Last Updated: 01 February 2019
checkedPow(long b, long k) is a method of Guava's LongMath Class which accepts two parameters b and k and is used to find the k-th power of b. Syntax:public static long ch...
read more
Java
java-guava
Guava-Functions
Guava-LongMath
Java Guava | LongMath.divide(long, long, RoundingMode) method with Examples
Last Updated: 01 February 2019
The divide(long p, long q, RoundingMode mode) method of Guava's LongMath Class accepts three parameters and calculates the result of dividing first parameter by second par...
read more
Java
java-guava
Guava-Functions
Guava-LongMath
Java Guava | Longs.indexOf(long[] array, long target) method with Examples
Last Updated: 06 November 2019
Longs.indexOf(long[] array, long target) method of Guava's Longs Class accepts two parameters array and target. If the target exists within the array, the method returns t...
read more
Java
java-guava
Guava-Functions
Guava-Longs
Java Guava | Longs.asList() method with Examples
Last Updated: 01 February 2019
The Longs.asList() method of Guava's Longs Class accepts a long array as a parameter and returns a list which has the fixed size. The returned list is backed by the long a...
read more
Java
java-guava
Guava-Functions
Guava-Longs
Java Guava | Floats.indexOf(float[] array, float target) method with Examples
Last Updated: 06 November 2019
Floats.indexOf(float[] array, float target) method of Guava's Floats Class accepts two parameters array and target. If the target exists within the array, the method retur...
read more
Java
java-guava
Guava-Functions
Guava-Floats
Java Guava | Doubles.indexOf(double[] array, double target) method with Examples
Last Updated: 05 November 2019
Doubles.indexOf(double[] array, double target) method of Guava's Doubles Class accepts two parameters array and target. If the target exists within the array, the method r...
read more
Java
java-guava
Guava-Functions
Guava-Doubles
Java Guava | Shorts.indexOf(short[] array, short target) method with Examples
Last Updated: 06 November 2019
Shorts.indexOf(short[] array, short target) method of Guava's Shorts Class accepts two parameters array and target. If the target exists within the array, the method retur...
read more
Java
java-guava
Guava-Functions
Guava-Shorts
Java Guava | Bytes.indexOf(byte[] array, byte target) method with Examples
Last Updated: 27 November 2019
Bytes.indexOf(byte[] array, byte target) method of Guava's Bytes Class accepts two parameters array and target. If the target exists within the array, the method returns t...
read more
Java
java-guava
Guava-Functions
Guava-Bytes
Java Guava | Booleans.indexOf(boolean[] array, boolean target) method with Examples
Last Updated: 27 November 2019
Booleans.indexOf(boolean[] array, boolean target) method of Guava's Booleans Class accepts two parameters array and target. If the target exists within the array, the meth...
read more
Java
java-guava
Guava-Functions
Guava-Booleans
CharMatcher fields with Examples | Guava | Java
Last Updated: 05 November 2019
CharMatcher class provides the following constants to obtain CharMatcher instance.Below are some of themDIGITCharMatcher.DIGIT determines whether a character is a digit ac...
read more
Java
java-guava
Using Guava's Collectors for Collecting Streams to Immutable Collections in Java
Last Updated: 16 March 2022
Guava is a set of core libraries from Google that includes new collection types. For example, we multimap and multisets, immutable collections, a graph library, and utilit...
read more
Java
Picked
Java-Collections
java-guava
1
2
3
4
...
11
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !