Platform Interface: java.lang.Long

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);
    #;
  }
}

About this file

Naccio Home Page
David Evans
University of Virginia, Computer Science