public class ObjectHolder<T> extends Object
private T
value
ObjectHolder(T initialValue)
T
get()
void
set(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private T value
public ObjectHolder(T initialValue)
public T get()
public void set(T value)
Copyright © 2016 Apache NiFi Project. All rights reserved.