Instance Methods | |
(NSMutableArray *) | - getArrayWithCount: |
Gets an array of a given type of a given length. More... | |
(instancetype) | - initWith_Lock: |
Instance Methods inherited from FMLiveSwitchFrequentReadSynchronizedList | |
(void) | - clear |
Clears the list. More... | |
(long long) | - count |
Gets the count of items in the list. More... | |
(instancetype) | - init |
Creates an instance of a FMLiveSwitchFrequentReadSynchronizedList`1. More... | |
(instancetype) | - initWithLockObject: |
Creates an instance of a FMLiveSwitchFrequentReadSynchronizedList`1. More... | |
(void) | - insertWithIndex:value: |
Synchronized insert into collection at a given index. More... | |
(void) | - remove: |
Synchronized remove from collection. More... | |
(void) | - removeAtWithIndex: |
Synchronized remove from collection at a specified index. More... | |
(NSMutableArray *) | - values |
Gets the values in the collection not subject to synchronization and Concurrent Modification/Access issues. More... | |
Class Methods | |
(FMLiveSwitchIceCandidateSynchronizedList *) | + candidateSynchronizedListWith_Lock: |
Class Methods inherited from FMLiveSwitchFrequentReadSynchronizedList | |
(FMLiveSwitchFrequentReadSynchronizedList *) | + frequentReadSynchronizedList |
Creates an instance of a FMLiveSwitchFrequentReadSynchronizedList`1. More... | |
(FMLiveSwitchFrequentReadSynchronizedList *) | + frequentReadSynchronizedListWithLockObject: |
Creates an instance of a FMLiveSwitchFrequentReadSynchronizedList`1. More... | |
Additional Inherited Members | |
Protected Attributes inherited from FMLiveSwitchFrequentReadSynchronizedList | |
__pad0__: NSObject- (void) add:(T)value | |
+ (FMLiveSwitchIceCandidateSynchronizedList*) candidateSynchronizedListWith_Lock: | (id) | _lock |
- (NSMutableArray*) getArrayWithCount: | (int) | count |
Gets an array of a given type of a given length.
count | The count. |
Implements FMLiveSwitchFrequentReadSynchronizedList.
- (instancetype) initWith_Lock: | (id) | _lock |