sidl
Class Long

java.lang.Object
  extended bysidl.Long

public class Long
extends java.lang.Object

Class Long contains inner classes that provide holder and array support for standard Java primitive types.


Nested Class Summary
static class Long.Array
          Define a one dimensional array of type long for the sidl Java run-time.
static class Long.Array1
          Define a one dimensional array of type long.
static class Long.Array2
          Define a two dimensional array of type long.
static class Long.Array3
          Define a three dimensional array of type long.
static class Long.Array4
          Define a four dimensional array of type long.
static class Long.Holder
          This is the holder inner class for inout and out arguments for type Long.
 
Constructor Summary
Long()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Long

public Long()