Package | Description |
---|---|
com.google.gwt.dev.util.collect | |
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
java.util |
Modifier and Type | Class and Description |
---|---|
class |
IdentityHashSet<E>
A memory-efficient identity hash set.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractList<E>
Skeletal implementation of the List interface.
|
class |
AbstractQueue<E>
Skeletal implementation of the Queue interface.
|
class |
AbstractSequentialList<E>
Skeletal implementation of the List interface.
|
class |
AbstractSet<E>
Skeletal implementation of the Set interface.
|
class |
ArrayList<E>
Resizeable array implementation of the List interface.
|
class |
EnumSet<E extends Enum<E>>
|
class |
HashSet<E>
Implements a set in terms of a hash table.
|
class |
LinkedHashSet<E>
Hash table and linked-list implementation of the Set interface with
predictable iteration order.
|
class |
LinkedList<E>
Linked list implementation.
|
class |
PriorityQueue<E>
An unbounded priority queue based on a priority heap.
|
class |
Stack<E>
Maintains a last-in, first-out collection of objects.
|
class |
TreeSet<E>
Implements a set using a TreeMap.
|
class |
Vector<E>
To keep performance characteristics in line with Java community expectations,
Vector is a wrapper around ArrayList . |
Copyright © 2018. All rights reserved.