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