-
Interfaces Interface Description com.google.common.io.InputSupplier ForInputSupplier<? extends InputStream>
, useByteSource
instead. ForInputSupplier<? extends Reader>
, useCharSource
. Implementations ofInputSupplier
that don't fall into one of those categories do not benefit from any of the methods incommon.io
and should use a different interface. This interface is scheduled for removal in June 2015.com.google.common.io.OutputSupplier ForOutputSupplier<? extends OutputStream>
, useByteSink
instead. ForOutputSupplier<? extends Writer>
, useCharSink
. Implementations ofOutputSupplier
that don't fall into one of those categories do not benefit from any of the methods incommon.io
and should use a different interface. This interface is scheduled for removal in June 2015.org.apache.commons.lang3.Functions.FailableBiConsumer UseFailableBiConsumer
.org.apache.commons.lang3.Functions.FailableBiFunction UseFailableBiFunction
.org.apache.commons.lang3.Functions.FailableBiPredicate UseFailableBiPredicate
.org.apache.commons.lang3.Functions.FailableCallable UseFailableCallable
.org.apache.commons.lang3.Functions.FailableConsumer UseFailableConsumer
.org.apache.commons.lang3.Functions.FailableFunction UseFailableFunction
.org.apache.commons.lang3.Functions.FailablePredicate UseFailablePredicate
.org.apache.commons.lang3.Functions.FailableRunnable UseFailableRunnable
.org.apache.commons.lang3.Functions.FailableSupplier UseFailableSupplier
.org.apache.commons.lang3.text.FormatFactory as of 3.6, use commons-text FormatFactory instead
-
Fields Field Description net.lax1dude.eaglercraft.v1_8.BaseNCodec.PAD UseBaseNCodec.pad
. Will be removed in 2.0.org.apache.commons.lang3.SystemUtils.FILE_SEPARATOR UseFile#separator
, since it is guaranteed to be a string containing a single character and it does not require a privilege check.org.apache.commons.lang3.SystemUtils.IS_JAVA_1_9 As of release 3.5, replaced bySystemUtils.IS_JAVA_9
org.apache.commons.lang3.SystemUtils.LINE_SEPARATOR UseSystem.lineSeparator()
instead, since it does not require a privilege check.org.apache.commons.lang3.SystemUtils.PATH_SEPARATOR UseFile#pathSeparator
, since it is guaranteed to be a string containing a single character and it does not require a privilege check.org.apache.commons.lang3.time.DateFormatUtils.ISO_DATE_FORMAT - as of 4.0, ISO_DATE_FORMAT will be replaced by ISO_8601_EXTENDED_DATE_FORMAT.org.apache.commons.lang3.time.DateFormatUtils.ISO_DATE_TIME_ZONE_FORMAT - as of 4.0, ISO_DATE_TIME_ZONE_FORMAT will be removed.org.apache.commons.lang3.time.DateFormatUtils.ISO_DATETIME_FORMAT - as of 4.0, ISO_DATETIME_FORMAT will be replaced by ISO_8601_EXTENDED_DATETIME_FORMAT.org.apache.commons.lang3.time.DateFormatUtils.ISO_DATETIME_TIME_ZONE_FORMAT - as of 4.0, ISO_DATETIME_TIME_ZONE_FORMAT will be replaced by ISO_8601_EXTENDED_DATETIME_TIME_ZONE_FORMAT.org.apache.commons.lang3.time.DateFormatUtils.ISO_TIME_FORMAT - as of 4.0, ISO_TIME_FORMAT will be removed.org.apache.commons.lang3.time.DateFormatUtils.ISO_TIME_NO_T_FORMAT - as of 4.0, ISO_TIME_NO_T_FORMAT will be replaced by ISO_8601_EXTENDED_TIME_FORMAT.org.apache.commons.lang3.time.DateFormatUtils.ISO_TIME_NO_T_TIME_ZONE_FORMAT - as of 4.0, ISO_TIME_NO_T_TIME_ZONE_FORMAT will be replaced by ISO_8601_EXTENDED_TIME_TIME_ZONE_FORMAT.org.apache.commons.lang3.time.DateFormatUtils.ISO_TIME_TIME_ZONE_FORMAT - as of 4.0, ISO_TIME_TIME_ZONE_FORMAT will be removed.
-
Enum Constants Enum Constant Description org.apache.commons.lang3.JavaVersion.JAVA_1_9 As of release 3.5, replaced byJavaVersion.JAVA_9