Searched refs:HashCodeQuery (Results 1 – 1 of 1) sorted by relevance
30 private static class HashCodeQuery implements Callable<Integer> { class in Main31 public HashCodeQuery(Object obj) { in HashCodeQuery() method in Main.HashCodeQuery59 List<HashCodeQuery> queries = new ArrayList<HashCodeQuery>(numThreads); in main()61 queries.add(new HashCodeQuery(obj)); in main()