public class Holder<T>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
-
-
Method Details
-
-
set
public void set(T object)
-
update
public T update(T object)
-
isEmpty
public boolean isEmpty()
-
isPresent
public boolean isPresent()
-
of
public static <T> Holder<T> of(T object)
-
blank
public static <T> Holder<T> blank()
-
-