Searched refs:Mapper (Results 1 - 10 of 10) sorted by relevance

/openjdk10/langtools/test/tools/javac/generics/inference/T8028503/
H A DPrimitiveTypeInBoundForMethodRefTest.java33 interface Mapper<T, U> { interface in class:PrimitiveTypeInBoundForMethodRefTest
37 static <U> Iterable<U> map(Mapper<String, U> mapper) {
/openjdk10/jdk/test/java/nio/channels/FileChannel/
H A DInterruptMapDeadlock.java40 static class Mapper extends Thread { class in class:InterruptMapDeadlock
45 Mapper(FileChannel fc, Semaphore gate) { method in class:InterruptMapDeadlock.Mapper
67 static Mapper startMapper(FileChannel fc, Semaphore gate) {
68 Mapper r = new Mapper(fc, gate);
77 final Mapper[] mappers;
80 Interruptor(Mapper[] mappers, Semaphore gate) {
87 for (Mapper m : mappers) {
99 Mapper[] mappers = new Mapper[MAPPER_COUN
[all...]
/openjdk10/langtools/test/tools/javac/defaultMethods/
H A DPos01.java35 interface Mapper<T> { interface in class:Pos01
40 default List<T> testMap(Mapper<T> r) {
53 static <T> List<T> listMapper(List<T> l, Mapper<T> mapper) {
/openjdk10/langtools/test/tools/javac/lambda/
H A DLambdaExpr12.java47 interface Mapper<X,Y> { interface in class:LambdaExpr12
52 Mapper<String, Getter<Character>> mapper =
H A DTargetType45.java14 interface Mapper<X, Y> { interface in class:TargetType45
22 static <U, V> Predicate<U> compose(Predicate<? super V> pi, Mapper<? super U, ? extends V> m) { return null; }
H A DTargetType03.java36 interface Mapper<X,Y> { interface in class:TargetType03
41 public <B> List<B> myMap(Mapper<A, B> mapper) {
/openjdk10/langtools/test/tools/javac/lambda/8066974/
H A DT8066974.java16 interface Mapper<R> { interface in class:T8066974
20 <Z> Z map(Mapper<Z> mz) { return null; }
22 <Z extends Throwable> Mapper<Throwing<Z>> mapper(Throwing<Z> tz) throws Z { return null; }
24 static class ThrowingMapper<X extends Throwable> implements Mapper<Throwing<X>> {
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/module/
H A DModuleLoaderMap.java49 public static final class Mapper implements Function<String, ClassLoader> { class in class:ModuleLoaderMap
52 Mapper(Map<String, ClassLoader> map) { method in class:ModuleLoaderMap.Mapper
110 return new Mapper(map);
/openjdk10/jdk/src/java.desktop/share/classes/sun/font/
H A DLayoutPathImpl.java550 return new Mapper().mapShape(s);
826 class Mapper { class in class:LayoutPathImpl.SegmentPath
833 Mapper() { method in class:LayoutPathImpl.SegmentPath.Mapper
/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DModule.java1087 if (!(clf instanceof ModuleLoaderMap.Mapper)) {

Completed in 173 milliseconds