是否可以在非元素 GWT 应用程序中使用元素集合(elemental.util.Collections、elemental.util.ArrayOfInt、elemental.util.MapFromStringTo 等)。我已经在使用这些模块:
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<!-- Inherit the RequestBuilder stuff. -->
<inherits name="com.google.gwt.http.HTTP" />
<!-- Inherit GQuery -->
<inherits name='com.google.gwt.query.Query' />
但我想开始使用轻量级元素集合而不是 Java ArrayList 和 HashMap。那可能吗?为此目的,从 Elemental 移植到它自己的模块会相当容易吗?谢谢你的帮助。