- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for IdentityConverter (0.08 sec)
-
android/guava/src/com/google/common/base/Converter.java
return (IdentityConverter<T>) IdentityConverter.INSTANCE; } /** * A converter that always converts or reverses an object to itself. Note that T is now a * "pass-through type". */ private static final class IdentityConverter<T> extends Converter<T, T> implements Serializable { static final Converter<?, ?> INSTANCE = new IdentityConverter<>(); @Override
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Feb 15 16:12:13 UTC 2024 - 23K bytes - Viewed (0)