Package | Description |
---|---|
com.ibm.bluej.consistency.util |
Modifier and Type | Method and Description |
---|---|
RecomputeStack.StackElement<Key,Value> |
RecomputeStack.pop()
Pops the element on the top of the stack, removing it.
|
RecomputeStack.StackElement<Key,Value> |
RecomputeStack.push(Key key,
Value value)
Complex operation, if the key is not present, it will create at the beginning of the stack, a new element with the value
If the key is present, it will be pushed to the bottom of the stack and the existing element is returned unchanged
|