See: Description
| Class | Description |
|---|---|
| Doubles |
A place for static default implementations of the new Java 8
static methods in the
Double class. |
| Integers |
A place for static default implementations of the new Java 8
static methods in the
Integer class. |
| Iterables |
A place for static default implementations of the new Java 8
default interface methods and static interface methods in the
Iterable interface (and also for removeIf
from Collection). |
| Longs |
A place for static default implementations of the new Java 8
static methods in the
Long class. |
| Annotation Type | Description |
|---|---|
| FunctionalInterface |
An informative annotation type used to indicate that an interface
type declaration is intended to be a functional interface as
defined by the Java Language Specification.
|
Copyright © 2015. All rights reserved.