HomeSort by relevance Sort by last modified time
    Searched defs:Deque (Results 1 - 7 of 7) sorted by null

  /libcore/luni/src/main/java/java/util/
Deque.java 16 * both ends. The name <i>deque</i> is short for "double ended queue"
17 * and is usually pronounced "deck". Most <tt>Deque</tt>
23 * ends of the deque. Methods are provided to insert, remove, and
29 * <tt>Deque</tt> implementations; in most implementations, insert
72 * <p>This interface extends the {@link Queue} interface. When a deque is
74 * added at the end of the deque and removed from the beginning. The methods
76 * <tt>Deque</tt> methods as indicated in the following table:
82 * <td ALIGN=CENTER> <b>Equivalent <tt>Deque</tt> Method</b></td>
112 * When a deque is used as a stack, elements are pushed and popped from the
113 * beginning of the deque. Stack methods are precisely equivalent t
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
Deque.h 33 // FIXME: Could move what Vector and Deque share into a separate file.
34 // Deque doesn't actually use Vector.
47 class Deque {
55 Deque();
56 Deque(const Deque<T, inlineCapacity>&);
57 Deque& operator=(const Deque<T, inlineCapacity>&);
58 ~Deque();
60 void swap(Deque<T, inlineCapacity>&)
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/15/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 97 milliseconds