return (currentIndex == -1) ? "" : stack.get(currentIndex);
}
private void fireHistoryChanged(String token) {
HistoryImpl impl = GwtReflectionUtils.getStaticFieldValue(History.class, "impl");
impl.fireHistoryChangedImpl(token);
}
}
static GwtBrowserHistory BROWSER_HISTORY = new GwtBrowserHistory();