Searched refs:setCreator (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Relation.java | 36 Constructor<? extends Set<V>> setCreator; field in Relation 39 public static <K, V> Relation<K, V> of(Map<K, Set<V>> map, Class<?> setCreator) { in of() argument 40 return new Relation<>(map, setCreator); in of() 43 …public static <K,V> Relation<K, V> of(Map<K, Set<V>> map, Class<?> setCreator, Comparator<V> setCo… in of() argument 44 return new Relation<>(map, setCreator, setComparator); in of() 47 public Relation(Map<K, Set<V>> map, Class<?> setCreator) { in Relation() argument 48 this(map, setCreator, null); in Relation() 52 public Relation(Map<K, Set<V>> map, Class<?> setCreator, Comparator<V> setComparator) { in Relation() argument 56 this.setCreator = ((Class<? extends Set<V>>)setCreator).getConstructor(); in Relation() 57 this.setCreator.newInstance(setComparatorParam); // check to make sure compiles in Relation() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Relation.java | 38 Constructor<? extends Set<V>> setCreator; field in Relation 41 public static <K, V> Relation<K, V> of(Map<K, Set<V>> map, Class<?> setCreator) { in of() argument 42 return new Relation<>(map, setCreator); in of() 45 …public static <K,V> Relation<K, V> of(Map<K, Set<V>> map, Class<?> setCreator, Comparator<V> setCo… in of() argument 46 return new Relation<>(map, setCreator, setComparator); in of() 49 public Relation(Map<K, Set<V>> map, Class<?> setCreator) { in Relation() argument 50 this(map, setCreator, null); in Relation() 54 public Relation(Map<K, Set<V>> map, Class<?> setCreator, Comparator<V> setComparator) { in Relation() argument 58 this.setCreator = ((Class<? extends Set<V>>)setCreator).getConstructor(); in Relation() 59 this.setCreator.newInstance(setComparatorParam); // check to make sure compiles in Relation() [all …]
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |
/external/guice/extensions/struts2/lib/ |
D | ant-1.6.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |