Home
last modified time | relevance | path

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

/external/rust/crates/jni/src/wrapper/objects/
Djlist.rs14 pub struct JList<'a: 'b, 'b> { struct
24 impl<'a: 'b, 'b> ::std::ops::Deref for JList<'a, 'b> { argument
38 impl<'a: 'b, 'b> JList<'a, 'b> { implementation