public static class FragmentBuilder.StateInformation extends Object
| Constructor and Description |
|---|
StateInformation() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object context)
This method retrieves the value associated with an optional
context.
|
void |
remove(Object context)
This method removes the value associated with the supplied
optional context.
|
void |
set(Object context,
Object value)
This method sets the value associated with an optional context.
|
public void set(Object context, Object value)
context - The optional contextvalue - The valuepublic Object get(Object context)
context - The optional contextpublic void remove(Object context)
context - The optional contextCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.