public class Overwrite<T> extends ChannelValueStore<T>
EMPTY, FULL, NONEMPTYFULL| Constructor and Description |
|---|
Overwrite() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
clone()
Returns a new Object with the same creation parameters as this Object.
|
protected T |
get()
Returns the next available Object from the ChannelValueStore.
|
protected int |
getState()
Returns the current state of the ChannelValueStore, should be called to
ensure the Pre-conditions of the other methods are not broken.
|
protected void |
put(T value)
Puts a new Object into the ChannelValueStore.
|
String |
toString() |
protected Object clone()
ChannelValueStoreclone in class ChannelValueStore<T>protected T get()
ChannelValueStoreget in class ChannelValueStore<T>protected int getState()
ChannelValueStoregetState in class ChannelValueStore<T>protected void put(T value)
ChannelValueStoreput in class ChannelValueStore<T>value - The object to put in the ChannelValueStoreCopyright © 2015 Revolution Systems Inc.. All rights reserved.