Package | Description |
---|---|
propel.core.collections.sets | |
propel.core.utils |
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 | Method and Description |
---|---|
static <T extends java.lang.Comparable<T>> |
ImmutableUtils.toReadOnly(ReifiedSet<T> set)
Returns a read-only version of the given collection
|
Modifier and Type | Method and Description |
---|---|
static <T extends java.lang.Comparable<T>> |
ImmutableUtils.toReadOnly(ReifiedSet<T> set)
Returns a read-only version of the given collection
|