net.sf.retrotranslator.runtime.java.util
Class _Deque

java.lang.Object
  extended by net.sf.retrotranslator.runtime.java.util._Deque

public class _Deque
extends java.lang.Object

Author:
Taras Puchko

Constructor Summary
_Deque()
           
 
Method Summary
static void addFirst(java.util.Collection collection, java.lang.Object o)
           
static void addLast(java.util.Collection collection, java.lang.Object o)
           
static java.util.Iterator descendingIterator(java.util.Collection collection)
           
static java.lang.Object element(java.util.Collection collection)
           
static java.util.Collection executeCheckCastInstruction(java.lang.Object object)
           
static boolean executeInstanceOfInstruction(java.lang.Object object)
           
static java.lang.Object getFirst(java.util.Collection collection)
           
static java.lang.Object getLast(java.util.Collection collection)
           
static boolean offer(java.util.Collection collection, java.lang.Object element)
           
static boolean offerFirst(java.util.Collection collection, java.lang.Object element)
           
static boolean offerLast(java.util.Collection collection, java.lang.Object element)
           
static java.lang.Object peek(java.util.Collection collection)
           
static java.lang.Object peekFirst(java.util.Collection collection)
           
static java.lang.Object peekLast(java.util.Collection collection)
           
static java.lang.Object poll(java.util.Collection collection)
           
static java.lang.Object pollFirst(java.util.Collection collection)
           
static java.lang.Object pollLast(java.util.Collection collection)
           
static java.lang.Object pop(java.util.Collection collection)
           
static void push(java.util.Collection collection, java.lang.Object o)
           
static java.lang.Object remove(java.util.Collection collection)
           
static java.lang.Object removeFirst(java.util.Collection collection)
           
static boolean removeFirstOccurrence(java.util.Collection collection, java.lang.Object o)
           
static java.lang.Object removeLast(java.util.Collection collection)
           
static boolean removeLastOccurrence(java.util.Collection collection, java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_Deque

public _Deque()
Method Detail

executeInstanceOfInstruction

public static boolean executeInstanceOfInstruction(java.lang.Object object)

executeCheckCastInstruction

public static java.util.Collection executeCheckCastInstruction(java.lang.Object object)

addFirst

public static void addFirst(java.util.Collection collection,
                            java.lang.Object o)

addLast

public static void addLast(java.util.Collection collection,
                           java.lang.Object o)

descendingIterator

public static java.util.Iterator descendingIterator(java.util.Collection collection)

element

public static java.lang.Object element(java.util.Collection collection)

getFirst

public static java.lang.Object getFirst(java.util.Collection collection)

getLast

public static java.lang.Object getLast(java.util.Collection collection)

offer

public static boolean offer(java.util.Collection collection,
                            java.lang.Object element)

offerFirst

public static boolean offerFirst(java.util.Collection collection,
                                 java.lang.Object element)

offerLast

public static boolean offerLast(java.util.Collection collection,
                                java.lang.Object element)

peek

public static java.lang.Object peek(java.util.Collection collection)

peekFirst

public static java.lang.Object peekFirst(java.util.Collection collection)

peekLast

public static java.lang.Object peekLast(java.util.Collection collection)

poll

public static java.lang.Object poll(java.util.Collection collection)

pollFirst

public static java.lang.Object pollFirst(java.util.Collection collection)

pollLast

public static java.lang.Object pollLast(java.util.Collection collection)

pop

public static java.lang.Object pop(java.util.Collection collection)

push

public static void push(java.util.Collection collection,
                        java.lang.Object o)

remove

public static java.lang.Object remove(java.util.Collection collection)

removeFirst

public static java.lang.Object removeFirst(java.util.Collection collection)

removeLast

public static java.lang.Object removeLast(java.util.Collection collection)

removeFirstOccurrence

public static boolean removeFirstOccurrence(java.util.Collection collection,
                                            java.lang.Object o)

removeLastOccurrence

public static boolean removeLastOccurrence(java.util.Collection collection,
                                           java.lang.Object o)