Home
last modified time | relevance | path

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

/aosp_15_r20/external/fbjni/cxx/fbjni/detail/
H A DIterator.h79 struct JIterable : JavaClass<JIterable<E>> { struct
93 struct JCollection : JavaClass<JCollection<E>, JIterable<E>> { argument