T
- the type of elements returned by this PrimitiveIterator. The type must be a wrapper type for a primitive type, such as Integer
for the primitive int
type.
T_CONS
- the type of primitive consumer. The type must be a primitive specialization of Consumer
for T
, such as IntConsumer
for Integer
.
Iterator<T>
PrimitiveIterator.OfDouble
, PrimitiveIterator.OfInt
, PrimitiveIterator.OfLong
org.openjdk.java.util.stream.tripwire
is set to true
then diagnostic warnings are reported if boxing of primitive values occur when operating on primitive subtype specializations.
Nested Classes
static interface
An Iterator specialized for double
values.
static interface
An Iterator specialized for int
values.
static interface
An Iterator specialized for long
values.
void
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
Performs the given action for each remaining element until all elements have been processed or the action throws an exception. Actions are performed in the order of iteration, if that order is specified. Exceptions thrown by the action are relayed to the caller.
The behavior of an iterator is unspecified if the action modifies the source of elements in any way (even by calling the remove
method or other mutator methods of Iterator
subtypes), unless an overriding class has specified a concurrent modification policy.
Subsequent behavior of an iterator is unspecified if the action throws an exception.
action
- The action to be performed for each element
NullPointerException
- if the specified action is null
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4