corda/classpath/java/util/concurrent
Mike Jensen b5dd74c3d8 Adds the Deque interface, and allows LinkedList to implement that interface.
This also changes ConcurrentLinkedQueue to implement the Queue interface, and just throw exceptions for operations which are not currently implemented.
2014-03-03 16:02:12 -07:00
..
atomic Small simplfication on this if/else statement 2014-01-03 14:23:48 -07:00
BlockingQueue.java More interfaces that were missed previously. 2014-01-09 09:50:15 -07:00
Callable.java update copyright years 2013-07-02 20:52:38 -06:00
CancellationException.java Added the easy to add interfaces and implementations for java.util.concurrent to pave the way for future expansion of avians java.util.concurrent classpath implementation. 2013-12-23 14:19:41 -07:00
CompletionService.java More interfaces that were missed previously. 2014-01-09 09:50:15 -07:00
ConcurrentLinkedQueue.java Adds the Deque interface, and allows LinkedList to implement that interface. 2014-03-03 16:02:12 -07:00
Delayed.java Added the easy to add interfaces and implementations for java.util.concurrent to pave the way for future expansion of avians java.util.concurrent classpath implementation. 2013-12-23 14:19:41 -07:00
ExecutionException.java Added the easy to add interfaces and implementations for java.util.concurrent to pave the way for future expansion of avians java.util.concurrent classpath implementation. 2013-12-23 14:19:41 -07:00
Executor.java Added the easy to add interfaces and implementations for java.util.concurrent to pave the way for future expansion of avians java.util.concurrent classpath implementation. 2013-12-23 14:19:41 -07:00
ExecutorService.java Added the easy to add interfaces and implementations for java.util.concurrent to pave the way for future expansion of avians java.util.concurrent classpath implementation. 2013-12-23 14:19:41 -07:00
Future.java Added the easy to add interfaces and implementations for java.util.concurrent to pave the way for future expansion of avians java.util.concurrent classpath implementation. 2013-12-23 14:19:41 -07:00
RejectedExecutionException.java Added the easy to add interfaces and implementations for java.util.concurrent to pave the way for future expansion of avians java.util.concurrent classpath implementation. 2013-12-23 14:19:41 -07:00
RunnableFuture.java More interfaces that were missed previously. 2014-01-09 09:50:15 -07:00
ScheduledExecutorService.java More interfaces that were missed previously. 2014-01-09 09:50:15 -07:00
ScheduledFuture.java Added the easy to add interfaces and implementations for java.util.concurrent to pave the way for future expansion of avians java.util.concurrent classpath implementation. 2013-12-23 14:19:41 -07:00
ThreadFactory.java More interfaces that were missed previously. 2014-01-09 09:50:15 -07:00
TimeoutException.java Added the easy to add interfaces and implementations for java.util.concurrent to pave the way for future expansion of avians java.util.concurrent classpath implementation. 2013-12-23 14:19:41 -07:00
TimeUnit.java Fix for spelling error joel pointed out, as well as a simple unit test around the TimeUnit conversions 2013-12-24 11:30:50 -07:00