public static class ERXMutableDictionary.ThreadSafeDictionary<K,V> extends ERXMutableDictionary<K,V>
ERXMutableDictionary.synchronizedDictionary();
instead and we will fix all the bugs in due time.ERXMutableDictionary.ThreadSafeDictionary<K,V>
NSDictionary._JavaNSDictionaryMapEntry<P,Q>
NSCoding._BigDecimalSupport, NSCoding._BigIntegerSupport, NSCoding._BooleanSupport, NSCoding._ByteSupport, NSCoding._CharacterSupport, NSCoding._DateSupport, NSCoding._DoubleSupport, NSCoding._FloatSupport, NSCoding._IntegerSupport, NSCoding._LongSupport, NSCoding._NumberSupport, NSCoding._ShortSupport, NSCoding._StringSupport, NSCoding.Support
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility
NSKeyValueCoding._BooleanFieldBinding, NSKeyValueCoding._BooleanMethodBinding, NSKeyValueCoding._FieldBinding, NSKeyValueCoding._ForwardingBinding, NSKeyValueCoding._KeyBinding, NSKeyValueCoding._KeyBindingCreation, NSKeyValueCoding._MethodBinding, NSKeyValueCoding._NumberFieldBinding, NSKeyValueCoding._NumberMethodBinding, NSKeyValueCoding._ReflectionKeyBindingCreation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.MapImplementation, NSKeyValueCoding.Null<T>, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.ValueAccessor
_CLASS
_capacity, _count, _deletionLimit, _entrySetCache, _flags, _hashCache, _hashtableBuckets, _keys, _keysCache, _keySetCache, _MAP_ENTRY_CLASS, _NSDictionaryClassHashCode, _NSDictionaryMapEntryHashCode, _objects, _objectsCache, CheckForNull, EmptyDictionary, IgnoreNull
_KeyPathSeparatorChar, KeyPathSeparator
NullValue
Constructor and Description |
---|
ThreadSafeDictionary(NSMutableDictionary<? extends K,? extends V> dictionary) |
booleanObjectForKey, clone, fromBlob, fromPropertyList, stringObjectForKey, synchronizedDictionary, synchronizedDictionary, synchronizedDictionary, toBlob, toBlob, toBlob, toPropertyList, toPropertyList
clear, put, putAll, remove, values
allValues, containsKey, containsValue, decodeObject, emptyDictionary, entrySet, get, isEmpty, keySet, of, of, of, of, of, of, of, of, of, of, of, size
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public ThreadSafeDictionary(NSMutableDictionary<? extends K,? extends V> dictionary)
public void addEntriesFromDictionary(NSDictionary<? extends K,? extends V> otherDictionary)
addEntriesFromDictionary
in class NSMutableDictionary<K,V>
public NSDictionary<K,V> immutableClone()
immutableClone
in class NSMutableDictionary<K,V>
public NSMutableDictionary<K,V> mutableClone()
mutableClone
in class NSMutableDictionary<K,V>
public void removeAllObjects()
removeAllObjects
in class NSMutableDictionary<K,V>
public V removeObjectForKey(Object key)
removeObjectForKey
in class NSMutableDictionary<K,V>
public void removeObjectsForKeys(NSArray<? extends K> keys)
removeObjectsForKeys
in class NSMutableDictionary<K,V>
public void setDictionary(NSDictionary<? extends K,? extends V> otherDictionary)
setDictionary
in class NSMutableDictionary<K,V>
public void setObjectForKey(V object, K key)
setObjectForKey
in class NSMutableDictionary<K,V>
public void takeValueForKey(Object value, String key)
takeValueForKey
in interface NSKeyValueCoding
takeValueForKey
in class NSMutableDictionary<K,V>
protected void _clearDeletionsAndCollisions()
_clearDeletionsAndCollisions
in class NSDictionary<K,V>
protected void _ensureCapacity(int capacity)
_ensureCapacity
in class NSDictionary<K,V>
protected void _initializeDictionary()
_initializeDictionary
in class NSDictionary<K,V>
public int _shallowHashCode()
_shallowHashCode
in interface _NSFoundationCollection
_shallowHashCode
in class NSDictionary<K,V>
public NSArray<K> allKeysForObject(Object object)
allKeysForObject
in class NSDictionary<K,V>
public Class classForCoder()
classForCoder
in interface NSCoding
classForCoder
in class NSDictionary<K,V>
public int count()
count
in class NSDictionary<K,V>
public void encodeWithCoder(NSCoder coder)
encodeWithCoder
in interface NSCoding
encodeWithCoder
in class NSDictionary<K,V>
public boolean equals(Object object)
public int hashCode()
public boolean isEqualToDictionary(NSDictionary<?,?> otherDictionary)
isEqualToDictionary
in class NSDictionary<K,V>
public Enumeration<K> keyEnumerator()
keyEnumerator
in class NSDictionary<K,V>
public Object[] keysNoCopy()
keysNoCopy
in class NSDictionary<K,V>
public Enumeration<V> objectEnumerator()
objectEnumerator
in class NSDictionary<K,V>
public V objectForKey(Object key)
objectForKey
in class NSDictionary<K,V>
public NSArray<V> objectsForKeys(NSArray<? extends K> keys, V notFoundMarker)
objectsForKeys
in class NSDictionary<K,V>
public Object[] objectsNoCopy()
objectsNoCopy
in class NSDictionary<K,V>
public void takeValueForKeyPath(Object value, String keyPath)
takeValueForKeyPath
in interface NSKeyValueCodingAdditions
takeValueForKeyPath
in class NSDictionary<K,V>
public String toString()
toString
in class NSDictionary<K,V>
public Object valueForKey(String key)
valueForKey
in interface NSKeyValueCoding
valueForKey
in class NSDictionary<K,V>
public Object valueForKeyPath(String keyPath)
valueForKeyPath
in interface NSKeyValueCodingAdditions
valueForKeyPath
in class NSDictionary<K,V>
Copyright © 2002 – 2024 Project Wonder.