Class MultiviewSet.PrioritisedView
java.lang.Object
org.ojalgo.concurrent.MultiviewSet.PrioritisedView
- Enclosing class:
MultiviewSet<T>
- Author:
- apete
-
Method Summary
-
Method Details
-
isEmpty
public boolean isEmpty() -
offer
-
peek
Highest-priority item without removing it, ornullif empty. May briefly return an entry already polled through another view; callers needing only a conservative bound can tolerate that. -
poll
-
size
public int size()
-