Searched refs:BasicIntMap (Results 1 – 1 of 1) sorted by relevance
49 public static class BasicIntMap<T> extends IntMap<T> { class in IntMap52 private BasicIntMap(T[] intToValue) { in BasicIntMap() method in IntMap.BasicIntMap79 public BasicIntMap<T> make(Collection<T> values) { in make()80 return new BasicIntMap<T>((T[]) new ArrayList<T>(new HashSet<T>(values)).toArray()); in make()