/libcore/ojluni/src/main/java/java/util/ |
D | Set.java | 454 static <E> Set<E> of() { in of() method 469 static <E> Set<E> of(E e1) { in of() method 486 static <E> Set<E> of(E e1, E e2) { in of() method 504 static <E> Set<E> of(E e1, E e2, E e3) { in of() method 523 static <E> Set<E> of(E e1, E e2, E e3, E e4) { in of() method 543 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method 564 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() method 587 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() method 611 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of() method 636 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of() method [all …]
|
D | List.java | 939 static <E> List<E> of() { in of() method 955 static <E> List<E> of(E e1) { in of() method 972 static <E> List<E> of(E e1, E e2) { in of() method 990 static <E> List<E> of(E e1, E e2, E e3) { in of() method 1009 static <E> List<E> of(E e1, E e2, E e3, E e4) { in of() method 1029 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method 1050 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() method 1073 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() method 1097 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of() method 1122 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of() method [all …]
|
D | EnumSet.java | 216 public static <E extends Enum<E>> EnumSet<E> of(E e) { in of() method in EnumSet 237 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2) { in of() method in EnumSet 260 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3) { in of() method in EnumSet 285 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4) { in of() method in EnumSet 312 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4, in of() method in EnumSet 339 public static <E extends Enum<E>> EnumSet<E> of(E first, E... rest) { in of() method in EnumSet
|
D | Map.java | 1335 static <K, V> Map<K, V> of() { in of() method 1352 static <K, V> Map<K, V> of(K k1, V v1) { in of() method 1372 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2) { in of() method 1394 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() method 1418 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() method 1444 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of() method 1472 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() method 1504 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() method 1538 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() method 1574 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() method [all …]
|
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | Set.annotated.java | 66 @libcore.util.NonNull public static <E> java.util.Set<@libcore.util.NonNull E> of() { throw new Run… in of() method 68 @libcore.util.NonNull public static <E> java.util.Set<@libcore.util.NonNull E> of(@libcore.util.Non… in of() method 70 @libcore.util.NonNull public static <E> java.util.Set<@libcore.util.NonNull E> of(@libcore.util.Non… in of() method 72 @libcore.util.NonNull public static <E> java.util.Set<@libcore.util.NonNull E> of(@libcore.util.Non… in of() method 74 @libcore.util.NonNull public static <E> java.util.Set<@libcore.util.NonNull E> of(@libcore.util.Non… in of() method 76 @libcore.util.NonNull public static <E> java.util.Set<@libcore.util.NonNull E> of(@libcore.util.Non… in of() method 78 @libcore.util.NonNull public static <E> java.util.Set<@libcore.util.NonNull E> of(@libcore.util.Non… in of() method 80 @libcore.util.NonNull public static <E> java.util.Set<@libcore.util.NonNull E> of(@libcore.util.Non… in of() method 82 @libcore.util.NonNull public static <E> java.util.Set<@libcore.util.NonNull E> of(@libcore.util.Non… in of() method 84 @libcore.util.NonNull public static <E> java.util.Set<@libcore.util.NonNull E> of(@libcore.util.Non… in of() method [all …]
|
D | List.annotated.java | 90 @libcore.util.NonNull public static <E> java.util.List<@libcore.util.NonNull E> of() { throw new Ru… in of() method 92 @libcore.util.NonNull public static <E> java.util.List<@libcore.util.NonNull E> of(@libcore.util.No… in of() method 94 @libcore.util.NonNull public static <E> java.util.List<@libcore.util.NonNull E> of(@libcore.util.No… in of() method 96 @libcore.util.NonNull public static <E> java.util.List<@libcore.util.NonNull E> of(@libcore.util.No… in of() method 98 @libcore.util.NonNull public static <E> java.util.List<@libcore.util.NonNull E> of(@libcore.util.No… in of() method 100 @libcore.util.NonNull public static <E> java.util.List<@libcore.util.NonNull E> of(@libcore.util.No… in of() method 102 @libcore.util.NonNull public static <E> java.util.List<@libcore.util.NonNull E> of(@libcore.util.No… in of() method 104 @libcore.util.NonNull public static <E> java.util.List<@libcore.util.NonNull E> of(@libcore.util.No… in of() method 106 @libcore.util.NonNull public static <E> java.util.List<@libcore.util.NonNull E> of(@libcore.util.No… in of() method 108 @libcore.util.NonNull public static <E> java.util.List<@libcore.util.NonNull E> of(@libcore.util.No… in of() method [all …]
|
D | Map.annotated.java | 84 …ic <K, V> java.util.Map<@libcore.util.NonNull K, @libcore.util.NonNull V> of() { throw new Runtim… in of() method 86 …ic <K, V> java.util.Map<@libcore.util.NonNull K, @libcore.util.NonNull V> of(@libcore.util.NonNul… in of() method 88 …ic <K, V> java.util.Map<@libcore.util.NonNull K, @libcore.util.NonNull V> of(@libcore.util.NonNul… in of() method 90 …ic <K, V> java.util.Map<@libcore.util.NonNull K, @libcore.util.NonNull V> of(@libcore.util.NonNul… in of() method 92 …ic <K, V> java.util.Map<@libcore.util.NonNull K, @libcore.util.NonNull V> of(@libcore.util.NonNul… in of() method 94 …ic <K, V> java.util.Map<@libcore.util.NonNull K, @libcore.util.NonNull V> of(@libcore.util.NonNul… in of() method 96 …ic <K, V> java.util.Map<@libcore.util.NonNull K, @libcore.util.NonNull V> of(@libcore.util.NonNul… in of() method 98 …ic <K, V> java.util.Map<@libcore.util.NonNull K, @libcore.util.NonNull V> of(@libcore.util.NonNul… in of() method 100 …ic <K, V> java.util.Map<@libcore.util.NonNull K, @libcore.util.NonNull V> of(@libcore.util.NonNul… in of() method 102 …ic <K, V> java.util.Map<@libcore.util.NonNull K, @libcore.util.NonNull V> of(@libcore.util.NonNul… in of() method [all …]
|
/libcore/ojluni/annotations/flagged_api/java/util/ |
D | List.annotated.java | 103 public static <E> java.util.List<E> of() { throw new RuntimeException("Stub!"); } in of() method 105 public static <E> java.util.List<E> of(E e1) { throw new RuntimeException("Stub!"); } in of() method 107 public static <E> java.util.List<E> of(E e1, E e2) { throw new RuntimeException("Stub!"); } in of() method 109 public static <E> java.util.List<E> of(E e1, E e2, E e3) { throw new RuntimeException("Stub!"); } in of() method 111 public static <E> java.util.List<E> of(E e1, E e2, E e3, E e4) { throw new RuntimeException("Stub!"… in of() method 113 public static <E> java.util.List<E> of(E e1, E e2, E e3, E e4, E e5) { throw new RuntimeException("… in of() method 115 public static <E> java.util.List<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { throw new RuntimeExcep… in of() method 117 public static <E> java.util.List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { throw new Runtim… in of() method 119 public static <E> java.util.List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { throw new … in of() method 121 public static <E> java.util.List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { thro… in of() method [all …]
|
D | Map.annotated.java | 82 public static <K, V> java.util.Map<K,V> of() { throw new RuntimeException("Stub!"); } in of() method 84 public static <K, V> java.util.Map<K,V> of(K k1, V v1) { throw new RuntimeException("Stub!"); } in of() method 86 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2) { throw new RuntimeException("St… in of() method 88 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3) { throw new RuntimeE… in of() method 90 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { throw … in of() method 92 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V … in of() method 94 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V … in of() method 96 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V … in of() method 98 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V … in of() method 100 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V … in of() method [all …]
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | EnumSet.java | 66 public static <E extends java.lang.Enum<E>> java.util.EnumSet<E> of(E e) { in of() method in EnumSet 70 public static <E extends java.lang.Enum<E>> java.util.EnumSet<E> of(E e1, E e2) { in of() method in EnumSet 74 public static <E extends java.lang.Enum<E>> java.util.EnumSet<E> of(E e1, E e2, E e3) { in of() method in EnumSet 78 public static <E extends java.lang.Enum<E>> java.util.EnumSet<E> of(E e1, E e2, E e3, E e4) { in of() method in EnumSet 82 public static <E extends java.lang.Enum<E>> java.util.EnumSet<E> of( in of() method in EnumSet 87 public static <E extends java.lang.Enum<E>> java.util.EnumSet<E> of(E first, E... rest) { in of() method in EnumSet
|
/libcore/ojluni/src/test/java/util/Collections/ |
D | EnumerationAsIterator.java | 50 static Object[] of(String description, Supplier<Enumeration<?>> s, Collection<?> exp) { in of() method in EnumerationAsIterator 54 static Object[] of(String description, Collection<?> c, Collection<?> exp) { in of() method in EnumerationAsIterator
|
/libcore/ojluni/src/main/java/java/time/ |
D | ZoneId.java | 304 public static ZoneId of(String zoneId, Map<String, String> aliasMap) { in of() method in ZoneId 351 public static ZoneId of(String zoneId) { in of() method in ZoneId 395 static ZoneId of(String zoneId, boolean checkAvailable) { in of() method in ZoneId
|
/libcore/ojluni/annotations/hiddenapi/java/time/ |
D | ZoneId.java | 82 public static java.time.ZoneId of( in of() method in ZoneId 87 public static java.time.ZoneId of(java.lang.String zoneId) { in of() method in ZoneId 96 static java.time.ZoneId of(java.lang.String zoneId, boolean checkAvailable) { in of() method in ZoneId
|
/libcore/ojluni/src/main/java/java/lang/constant/ |
D | DynamicCallSiteDesc.java | 108 public static DynamicCallSiteDesc of(DirectMethodHandleDesc bootstrapMethod, in of() method in DynamicCallSiteDesc 129 public static DynamicCallSiteDesc of(DirectMethodHandleDesc bootstrapMethod, in of() method in DynamicCallSiteDesc 148 public static DynamicCallSiteDesc of(DirectMethodHandleDesc bootstrapMethod, in of() method in DynamicCallSiteDesc
|
D | ClassDesc.java | 76 static ClassDesc of(String name) { in of() method 95 static ClassDesc of(String packageName, String className) { in of() method
|
/libcore/ojluni/src/main/java/java/net/ |
D | UnixDomainSocketAddress.java | 146 public static UnixDomainSocketAddress of(String pathname) { in of() method in UnixDomainSocketAddress 163 public static UnixDomainSocketAddress of(Path path) { in of() method in UnixDomainSocketAddress
|
/libcore/ojluni/src/main/java/java/util/stream/ |
D | Collector.java | 264 public static<T, R> Collector<T, R, R> of(Supplier<R> supplier, in of() method 295 public static<T, A, R> Collector<T, A, R> of(Supplier<A> supplier, in of() method
|
/libcore/ojluni/src/main/java/java/time/temporal/ |
D | ValueRange.java | 126 public static ValueRange of(long min, long max) { in of() method in ValueRange 147 public static ValueRange of(long min, long maxSmallest, long maxLargest) { in of() method in ValueRange 170 …public static ValueRange of(long minSmallest, long minLargest, long maxSmallest, long maxLargest) { in of() method in ValueRange
|
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/ |
D | CopticEra.java | 99 public static CopticEra of(int era) { in of() method in CopticEra
|
/libcore/ojluni/src/main/java/java/time/chrono/ |
D | IsoEra.java | 130 public static IsoEra of(int isoEra) { in of() method in IsoEra
|
D | ThaiBuddhistEra.java | 137 public static ThaiBuddhistEra of(int thaiBuddhistEra) { in of() method in ThaiBuddhistEra
|
D | MinguoEra.java | 137 public static MinguoEra of(int minguoEra) { in of() method in MinguoEra
|
D | HijrahEra.java | 107 public static HijrahEra of(int hijrahEra) { in of() method in HijrahEra
|
/libcore/ojluni/annotations/flagged_api/java/util/random/ |
D | RandomGenerator.annotated.java | 33 public static java.util.random.RandomGenerator of(java.lang.String name) { throw new RuntimeExcepti… in of() method 100 public static java.util.random.RandomGenerator.ArbitrarilyJumpableGenerator of(java.lang.String nam… in of() method 123 public static java.util.random.RandomGenerator.JumpableGenerator of(java.lang.String name) { throw … in of() method 146 public static java.util.random.RandomGenerator.LeapableGenerator of(java.lang.String name) { throw … in of() method 165 public static java.util.random.RandomGenerator.SplittableGenerator of(java.lang.String name) { thro… in of() method 188 public static java.util.random.RandomGenerator.StreamableGenerator of(java.lang.String name) { thro… in of() method
|
/libcore/ojluni/src/main/java/java/util/random/ |
D | RandomGenerator.java | 120 static RandomGenerator of(String name) { in of() method 843 static StreamableGenerator of(String name) { in of() method 926 static SplittableGenerator of(String name) { in of() method 1122 static JumpableGenerator of(String name) { in of() method 1296 static LeapableGenerator of(String name) { in of() method 1435 static ArbitrarilyJumpableGenerator of(String name) { in of() method
|