Package | Description |
---|---|
com.google.gwt.dev.util.collect | |
java.util |
Modifier and Type | Class and Description |
---|---|
class |
IdentityHashSet<E>
A memory-efficient identity hash set.
|
Modifier and Type | Class and Description |
---|---|
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 |
TreeSet<E>
Implements a set using a TreeMap.
|
Copyright © 2018. All rights reserved.