|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Group | |
---|---|
pivot.collections | Defines a set of classes and interfaces that serve as generic collections as well as the data model for UI components. |
pivot.collections.adapter | Provides a set of collection implementations that are backed by java.util collections. |
pivot.collections.concurrent | Contains a set of thread-safe collection implementations. |
pivot.collections.immutable | Contains a set of read-only collection implementations. |
pivot.util.concurrent | Provides a set of classes to simplify the execution of background tasks. |
Uses of Group in pivot.collections |
---|
Subinterfaces of Group in pivot.collections | |
---|---|
interface |
Set<E>
Collection interface representing a group of unique elements. |
Classes in pivot.collections that implement Group | |
---|---|
class |
EnumSet<E extends Enum<E>>
Implementation of the Set interface that is backed by a bitfield
representing enum values. |
class |
HashSet<E>
Implementation of the Set interface that is backed by a
hashtable. |
Uses of Group in pivot.collections.adapter |
---|
Classes in pivot.collections.adapter that implement Group | |
---|---|
class |
SetAdapter<E>
Implementation of the Set interface that is backed by an
instance of java.util.Set. |
Uses of Group in pivot.collections.concurrent |
---|
Classes in pivot.collections.concurrent that implement Group | |
---|---|
class |
SynchronizedSet<E>
Synchronized implementation of the Set interface. |
Uses of Group in pivot.collections.immutable |
---|
Classes in pivot.collections.immutable that implement Group | |
---|---|
class |
ImmutableSet<E>
Unmodifiable implementation of the Set interface. |
Uses of Group in pivot.util.concurrent |
---|
Classes in pivot.util.concurrent that implement Group | |
---|---|
class |
TaskGroup<V>
Class that runs a group of tasks in parallel and notifies listeners when all tasks are complete. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |