You are given a string of characters. Your task is to write a function in Java that uses an ArrayDeque to reverse this string.
Input: The function will receive a single argument—a string s, representing the string of characters.
Output: The function should return a String, which is the reversed version of the input string s.