- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Enums (0.14 sec)
-
okhttp/api/okhttp.api
} public final class okhttp3/AsyncDns$DnsClass : java/lang/Enum { public static final field IPV4 Lokhttp3/AsyncDns$DnsClass; public static final field IPV6 Lokhttp3/AsyncDns$DnsClass; public static fun getEntries ()Lkotlin/enums/EnumEntries; public final fun getType ()I public static fun valueOf (Ljava/lang/String;)Lokhttp3/AsyncDns$DnsClass; public static fun values ()[Lokhttp3/AsyncDns$DnsClass; }
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Apr 15 13:41:01 UTC 2024 - 70.2K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Sets.java
return ImmutableSet.of(); } } } /** * Returns a {@code Collector} that accumulates the input elements into a new {@code ImmutableSet} * with an implementation specialized for enums. Unlike {@link ImmutableSet#toImmutableSet}, the * resulting set will iterate over elements in their enum definition order, not encounter order. * * @since 33.2.0 (available since 21.0 in guava-jre) */
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 21 14:28:19 UTC 2024 - 78.8K bytes - Viewed (0)