Searched refs:getSecond (Results 1 – 5 of 5) sorted by relevance
18 public String getSecond() { in getSecond() method in Second25 return getSecond(); in callSecond()
20 System.out.println(second.getSecond()); in main()
22 public String getSecond() { in getSecond() method in Second
272 Object ref = getSecond(r); in dumpResultStats()277 if (isClassPair(results[j]) && getSecond(results[j]) == ref) { in dumpResultStats()294 list.add(getSecond(r)); in dumpResultStats()317 return new WeakReference<Class<?>>(getSecond(pair)); in wrapHelperGet()325 private static Class<?> getSecond(Object pair) throws Exception { in getSecond() method in Main