Home
last modified time | relevance | path

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

123

/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.java808 static <E> List<E> of() { in of() method
824 static <E> List<E> of(E e1) { in of() method
841 static <E> List<E> of(E e1, E e2) { in of() method
859 static <E> List<E> of(E e1, E e2, E e3) { in of() method
878 static <E> List<E> of(E e1, E e2, E e3, E e4) { in of() method
898 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5) { in of() method
919 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() method
942 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() method
966 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of() method
991 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.java213 public static <E extends Enum<E>> EnumSet<E> of(E e) { in of() method in EnumSet
234 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2) { in of() method in EnumSet
257 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3) { in of() method in EnumSet
282 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4) { in of() method in EnumSet
309 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4, in of() method in EnumSet
336 public static <E extends Enum<E>> EnumSet<E> of(E first, E... rest) { in of() method in EnumSet
DMap.java1286 static <K, V> Map<K, V> of() { in of() method
1303 static <K, V> Map<K, V> of(K k1, V v1) { in of() method
1323 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2) { in of() method
1345 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() method
1369 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
1395 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
1423 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
1455 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
1489 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
1525 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 …]
DOptionalInt.java99 public static OptionalInt of(int value) { in of() method in OptionalInt
DOptionalLong.java99 public static OptionalLong of(long value) { in of() method in OptionalLong
DOptionalDouble.java99 public static OptionalDouble of(double value) { in of() method in OptionalDouble
/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/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/main/java/java/time/
DZoneId.java305 public static ZoneId of(String zoneId, Map<String, String> aliasMap) { in of() method in ZoneId
353 public static ZoneId of(String zoneId) { in of() method in ZoneId
397 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/test/java/time/tck/java/time/chrono/
DCopticEra.java98 public static CopticEra of(int era) { in of() method in CopticEra
/libcore/ojluni/src/main/java/java/time/chrono/
DMinguoEra.java131 public static MinguoEra of(int minguoEra) { in of() method in MinguoEra
DIsoEra.java129 public static IsoEra of(int isoEra) { in of() method in IsoEra
DThaiBuddhistEra.java131 public static ThaiBuddhistEra of(int thaiBuddhistEra) { in of() method in ThaiBuddhistEra
DHijrahEra.java104 public static HijrahEra of(int hijrahEra) { in of() method in HijrahEra
/libcore/ojluni/src/test/java/time/test/java/time/
DMockSimplePeriod.java107 public static MockSimplePeriod of(long amount, TemporalUnit unit) { in of() method in MockSimplePeriod
/libcore/ojluni/src/test/java/time/tck/java/time/
DMockSimplePeriod.java107 public static MockSimplePeriod of(long amount, TemporalUnit unit) { in of() method in MockSimplePeriod

123