Package net.orbyfied.j8.util
Interface Sequence<T>
- Type Parameters:
T- The type of the data.
public interface Sequence<T>
A sequence of data.
-
Method Summary
-
Method Details
-
at
-
size
int size() -
ofString
-
ofList
-
T - The type of the data.