Searched refs:intSet (Results 1 – 1 of 1) sorted by relevance
56 Set<Class<?>> intSet = new HashSet<Class<?>>();57 intSet.add(Integer.class);58 intSet.add(Long.class);59 intSet.add(BigInteger.class);60 COMPATIBILITY_MAP.put(INT, intSet); in COMPATIBILITY_MAP.put() argument