Home
last modified time | relevance | path

Searched defs:CollectionType (Results 1 – 2 of 2) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DCollectionType.java10 public final class CollectionType class
21 private CollectionType(Class<?> collT, TypeBindings bindings, in CollectionType() method in CollectionType
31 protected CollectionType(TypeBase base, JavaType elemT) { in CollectionType() method in CollectionType
/external/guava/guava-tests/benchmark/com/google/common/collect/
DStreamsBenchmark.java39 enum CollectionType { enum in StreamsBenchmark
45 private CollectionType(Supplier<Collection<Object>> supplier) { in CollectionType() method in StreamsBenchmark.CollectionType