org.omnaest.utils.structure.iterator
Interface IterableUtils.IterableReplicator<E>

Type Parameters:
E -
All Superinterfaces:
Serializable
Enclosing class:
IterableUtils

public static interface IterableUtils.IterableReplicator<E>
extends Serializable

The IterableUtils.IterableReplicator allows to replicate elements to a given Collection

Author:
Omnaest
See Also:
to(Collection)

Method Summary
 IterableUtils.IterableReplicator<E> to(Collection<E> collection)
          Replicates all the original elements to a given Collection.
 

Method Detail

to

IterableUtils.IterableReplicator<E> to(Collection<E> collection)
Replicates all the original elements to a given Collection. Does nothing if null references are given.

Parameters:
collection - Collection
Returns:
this


Copyright © 2013. All Rights Reserved.