Home
last modified time | relevance | path

Searched defs:of (Results 1 – 25 of 70) sorted by relevance

123

/libcore/ojluni/annotations/sdk/nullability/java/util/
DSet.annotated.java66 @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 …]
DList.annotated.java90 @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 …]
DMap.annotated.java84 …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/src/main/java/java/util/
DSet.java450 static <E> Set<E> of() { in of() method
465 static <E> Set<E> of(E e1) { in of() method
482 static <E> Set<E> of(E e1, E e2) { in of() method
500 static <E> Set<E> of(E e1, E e2, E e3) { in of() method
519 static <E> Set<E> of(E e1, E e2, E e3, E e4) { in of() method
539 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method
560 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() method
583 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() method
607 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of() method
632 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 …]
DList.java809 static <E> List<E> of() { in of() method
825 static <E> List<E> of(E e1) { in of() method
842 static <E> List<E> of(E e1, E e2) { in of() method
860 static <E> List<E> of(E e1, E e2, E e3) { in of() method
879 static <E> List<E> of(E e1, E e2, E e3, E e4) { in of() method
899 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method
920 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() method
943 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() method
967 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of() method
992 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 …]
DEnumSet.java218 public static <E extends Enum<E>> EnumSet<E> of(E e) { in of() method in EnumSet
239 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2) { in of() method in EnumSet
262 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3) { in of() method in EnumSet
287 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4) { in of() method in EnumSet
314 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4, in of() method in EnumSet
341 public static <E extends Enum<E>> EnumSet<E> of(E first, E... rest) { in of() method in EnumSet
DMap.java1287 static <K, V> Map<K, V> of() { in of() method
1304 static <K, V> Map<K, V> of(K k1, V v1) { in of() method
1324 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2) { in of() method
1346 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() method
1370 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
1396 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
1424 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
1456 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
1490 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
1526 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 …]
DOptionalLong.java109 public static OptionalLong of(long value) { in of() method in OptionalLong
DOptionalDouble.java108 public static OptionalDouble of(double value) { in of() method in OptionalDouble
/libcore/ojluni/annotations/hiddenapi/java/util/
DEnumSet.java66 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/
DEnumerationAsIterator.java50 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/
DZoneId.java303 public static ZoneId of(String zoneId, Map<String, String> aliasMap) { in of() method in ZoneId
350 public static ZoneId of(String zoneId) { in of() method in ZoneId
394 static ZoneId of(String zoneId, boolean checkAvailable) { in of() method in ZoneId
DLocalDateTime.java229 public static LocalDateTime of(int year, Month month, int dayOfMonth, int hour, int minute) { in of() method in LocalDateTime
254 …public static LocalDateTime of(int year, Month month, int dayOfMonth, int hour, int minute, int se… in of() method in LocalDateTime
279 …public static LocalDateTime of(int year, Month month, int dayOfMonth, int hour, int minute, int se… in of() method in LocalDateTime
304 public static LocalDateTime of(int year, int month, int dayOfMonth, int hour, int minute) { in of() method in LocalDateTime
329 …public static LocalDateTime of(int year, int month, int dayOfMonth, int hour, int minute, int seco… in of() method in LocalDateTime
354 …public static LocalDateTime of(int year, int month, int dayOfMonth, int hour, int minute, int seco… in of() method in LocalDateTime
367 public static LocalDateTime of(LocalDate date, LocalTime time) { in of() method in LocalDateTime
DMonthDay.java211 public static MonthDay of(Month month, int dayOfMonth) { in of() method in MonthDay
237 public static MonthDay of(int month, int dayOfMonth) { in of() method in MonthDay
/libcore/ojluni/annotations/hiddenapi/java/time/
DZoneId.java82 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/util/stream/
DCollector.java260 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
DDoubleStream.java745 public static DoubleStream of(double t) { in of() method
755 public static DoubleStream of(double... values) { in of() method
/libcore/ojluni/src/main/java/java/time/temporal/
DValueRange.java125 public static ValueRange of(long min, long max) { in of() method in ValueRange
146 public static ValueRange of(long min, long maxSmallest, long maxLargest) { in of() method in ValueRange
165 …public static ValueRange of(long minSmallest, long minLargest, long maxSmallest, long maxLargest) { in of() method in ValueRange
/libcore/ojluni/src/main/java/java/time/chrono/
DIsoEra.java130 public static IsoEra of(int isoEra) { in of() method in IsoEra
DThaiBuddhistEra.java137 public static ThaiBuddhistEra of(int thaiBuddhistEra) { in of() method in ThaiBuddhistEra
DMinguoEra.java137 public static MinguoEra of(int minguoEra) { in of() method in MinguoEra
DHijrahEra.java107 public static HijrahEra of(int hijrahEra) { in of() method in HijrahEra
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DCopticEra.java99 public static CopticEra of(int era) { in of() method in CopticEra
/libcore/ojluni/src/test/java/time/tck/java/time/
DMockSimplePeriod.java107 public static MockSimplePeriod of(long amount, TemporalUnit unit) { in of() method in MockSimplePeriod
/libcore/ojluni/src/test/java/time/test/java/time/
DMockSimplePeriod.java107 public static MockSimplePeriod of(long amount, TemporalUnit unit) { in of() method in MockSimplePeriod

123