Searched defs:bound2 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java1744 public Type makeCompoundType(Type bound1, Type bound2) { argument
1745 return makeCompoundType(List.of(bound1, bound2));

Completed in 216 milliseconds