Home
last modified time | relevance | path

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

/external/rust/crates/jni/src/wrapper/objects/
Djmap.rs189 pub struct JMapIter<'a, 'b, 'c> { struct
198 impl<'a: 'b, 'b: 'c, 'c> JMapIter<'a, 'b, 'c> { argument
252 impl<'a: 'b, 'b: 'c, 'c> Iterator for JMapIter<'a, 'b, 'c> { implementation