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

/openjdk7/jdk/src/share/classes/sun/management/
H A DLazyCompositeData.java151 protected static boolean isTypeMatched(CompositeType type1, CompositeType type2) { method in class:LazyCompositeData
169 if (!isTypeMatched((CompositeType) ot1, (CompositeType) ot2))
174 if (!isTypeMatched((TabularType) ot1, (TabularType) ot2))
183 protected static boolean isTypeMatched(TabularType type1, TabularType type2) { method in class:LazyCompositeData
193 return isTypeMatched(type1.getRowType(), type2.getRowType());

Completed in 30 milliseconds