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