java.go 272 B

12345678910111213141516
  1. // Copyright 2014 The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. package java
  5. import (
  6. "Java/java/lang"
  7. )
  8. type (
  9. F lang.Float
  10. L lang.Long
  11. O lang.Object
  12. R lang.Runnable
  13. )