| Package | Description |
|---|---|
| com.google.gwt.dev.cfg | |
| com.google.gwt.dev.shell | |
| java.util |
| Modifier and Type | Method and Description |
|---|---|
Deque<Rule> |
ModuleDef.getRules()
Gets a reference to the internal rules for this module def.
|
| Constructor and Description |
|---|
StandardRebindOracle(PropertyOracle propOracle,
Deque<Rule> rules,
StandardGeneratorContext genCtx) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayDeque<E>
A
Deque based on circular buffer that is implemented with an array and head/tail
pointers. |
class |
LinkedList<E>
Linked list implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Queue<T> |
Collections.asLifoQueue(Deque<T> deque) |
Copyright © 2018. All rights reserved.