Package | Description |
---|---|
propel.core.collections.sets | |
propel.core.collections.volatiles |
Modifier and Type | Interface and Description |
---|---|
interface |
ReifiedSet<T extends java.lang.Comparable<T>>
The interface of a type-aware set
|
Modifier and Type | Class and Description |
---|---|
class |
AvlTreeSet<T extends java.lang.Comparable<T>>
A type-aware AVL-tree-backed set.
|
class |
SharedAvlTreeSet<T extends java.lang.Comparable<T>>
A thread-safe type-aware AVL-tree-backed set.
|
Modifier and Type | Class and Description |
---|---|
class |
ValueSessionStore<T extends java.lang.Comparable<T>>
A type-aware thread-safe Session object that allows multiple threads to operate on a collection of time-expiring objects.
|