-
Terminally Deprecated ElementsElementDescriptionUse getPreferredDateFormatter insteaduse
StandardCharsets.UTF_8instead
-
Deprecated Interfaces
-
Deprecated Classes
-
Deprecated FieldsFieldDescriptionuse
StandardCharsets.UTF_8instead.useStandardCharsets.UTF_8instead
-
Deprecated MethodsMethodDescriptionUse
ImmutableSet.<T>of().iterator()instead; or for Java 7 or later,Collections.emptyIterator(). This method is scheduled for removal in May 2016.Unsupported operation.Unsupported operation.Unsupported operation.useReaderWriter.getCharset(m)insteaduseReaderWriter.readFromAsString(in, type)insteaduseReaderWriter.writeTo(in, out)instead.useReaderWriter.writeTo(in, out)instead.useReaderWriter.writeToAsString(s, out, type)insteadUse getPreferredDateFormatter instead
-
Deprecated ConstructorsConstructorDescription
StandardCharsets.UTF_8instead.