wrapper java.lang.Long {
wrapper static Long getLong (String s) {
RSystem.observeProperty (s);
#;
}
wrapper static Long getLong (String s, long val) {
RSystem.observeProperty (s);
#;
}
wrapper static Long getLong (String s, Long val) {
RSystem.observeProperty (s);
#;
}
}
Naccio Home Page
University of Virginia, Computer Science