Class | Description |
---|---|
AbstractDetachableCollection<T> |
A collection that can be converted between attached and detached state via calls to
AbstractDetachableCollection.attach() and AbstractDetachableCollection.detach() . |
DetachableHashSet<T> |
A hash set that can be converted between attached and detached states.
|
DetachableSet<T> |
A set that can be converted between an attached and detached state.
|
Copyright © 2015. All rights reserved.