E - The type of element that makes up the sequence.public interface Sequential<E> extends Iterable<E>
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfElements()
This method returns the number of elements in the sequence.
|
boolean |
isEmpty()
This method checks to see if the sequence is empty.
|
E[] |
toArray()
This method returns an array containing the elements in the sequence.
|
forEach, iterator, spliteratorboolean isEmpty()
int getNumberOfElements()
E[] toArray()
Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.