Searched defs:of (Results 1 – 4 of 4) sorted by relevance
127 static <E> Collector<E, ?, MatchResult<E>> of(E... elements) { in of() method in SequenceMatcher144 static <E> Collector<E, ?, MatchResult<E>> of(Predicate<E>... predicates) { in of() method in SequenceMatcher
91 Method of = UserHandle.class.getMethod("of", int.class); in getUser0Handle() local
538 X * The "times" function of UNIX (returning process times) function
275 static <T> Optional of(T value) { in of() method in InstallSessionParamsUnitTest.Optional