Uses of Interface
com.oracle.coherence.common.base.Nullable
Packages that use Nullable
Package
Description
The base package provides a number of classes to complement those in the java.lang package.
Contains various generic utilities.
- 
Uses of Nullable in com.oracle.coherence.common.base
Methods in com.oracle.coherence.common.base that return NullableModifier and TypeMethodDescriptionstatic <T> Nullable<T> Nullable.empty()Create an emptyNullablevalue.Nullable.of(boolean value) Create aNullablerepresentation of the specifiedbooleanvalue.Nullable.of(byte value) Create aNullablerepresentation of the specifiedbytevalue.Nullable.of(double value) Create aNullablerepresentation of the specifieddoublevalue.Nullable.of(float value) Create aNullablerepresentation of the specifiedfloatvalue.Nullable.of(int value) Create aNullablerepresentation of the specifiedintvalue.Nullable.of(long value) Create aNullablerepresentation of the specifiedlongvalue.Nullable.of(short value) Create aNullablerepresentation of the specifiedshortvalue.Create aNullablerepresentation of the specifiedBooleanvalue.Create aNullablerepresentation of the specifiedBytevalue.Create aNullablerepresentation of the specifiedDoublevalue.Create aNullablerepresentation of the specifiedFloatvalue.Create aNullablerepresentation of the specifiedIntegervalue.Create aNullablerepresentation of the specifiedLongvalue.Create aNullablerepresentation of the specifiedShortvalue.static <T> Nullable<T> Nullable.of(T value) Create aNullablerepresentation of the specified reference value.Methods in com.oracle.coherence.common.base with parameters of type Nullable - 
Uses of Nullable in com.tangosol.util
Classes in com.tangosol.util that implement NullableModifier and TypeClassDescriptionfinal classA thread-safe immutable binary object.classA Set specialization of InflatableCollection.