|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AnySet in org.jjoost.collections |
|---|
| Subinterfaces of AnySet in org.jjoost.collections | |
|---|---|
interface |
MultiSet<V>
This interface declares a set that supports multiple occurrences of each value |
interface |
Set<V>
This interface declares that a set supports precisely one occurence of each value |
interface |
UnitarySet<V>
This interface represents the rather dubious concept of a set that may contain at most one item. |
| Methods in org.jjoost.collections that return AnySet | |
|---|---|
AnySet<V> |
AnySet.copy()
Returns a copy of the set. |
AnySet<java.util.Map.Entry<K,V>> |
AnyMap.entries()
|
AnySet<K> |
AnyMap.keys()
|
AnySet<V> |
AnySet.unique()
Returns an AnySet (usually a Set) representing only the unique values
present in this set; if this set is already unique this method should return the set itself. |
AnySet<V> |
AnyMap.values()
Returns a set representing the range of the map. |
AnySet<V> |
AnyMap.values(K key)
|
| Uses of AnySet in org.jjoost.collections.bimaps |
|---|
| Methods in org.jjoost.collections.bimaps that return AnySet | |
|---|---|
AnySet<java.util.Map.Entry<K,V>> |
BiMap.entries()
|
AnySet<K> |
BiMap.keys()
|
AnySet<V> |
AbstractBiMap.values()
|
AnySet<V> |
BiMap.values(K key)
|
| Uses of AnySet in org.jjoost.collections.maps.nested |
|---|
| Classes in org.jjoost.collections.maps.nested with type parameters of type AnySet | |
|---|---|
class |
NestedSetMap<K,V,S extends AnySet<V>>
|
| Methods in org.jjoost.collections.maps.nested that return AnySet | |
|---|---|
AnySet<V> |
NestedSetMap.values()
|
| Uses of AnySet in org.jjoost.collections.maps.wrappers |
|---|
| Methods in org.jjoost.collections.maps.wrappers that return AnySet | |
|---|---|
AnySet<V> |
SynchronizedArbitraryMap.values()
|
AnySet<V> |
DefaultFunctionMap.values()
|
AnySet<V> |
DefaultFactoryMap.values()
|
| Uses of AnySet in org.jjoost.collections.sets.base |
|---|
| Methods in org.jjoost.collections.sets.base with parameters of type AnySet | |
|---|---|
boolean |
AbstractSet.equals(AnySet<V> that)
|
| Uses of AnySet in org.jjoost.collections.sets.concurrent |
|---|
| Classes in org.jjoost.collections.sets.concurrent that implement AnySet | |
|---|---|
class |
LockFreeCountingMultiHashSet<V>
|
class |
LockFreeHashSet<V>
|
class |
LockFreeInlineMultiHashSet<V>
|
class |
LockFreeLinkedCountingMultiHashSet<V>
|
class |
LockFreeLinkedInlineMultiHashSet<V>
|
class |
LockFreeLinkedNestedMultiHashSet<V>
|
class |
LockFreeLinkedScalarHashSet<V>
|
class |
LockFreeNestedMultiHashSet<V>
|
| Uses of AnySet in org.jjoost.collections.sets.serial |
|---|
| Classes in org.jjoost.collections.sets.serial that implement AnySet | |
|---|---|
class |
ArraySet<V>
|
class |
MultiArraySet<V>
|
class |
SerialCountingMultiHashSet<V>
|
class |
SerialHashSet<V>
|
class |
SerialInlineMultiHashSet<V>
|
class |
SerialLinkedCountingMultiHashSet<V>
|
class |
SerialLinkedHashSet<V>
|
class |
SerialLinkedInlineMultiHashSet<V>
|
class |
SerialLinkedNestedMultiHashSet<V>
|
class |
SerialNestedMultiHashSet<V>
|
| Uses of AnySet in org.jjoost.collections.sets.wrappers |
|---|
| Classes in org.jjoost.collections.sets.wrappers with type parameters of type AnySet | |
|---|---|
class |
SynchronizedArbitrarySet<V,S extends AnySet<V>>
|
| Classes in org.jjoost.collections.sets.wrappers that implement AnySet | |
|---|---|
class |
AdapterFromJDKSet<V>
|
class |
SynchronizedArbitrarySet<V,S extends AnySet<V>>
|
class |
SynchronizedMultiSet<V>
|
class |
SynchronizedSet<V>
|
| Methods in org.jjoost.collections.sets.wrappers that return AnySet | |
|---|---|
AnySet<V> |
SynchronizedArbitrarySet.copy()
|
AnySet<V> |
SynchronizedArbitrarySet.unique()
|
| Uses of AnySet in org.jjoost.util |
|---|
| Methods in org.jjoost.util with parameters of type AnySet | ||
|---|---|---|
static
|
Filters.isMemberOf(AnySet<E> set)
Returns a filter accepting values that are members of the provided set |
|
| Uses of AnySet in org.jjoost.util.filters |
|---|
| Methods in org.jjoost.util.filters with parameters of type AnySet | ||
|---|---|---|
static
|
AcceptIfMember.get(AnySet<E> members)
Returns a filter accepting values that are members of the provided set |
|
| Constructors in org.jjoost.util.filters with parameters of type AnySet | |
|---|---|
AcceptIfMember(AnySet<E> members)
Constructs a new filter accepting values that are members of the provided set |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||