I am looking in the Collections framework of Java for a LIFO Structure (Stack) without any success. Basically I want a really simple stack; my perfect option would be a Dequ
Stack class is slowly: methods are synchronized + Stack extends synchronized Vector