dezbyte / multiverse

Automatically exported from code.google.com/p/multiverse
Other
0 stars 0 forks source link

Collections: TmLinkedList not all methods implemented #100

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
- Tests are not complete
- Should have 'blocking' methods that throw a retry. Like popping of an
empty stack.
- Fails with instrumentation (caused because it uses a non static inner class).

Original issue reported on code.google.com by alarmnum...@gmail.com on 19 May 2009 at 6:01

GoogleCodeExporter commented 8 years ago
Perhaps the name: LinkedList is not good.. causes confusion.. So anybody up to 
it?

Original comment by alarmnum...@gmail.com on 19 May 2009 at 6:05

GoogleCodeExporter commented 8 years ago
Class has been renamed.. extra interfaces TmQueue and TmDeque are added. 

But some methods need to be implemented

Original comment by alarmnum...@gmail.com on 1 Jun 2009 at 7:16

GoogleCodeExporter commented 8 years ago

Original comment by alarmnum...@gmail.com on 1 Jun 2009 at 7:17

GoogleCodeExporter commented 8 years ago
Integrating the existing Queue/Deque interfaces is harder because of blocking 
and non
blocking conflicting method names

Original comment by alarmnum...@gmail.com on 3 Jun 2009 at 11:02