public class Wrapper<T>

  1. Object
  2. Wrapper
Generic object wrapper, as workaround for the issue “Local variables referenced from a lambda expression must be final or effectively final”.

Constructors

public Wrapper(T obj)

Methods

public T get()
public void set(T obj)

Inherited methods

Constructor details

Wrapper

public Wrapper(T obj)

Method details

get

public T get()

set

public void set(T obj)