T
- any typepublic class Pointer<T> extends Object
Constructor and Description |
---|
Pointer() |
Modifier and Type | Method and Description |
---|---|
T |
get()
Returns the value of the pointer.
|
static <T> Pointer<T> |
newInstance(T value)
Factory method to create new instance with given default.
|
void |
set(T v)
Sets the pointer's value.
|
public T get()
public void set(T v)
v
- the new valuepublic static final <T> Pointer<T> newInstance(T value)
T
- The type the returned pointer represents.value
- The default value
KNIME GmbH, Konstanz, Germany
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.