| Interface | Description |
|---|---|
| StrictPriorityQueue.MergeOperation<E> |
The merge operation two perform on two equally-ranked elements.
|
| Class | Description |
|---|---|
| IncrementalWMethodTestsIterator<I> |
An iterator that enumerates the test cases as obtained through the W method
conformance test in an incremental fashion.
|
| StrictPriorityQueue<E> |
A priority queue which enforces that no two elements that it contains
are equal wrt. the specified comparator (i.e.,
Comparator.compare(Object, Object)
does not return 0 for two distinct elements). |
| WMethodTestsIterator<I> |
Copyright © 2015. All Rights Reserved.