public interface FlowUniverse<E> extends Iterable<E>
Modifier and Type | Method and Description |
---|---|
Iterator<E> |
iterator()
returns an iterator over the elements of the universe.
|
int |
size()
returns the number of elements of the universe.
|
E[] |
toArray()
returns the elements of the universe in form of an array.
The returned array could be backed or not. |
forEach, spliterator
int size()
E[] toArray()
Copyright © 2020 Sable. All rights reserved.