| Interface | Description |
|---|---|
| Equalable |
This exists solely for classes with generated ActionScript counterparts that need to implement
the Equalable.as interface
|
| Hashable |
This exists solely for classes with generated ActionScript counterparts that need to implement
the Hashable.as interface
|
| Class | Description |
|---|---|
| Name |
Contains the name of an entity.
|
| RandomUtil | Deprecated
moved to
RandomUtil. |
| Resulting<T> |
A chainable ResultListener, InvocationListener, and Invoker.Unit all in one.
|
| StreamableArrayIntSet |
A
ArrayIntSet extension that can be streamed. |
| StreamableArrayList<E> |
An
ArrayList extension that can be streamed. |
| StreamableEnumSet<E extends Enum<E>> |
An
EnumSet equivalent (not a subclass, because EnumSet's implementation is private)
that can be streamed. |
| StreamableHashIntMap<V> |
A
HashIntMap extension that can be streamed. |
| StreamableHashMap<K,V> |
A
HashMap extension that can be streamed. |
| StreamableHashSet<E> |
A
HashSet extension that can be streamed. |
| StreamableIntIntMap |
A
IntIntMap extension that can be streamed. |
| StreamablePoint |
A point that can be sent over the network.
|
| StreamableRectangle |
A
Rectangle extension that can be streamed. |
| StreamableTuple<L,R> |
A
Tuple extension that can be streamed. |
| Annotation Type | Description |
|---|---|
| ActionScript |
An annotation that controls ActionScript code generation.
|
Copyright © 2015. All rights reserved.