The Deque interface is extended by the concurrency -supporting interface BlockingDeque and is implemented by classes LinkedBlockingDeque (introduced in Java SE 6), LinkedList (available since JDK 1.2, ...
雖然Kotlin開發者原本就可使用Java標準函式庫中的java.util.ArrayDeque類別,但是新提供的ArrayDeque類別,還可用於Kotlin/JS和Kotlin ...