Interface | Description |
---|---|
SortedQueue<T> |
Class | Description |
---|---|
BisectQueue<T> |
An implementation of internal order-preserving array (queue).
|
HeapQueue<T> |
A heap imported from java.util.PriorityQueue.
|
JSON |
A JSON parser written in X10.
|
JSON.Value |
JSON.parse(String) returns JSON.Value . |