public class Stash extends Object
Modifier and Type | Field and Description |
---|---|
static int |
INITIAL_SIZE |
Constructor and Description |
---|
Stash() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
copy(Stash src) |
int |
getDelimTag() |
int |
getRgPointer() |
boolean |
hasRgStash() |
void |
stash(int delimTag,
int rgPointer) |
void |
unstash() |
void |
updatePointers(int oldLink,
int newLink) |
public static final int INITIAL_SIZE
public void stash(int delimTag, int rgPointer)
public void unstash()
public int getDelimTag()
public int getRgPointer()
public void updatePointers(int oldLink, int newLink)
public boolean hasRgStash()
public void copy(Stash src)
public void clear()
Copyright © 2000–2022 EPAM Systems. All rights reserved.