Java com.google.common.base Defaults fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.base Defaults fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.base Defaults.

The text is from its open source code.

Method

TdefaultValue(Class type)
Returns the default value of type as defined by JLS --- 0 for numbers, false for boolean and '\0' for char .