SynchronizedDictionary

public class SynchronizedDictionary<Key, Value> where Key : Hashable
  • Declaration

    Swift

    public var count: Int { get }
  • Declaration

    Swift

    public subscript(key: Key) -> Value? { get set }
  • Declaration

    Swift

    public func containsKey(key: Key) -> Bool
  • Declaration

    Swift

    public func removeValue(key: Key)
  • Declaration

    Swift

    public func removeAll()