Home
last modified time | relevance | path

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

/expo/packages/expo-modules-core/android/src/main/cpp/javaclasses/
H A DCollections.h15 struct Collection : public jni::JavaClass<Collection<E>, Iterable<E>> { struct
16 constexpr static auto kJavaDescriptor = "Ljava/util/Collection;"; argument
19 static auto addMethod = Collection<E>::javaClassStatic()-> in add() argument