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

/openjdk7/jdk/test/javax/management/query/
H A DQueryExpStringTest.java326 if (matchWord(ss, "true"))
329 if (matchWord(ss, "false"))
332 if (matchWord(ss, "Class"))
362 private static boolean matchWord(String[] ss, String word) method in class:QueryExpStringTest

Completed in 30 milliseconds