Class LazyByteIterate

java.lang.Object
org.eclipse.collections.impl.utility.primitive.LazyByteIterate

public final class LazyByteIterate
extends Object
LazyByteIterate is a factory class which creates "deferred" byte iterables around the specified byte iterables. A "deferred" byte iterable performs some operation, such as filtering or transforming, when the result byte iterable is iterated over. This makes the operation very memory efficient, because you don't have to create intermediate collections during the operation. This file was automatically generated from template file lazyPrimitiveIterate.stg.
Since:
5.0