FMLiveSwitchIceCandidatePairSynchronizedList Class Reference

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

(FMLiveSwitchIceCandidatePairSynchronizedList *) + candidatePairSynchronizedListWith_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
 

Method Documentation

◆ candidatePairSynchronizedListWith_Lock:

+ (FMLiveSwitchIceCandidatePairSynchronizedList*) candidatePairSynchronizedListWith_Lock: (id _lock

◆ getArrayWithCount:

- (NSMutableArray*) getArrayWithCount: (int)  count

Gets an array of a given type of a given length.

Parameters
countThe count.

Implements FMLiveSwitchFrequentReadSynchronizedList.

◆ initWith_Lock:

- (instancetype) initWith_Lock: (id _lock