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 emptyNullable
value.Nullable.of
(boolean value) Create aNullable
representation of the specifiedboolean
value.Nullable.of
(byte value) Create aNullable
representation of the specifiedbyte
value.Nullable.of
(double value) Create aNullable
representation of the specifieddouble
value.Nullable.of
(float value) Create aNullable
representation of the specifiedfloat
value.Nullable.of
(int value) Create aNullable
representation of the specifiedint
value.Nullable.of
(long value) Create aNullable
representation of the specifiedlong
value.Nullable.of
(short value) Create aNullable
representation of the specifiedshort
value.Create aNullable
representation of the specifiedBoolean
value.Create aNullable
representation of the specifiedByte
value.Create aNullable
representation of the specifiedDouble
value.Create aNullable
representation of the specifiedFloat
value.Create aNullable
representation of the specifiedInteger
value.Create aNullable
representation of the specifiedLong
value.Create aNullable
representation of the specifiedShort
value.static <T> Nullable
<T> Nullable.of
(T value) Create aNullable
representation 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 class
A thread-safe immutable binary object.class
A Set specialization of InflatableCollection.