Modifier and Type | Class and Description |
---|---|
class |
NSMutableSet<E>
NSSet reimplementation to support JDK 1.5 templates.
|
Modifier and Type | Field and Description |
---|---|
static NSSet |
NSSet.EmptySet |
Modifier and Type | Method and Description |
---|---|
static <T> NSSet<T> |
NSSet.emptySet() |
NSSet<E> |
NSSet.immutableClone() |
NSSet<E> |
NSMutableSet.immutableClone() |
static <E> NSSet<E> |
NSSet.of()
Returns an immutable empty
NSSet . |
static <E> NSSet<E> |
NSSet.of(E... elements)
Returns an immutable
NSSet containing an arbitrary number of elements. |
static <E> NSSet<E> |
NSSet.of(E element)
Returns an immutable
NSSet containing one element. |
NSSet<E> |
NSSet.setByIntersectingSet(NSSet<?> otherSet) |
NSSet<E> |
NSSet.setBySubtractingSet(NSSet<?> otherSet) |
NSSet<E> |
NSSet.setByUnioningSet(NSSet<? extends E> otherSet) |
Modifier and Type | Method and Description |
---|---|
void |
NSMutableSet.intersectSet(NSSet<?> otherSet) |
boolean |
NSSet.intersectsSet(NSSet<?> otherSet) |
boolean |
NSSet.isEqualToSet(NSSet<?> otherSet) |
boolean |
NSSet.isSubsetOfSet(NSSet<?> otherSet) |
NSSet<E> |
NSSet.setByIntersectingSet(NSSet<?> otherSet) |
NSSet<E> |
NSSet.setBySubtractingSet(NSSet<?> otherSet) |
NSSet<E> |
NSSet.setByUnioningSet(NSSet<? extends E> otherSet) |
void |
NSMutableSet.setSet(NSSet<? extends E> otherSet) |
void |
NSMutableSet.subtractSet(NSSet<?> otherSet) |
void |
NSMutableSet.unionSet(NSSet<? extends E> otherSet) |
Constructor and Description |
---|
NSMutableSet(NSSet<? extends E> otherSet) |
NSSet(NSSet<? extends E> otherSet) |
Modifier and Type | Method and Description |
---|---|
protected NSSet |
ERD2WModel._addKeyToVectorKeysToTakeLiterally() |
Modifier and Type | Method and Description |
---|---|
String |
ERD2WModel.nameForSet(NSSet set) |
Modifier and Type | Field and Description |
---|---|
protected NSSet<String> |
ERXApplication._responseCompressionTypes |
Modifier and Type | Method and Description |
---|---|
NSSet<String> |
ERXApplication.responseCompressionTypes()
checks the value of
er.extensions.ERXApplication.responseCompressionTypes for
mime types that allow response compression in addition to text/* types. |
Modifier and Type | Method and Description |
---|---|
protected NSSet |
ERXDatabase._cachedFetchAttributesForEntityNamed(String name) |
protected NSSet<String> |
ERXEntityOrder.dependentEntities(NSDictionary<String,NSSet<String>> dependencies,
EOEntity entity) |
NSSet<ERXKey> |
ERXKeyFilter.excludes()
Returns the set of keys that are explicitly excluded.
|
NSSet<ERXKey> |
ERXKeyFilter.lockedRelationships()
Returns the set of relationships that are locked (i.e.
|
static NSSet |
ERXEOAccessUtilities.verifyAllSnapshots()
In a multi-OSC or multi-instance scenario, when there are bugs, it is possible for the snapshots to become out of
sync with the database.
|
Modifier and Type | Method and Description |
---|---|
protected abstract NSDictionary<String,NSSet<String>> |
ERXEntityOrder.dependenciesByEntity()
Processes
allEntities() and returns a dictionary keyed on
dependencyKeyFor(EOEntity) . |
Modifier and Type | Method and Description |
---|---|
protected NSSet<String> |
ERXEntityOrder.dependentEntities(NSDictionary<String,NSSet<String>> dependencies,
EOEntity entity) |
protected boolean |
ERXEntityOrder.hasDependenciesForEntity(NSDictionary<String,NSSet<String>> dependencies,
EOEntity entity) |
Modifier and Type | Method and Description |
---|---|
static <T> NSSet<T> |
ERXSetUtilities.deepClone(NSSet<T> set,
boolean onlyCollections)
Returns a deep clone of the given set.
|
static <T> NSSet<T> |
ERXArrayUtilities.deepClone(NSSet<T> set,
boolean onlyCollections)
Deprecated.
user
ERXSetUtilities.deepClone(NSSet, boolean) instead |
static <T> NSSet<T> |
ERXSetUtilities.filteredSetWithQualifier(NSSet<T> set,
EOQualifier qualifier)
Like EOQualifier.filteredArrayWithQualifier but for an NSSet.
|
static <T> NSSet<T> |
ERXSetUtilities.setFromArray(Collection<T> array)
Simple utility method to create a concrete set object from an array.
|
static <T> NSSet<T> |
ERXArrayUtilities.setFromArray(NSArray<T> array)
Deprecated.
use
ERXSetUtilities.setFromArray(Collection) instead |
static NSSet |
ERXValueUtilities.setValue(Object obj)
Basic utility method for reading NSSet values which works also with
Strings.
|
static NSSet |
ERXValueUtilities.setValueWithDefault(Object obj,
NSSet def)
Basic utility method for reading
NSSet values which also
works with serialized NSSets and comma separated items. |
NSSet<Object> |
ERXPropertyListSerialization._BinaryPListParser.BinarySet.toNSSet() |
Modifier and Type | Method and Description |
---|---|
static <T> NSSet<T> |
ERXSetUtilities.deepClone(NSSet<T> set,
boolean onlyCollections)
Returns a deep clone of the given set.
|
static <T> NSSet<T> |
ERXArrayUtilities.deepClone(NSSet<T> set,
boolean onlyCollections)
Deprecated.
user
ERXSetUtilities.deepClone(NSSet, boolean) instead |
static <T> NSSet<T> |
ERXSetUtilities.filteredSetWithQualifier(NSSet<T> set,
EOQualifier qualifier)
Like EOQualifier.filteredArrayWithQualifier but for an NSSet.
|
static void |
ERXThreadStorage.setProblematicTypes(NSSet<Class<?>> problematicTypes)
Set the Set of classes for which a warning is issued when the storageMap
was inherited from another Thread and the object retrieved from the map
is a subclass of one of the classes in the set.
|
static NSSet |
ERXValueUtilities.setValueWithDefault(Object obj,
NSSet def)
Basic utility method for reading
NSSet values which also
works with serialized NSSets and comma separated items. |
static <T> NSArray<T> |
ERXSetUtilities.sortedArrayFromSet(NSSet<T> set,
EOSortOrdering... orderings)
Takes an unordered set and creates a sorted array from its elements.
|
static <T> NSArray<T> |
ERXSetUtilities.sortedArrayFromSet(NSSet<T> set,
NSArray<EOSortOrdering> orderings)
Takes an unordered set and creates a sorted array from its elements.
|
static <T> NSArray<T> |
ERXSetUtilities.sortedArrayFromSet(NSSet<T> set,
NSComparator comparator)
Takes an unordered set and creates a sorted array from its elements.
|
Modifier and Type | Method and Description |
---|---|
NSDictionary<String,NSSet<EOGlobalID>> |
ERXRemoteSynchronizer.globalIDsGroupedByEntity(NSArray<EOGlobalID> gids) |
Modifier and Type | Method and Description |
---|---|
static NSSet<String> |
ERXStats.aggregateKeys()
Returns the aggregate key names for all of the threads that have been
recorded.
|
Modifier and Type | Method and Description |
---|---|
static <T> Collector<T,?,NSSet<T>> |
ERXCollectors.toNSSet()
Returns a
Collector that accumulates the input elements into a new
NSSet . |
Modifier and Type | Method and Description |
---|---|
protected NSSet |
ERAutoIndex.entities() |
Copyright © 2002 – 2024 Project Wonder.