All Classes and Interfaces

Interfaces
Class
Description
Functional interface to apply an operation to a single byte.
Functional interface to apply a function to a single byte input and produce a single int result.
Functional interface to apply an operation to a single char.
Functional interface to apply a function to a single char input and produce a single int result.
This interface extends Iterator and AutoCloseable in order to allow for iterators that acquire resources that must be released.
Interface for closeable primitive iterators.
Closeable primitive iterator over elements of type byte.
Closeable primitive iterator over elements of type char.
Closeable primitive iterator over elements of type double.
Closeable primitive iterator over elements of type float.
Closeable primitive iterator over elements of type int.
Closeable primitive iterator over elements of type long.
Closeable primitive iterator over elements of type short.
Functional interface to apply an operation to a single float.
Functional interface to apply a function to a single float input and produce a single double result.
Functional interface to apply an operation to a single short.
Functional interface to apply a function to a single short input and produce a single int result.