Instance Methods | |
(NSMutableArray *) | - getArrayWithCount: |
Gets an array of a given type of a given length. More... | |
(instancetype) | - initWith_Lock: |
Instance Methods inherited from FMLiveSwitchFrequentReadSynchronizedHash | |
(bool) | - containsKey: |
Return a value indicating whether ther Hash contains a value for a given key. More... | |
(long long) | - count |
Gets the count of items in this hash. More... | |
(instancetype) | - init |
Creates an instance of a FMLiveSwitchFrequentReadSynchronizedList`1. More... | |
(instancetype) | - initWithLockObject: |
Creates an instance of a FMLiveSwitchFrequentReadSynchronizedList`1. More... | |
(void) | - insertWithKey:value: |
Synchronized insert into collection. More... | |
(void) | - removeWithKey: |
Synchronized remove into collection. More... | |
(bool) | - tryGetValueWithKey:value: |
Tries to get a value for a given key. More... | |
(NSMutableArray *) | - values |
Gets the values in the collection not subject to synchronization and Concurrent Modification/Access issues. More... | |
Class Methods | |
(FMLiveSwitchIceCandidatePairSynchronizedHash *) | + candidatePairSynchronizedHashWith_Lock: |
Class Methods inherited from FMLiveSwitchFrequentReadSynchronizedHash | |
(FMLiveSwitchFrequentReadSynchronizedHash *) | + frequentReadSynchronizedHash |
Creates an instance of a FMLiveSwitchFrequentReadSynchronizedList`1. More... | |
(FMLiveSwitchFrequentReadSynchronizedHash *) | + frequentReadSynchronizedHashWithLockObject: |
Creates an instance of a FMLiveSwitchFrequentReadSynchronizedList`1. More... | |
Additional Inherited Members | |
Protected Attributes inherited from FMLiveSwitchFrequentReadSynchronizedHash | |
__pad0__: NSObject- (void) clear | |
+ (FMLiveSwitchIceCandidatePairSynchronizedHash*) candidatePairSynchronizedHashWith_Lock: | (id) | _lock |
- (NSMutableArray*) getArrayWithCount: | (int) | count |
Gets an array of a given type of a given length.
count |
Implements FMLiveSwitchFrequentReadSynchronizedHash.
- (instancetype) initWith_Lock: | (id) | _lock |