非要素 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 コレクションの使用を開始したいと考えています。それは可能ですか?この目的のために Elemental から独自のモジュールに移植するのはかなり簡単でしょうか? 助けてくれてありがとう。