| /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 | 814 static <E> List<E> of() { in of() method 830 static <E> List<E> of(E e1) { in of() method 847 static <E> List<E> of(E e1, E e2) { in of() method 865 static <E> List<E> of(E e1, E e2, E e3) { in of() method 884 static <E> List<E> of(E e1, E e2, E e3, E e4) { in of() method 904 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method 925 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() method 948 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() method 972 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of() method 997 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 | 1327 static <K, V> Map<K, V> of() { in of() method 1344 static <K, V> Map<K, V> of(K k1, V v1) { in of() method 1364 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2) { in of() method 1386 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() method 1410 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 1436 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 1464 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 1496 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 1530 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 1566 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/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
|
| D | LocalDateTime.java | 230 public static LocalDateTime of(int year, Month month, int dayOfMonth, int hour, int minute) { in of() method in LocalDateTime 255 …public static LocalDateTime of(int year, Month month, int dayOfMonth, int hour, int minute, int se… in of() method in LocalDateTime 280 …public static LocalDateTime of(int year, Month month, int dayOfMonth, int hour, int minute, int se… in of() method in LocalDateTime 305 public static LocalDateTime of(int year, int month, int dayOfMonth, int hour, int minute) { in of() method in LocalDateTime 330 …public static LocalDateTime of(int year, int month, int dayOfMonth, int hour, int minute, int seco… in of() method in LocalDateTime 355 …public static LocalDateTime of(int year, int month, int dayOfMonth, int hour, int minute, int seco… in of() method in LocalDateTime 368 public static LocalDateTime of(LocalDate date, LocalTime time) { in of() method in LocalDateTime
|
| /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
|
| D | DynamicConstantDesc.java | 184 public static<T> DynamicConstantDesc<T> of(DirectMethodHandleDesc bootstrapMethod, in of() method in DynamicConstantDesc 200 public static<T> DynamicConstantDesc<T> of(DirectMethodHandleDesc bootstrapMethod) { in of() method in DynamicConstantDesc
|
| D | MethodHandleDesc.java | 77 static DirectMethodHandleDesc of(DirectMethodHandleDesc.Kind kind, 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 | 260 public static<T, R> Collector<T, R, R> of(Supplier<R> supplier, in of() method 291 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/src/main/java/java/nio/file/ |
| D | Path.java | 146 public static Path of(String first, String... more) { in of() method 196 public static Path of(URI uri) { in of() method
|