Deprecated API
Contents
-
Deprecated Exception ClassesException ClassDescriptionUse
UncheckedIOExceptioninstead. This class acted as a compatibility shim for Java versions prior to 1.8.
-
Deprecated MethodsMethodDescriptionuse
Element.stream().forEach(Consumer)instead. (Removing this method so Element can implement Iterable, which this signature conflicts with due to the non-void return.)