|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ThreadSafeNextOnlyIterator in com.davidsoergel.conja |
|---|
| Classes in com.davidsoergel.conja that implement ThreadSafeNextOnlyIterator | |
|---|---|
class |
IntegerIterator
|
class |
IteratorAsThreadSafeNextOnlyIterator<T>
Ensures that every next() call is synchronized. |
class |
MappingThreadSafeNextOnlyIterator<T,J>
An Iterator that maps elements from an underlying iterator through some function on the fly. |
| Methods in com.davidsoergel.conja with parameters of type ThreadSafeNextOnlyIterator | ||
|---|---|---|
static
|
Parallel.forEach(ThreadSafeNextOnlyIterator<T> tasks,
Function<T,java.lang.Void> function)
|
|
static
|
Parallel.map(ThreadSafeNextOnlyIterator<T> tasks,
Function<T,V> function)
|
|
| Constructors in com.davidsoergel.conja with parameters of type ThreadSafeNextOnlyIterator | |
|---|---|
MappingThreadSafeNextOnlyIterator(ThreadSafeNextOnlyIterator<T> i)
|
|
ThreadSafeNextOnlyIteratorAsNormalIterator(ThreadSafeNextOnlyIterator<T> it)
Deprecated. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||