Guava

Guava – Shorts Class

  • Post author:
  • Post category:Guava
  • Post comments:0 Comments

Shorts is a utility class for primitive type short. Class Declaration Following is the declaration for com.google.common.primitives.Shorts class โˆ’ @GwtCompatible public final class Shorts extends Object Fields Sr.NoField & Description1static int BYTESThe…

Continue ReadingGuava – Shorts Class

Guava – Bytes Class

  • Post author:
  • Post category:Guava
  • Post comments:0 Comments

Bytes is a utility class for primitive type byte. Class Declaration Following is the declaration for com.google.common.primitives.Bytes class โˆ’ @GwtCompatible public final class Bytes extends Object Methods Sr.NoMethod & Description1static List<Byte> asList(byte...…

Continue ReadingGuava – Bytes Class

Guava – CaseFormat Class

  • Post author:
  • Post category:Guava
  • Post comments:0 Comments

CaseFormat is a utility class to provide conversion between various ASCII char formats. Class Declaration Following is the declaration for com.google.common.base.CaseFormat class โˆ’ @GwtCompatible public enum CaseFormat extends Enum<CaseFormat> Enum Constants Sr.NoEnum…

Continue ReadingGuava – CaseFormat Class

Guava – CharMatcher Class

  • Post author:
  • Post category:Guava
  • Post comments:1 Comment

CharMatcher provides various methods to handle various JAVA types for char values. Class Declaration Following is the declaration for com.google.common.base.CharMatcher class โˆ’ @GwtCompatible(emulated = true) public final class CharMatcher extends Object Fields…

Continue ReadingGuava – CharMatcher Class

Guava – Splitter Class

  • Post author:
  • Post category:Guava
  • Post comments:1 Comment

Splitter provides various methods to handle splitting operations on string, objects, etc. Class Declaration Following is the declaration for com.google.common.base.Splitter class โˆ’ @GwtCompatible(emulated = true) public final class Splitter extends Object Class…

Continue ReadingGuava – Splitter Class

Guava – Joiner class

  • Post author:
  • Post category:Guava
  • Post comments:0 Comments

Joiner provides various methods to handle joining operations on string, objects, etc. Class Declaration Following is the declaration for com.google.common.base.Joiner class โˆ’ @GwtCompatible public class Joiner extends Object Class Methods Sr.NoMethod &…

Continue ReadingGuava – Joiner class